org.infoglue.deliver.taglib
Class TemplateControllerTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by org.infoglue.deliver.taglib.AbstractTag
          extended by org.infoglue.deliver.taglib.TemplateControllerTag
All Implemented Interfaces:
java.io.Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.Tag
Direct Known Subclasses:
BoundFolderContentsTag, CategoryPathTag, ClearCacheTag, ComponentLogicTag, ContentSortTag, ContentTypeDefinitionAssetsTag, ContentTypeDefinitionAttributesTag, ContentTypeDefinitionCategoriesTag, ContentTypeDefinitionTag, ContentVersionsTag, ContentVersionTag, CreateUserServiceTag, CurrentPageUrlTag, DecryptTag, DeleteUserServiceTag, DeliveryContextTag, DocumentConverterTag, EncryptTag, GetCookieTag, ImportTag, IncludeTag, InfoGlueWebServiceTag, IsCurrentSiteNodeTag, IsSiteNodeParentToCurrentSiteNodeTag, LanguageTag, MatchingContentsTag, PageContextTag, PageUrlAfterLanguageChangeTag, ParseMultipartTag, PrincipalContentVersionsTag, PrincipalPropertyTag, PrincipalTag, RelatedContentsTag, RemoteContentServiceTag, RemoteUserPropertiesServiceTag, RSSFeedEntryCategoryTag, RSSFeedEntryTag, RSSFeedTag, SetCookieTag, SortPagesTag, TextTransformTag, UpdateUserServiceTag, URLEncodeTag, URLTag, XSLTransformTag

public abstract class TemplateControllerTag
extends AbstractTag

Base class for all tags using the TemplateController object.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
protected TemplateControllerTag()
          Default constructor.
 
Method Summary
protected  TemplateController getController()
          Returns the template controller.
 
Methods inherited from class org.infoglue.deliver.taglib.AbstractTag
evaluate, evaluateCollection, evaluateInteger, evaluateList, evaluateString, produceResult, setId, setResultAttribute, write
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateControllerTag

protected TemplateControllerTag()
Default constructor.

Method Detail

getController

protected TemplateController getController()
                                    throws javax.servlet.jsp.JspTagException
Returns the template controller. Note! Do not called this function before the PageContext is initialized.

Returns:
the template controller.
Throws:
javax.servlet.jsp.JspTagException - if the template controller wasn't found.


Copyright © 2005 InfoGlue.org All Rights Reserved.