atg.epub.pws.taglib
Class GetVersionedAssetTypesTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by atg.web.tagsupport.PageVariableTagSupport
          extended by atg.epub.pws.taglib.GetVersionedAssetTypesTag
All Implemented Interfaces:
java.io.Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class GetVersionedAssetTypesTag
extends atg.web.tagsupport.PageVariableTagSupport

Tag for obtaining a list of all versioned asset types, including file types. Sets a list of Result objects into the output id/var variable.

See Also:
GetVersionedAssetTypesTag.Result, Serialized Form

Nested Class Summary
 class GetVersionedAssetTypesTag.FileSystemResult
          Result class for file systems
 class GetVersionedAssetTypesTag.RepositoryResult
          Result class for repository items
 class GetVersionedAssetTypesTag.RepositoryResultType
          ResultType object representing a repository versioned asset type
 class GetVersionedAssetTypesTag.Result
          A return object which represents a versioned component and its available asset types.
 class GetVersionedAssetTypesTag.ResultType
          ResultType object which represents a versioned asset type
static class GetVersionedAssetTypesTag.TEI
          TagExtraInfo class to handle var/id processing.
 
Field Summary
static java.lang.String CLASS_VERSION
           
 
Fields inherited from class atg.web.tagsupport.PageVariableTagSupport
sResourceBundle
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, 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
GetVersionedAssetTypesTag()
          Empty Constructor
 
Method Summary
 int doStartTag()
          Returns a list of Result objects which represent configured versioned asset types for repositories and files.
 
Methods inherited from class atg.web.tagsupport.PageVariableTagSupport
getDynamoRequest, getId, getVar, isBlank, release, setId, setPageVariable, setScope, setVar
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, findAncestorWithClass, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Constructor Detail

GetVersionedAssetTypesTag

public GetVersionedAssetTypesTag()
Empty Constructor

Method Detail

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Returns a list of Result objects which represent configured versioned asset types for repositories and files.

Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class javax.servlet.jsp.tagext.TagSupport
Throws:
javax.servlet.jsp.JspException
See Also:
GetVersionedAssetTypesTag.Result