org.liquidsite.app.template
Class TemplateBean

java.lang.Object
  extended byorg.liquidsite.app.template.TemplateBean
Direct Known Subclasses:
ContentBean, DocumentDataBean, LiquidSiteBean, LockBean, PluginBean, RequestBean, SessionBean, UserBean, UtilBean

public abstract class TemplateBean
extends java.lang.Object

The base class for all template beans. This class serves as the superclass for all template beans.


Constructor Summary
protected TemplateBean(BeanContext context)
          Creates a new template bean.
 
Method Summary
protected  BeanContext getContext()
          Returns the bean context.
protected  Request getContextRequest()
          Returns the bean context request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateBean

protected TemplateBean(BeanContext context)
Creates a new template bean.

Parameters:
context - the bean context
Method Detail

getContext

protected BeanContext getContext()
Returns the bean context.

Returns:
the bean context

getContextRequest

protected Request getContextRequest()
Returns the bean context request.

Returns:
the bean context request