|
|||||||||
| Home >> All >> com >> aendvari >> tethys >> tag >> [ model overview ] | PREV NEXT | ||||||||
A
- accessor - Static variable in class com.aendvari.tethys.tag.model.ModelTagData
- Used to obtain tag data instances.
C
- com.aendvari.tethys.tag.model - package com.aendvari.tethys.tag.model
- createObject() - Method in class com.aendvari.tethys.tag.model.ModelTagData
- Returns a new instance of this tag data.
E
- establishModelContext() - Method in class com.aendvari.tethys.tag.model.ModelTreeBodyTag
- Establishes the com.aendvari.tethys.context.Context of this tag.
- establishModelContext() - Method in class com.aendvari.tethys.tag.model.ModelTreeTag
- Establishes the com.aendvari.tethys.context.Context of this tag.
G
- getData(HttpServletRequest) - Static method in class com.aendvari.tethys.tag.model.ModelTagData
- Wraps TagData.getTagData(HttpServletRequest)>
TagData.getTagData(HttpServletRequest)55 . - getData(HttpSession) - Static method in class com.aendvari.tethys.tag.model.ModelTagData
- Wraps TagData.getTagData(HttpSession)>
TagData.getTagData(HttpSession)55 . - getData(ServletContext) - Static method in class com.aendvari.tethys.tag.model.ModelTagData
- Wraps TagData.getTagData(ServletContext)>
TagData.getTagData(ServletContext)55 . - getData(PageContext) - Static method in class com.aendvari.tethys.tag.model.ModelTagData
- Wraps TagData.getTagData(PageContext)>
TagData.getTagData(PageContext)55 . - getData(PageContext, String) - Static method in class com.aendvari.tethys.tag.model.ModelTagData
- Wraps TagData.getTagData(PageContext, String)>
TagData.getTagData(PageContext, String)55 . - getDataKey() - Method in class com.aendvari.tethys.tag.model.ModelTagData
- Returns the servlet attribute key for this tag data.
- getModelContext() - Method in interface com.aendvari.tethys.tag.model.ModelTreeAncestorTag
- getModelContext() - Method in class com.aendvari.tethys.tag.model.ModelTreeBodyTag
- getModelContext() - Method in class com.aendvari.tethys.tag.model.ModelTreeTag
- getModelContextMap() - Method in class com.aendvari.tethys.tag.model.ModelTagData
- Returns the model context map of this
ModelTagData. - getModelNode() - Method in class com.aendvari.tethys.tag.model.ModelTagData
- Returns the model node of this
ModelTagData. - getModelNode(String, boolean) - Method in class com.aendvari.tethys.tag.model.ModelTreeBodyTag
- Returns the com.aendvari.common.model.ModelNode for the specified path.
- getModelNode(String, boolean) - Method in class com.aendvari.tethys.tag.model.ModelTreeTag
- Returns the com.aendvari.common.model.ModelNode for the specified path.
- getModelTree() - Method in class com.aendvari.tethys.tag.model.ModelTagData
- Returns the model tree of this
ModelTagData. - getParentModelContext() - Method in class com.aendvari.tethys.tag.model.ModelTreeBodyTag
- Returns the parent com.aendvari.tethys.context.Context for this tag.
- getParentModelContext() - Method in class com.aendvari.tethys.tag.model.ModelTreeTag
- Returns the parent com.aendvari.tethys.context.Context for this tag.
- getPath() - Method in class com.aendvari.tethys.tag.model.ModelTreeBodyTag
- getPath() - Method in class com.aendvari.tethys.tag.model.ModelTreeTag
M
- ModelTagData - class com.aendvari.tethys.tag.model.ModelTagData.
- Provides access to model tag data.
- ModelTagData() - Constructor for class com.aendvari.tethys.tag.model.ModelTagData
- Constructs an empty
ModelTagData. - ModelTagData(ModelNode) - Constructor for class com.aendvari.tethys.tag.model.ModelTagData
- Constructs a
ModelTagDataassociated with the supplied model data. - ModelTreeAncestorTag - interface com.aendvari.tethys.tag.model.ModelTreeAncestorTag.
- A common class between ModelTreeTag and ModelTreeBodyTag.
- ModelTreeBodyTag - class com.aendvari.tethys.tag.model.ModelTreeBodyTag.
- A base class for all body tags requiring context.
- ModelTreeBodyTag() - Constructor for class com.aendvari.tethys.tag.model.ModelTreeBodyTag
- Default constructor, all subclasses are required to only define a public constructor with the same signature, and to call the superclass constructor.
- ModelTreeTag - class com.aendvari.tethys.tag.model.ModelTreeTag.
- A base class for all tags requiring context.
- ModelTreeTag() - Constructor for class com.aendvari.tethys.tag.model.ModelTreeTag
- Default constructor, all subclasses are required to only define a public constructor with the same signature, and to call the superclass constructor.
- modelContext - Variable in class com.aendvari.tethys.tag.model.ModelTreeBodyTag
- The com.aendvari.tethys.context.model.ModelContext object for this tag.
- modelContext - Variable in class com.aendvari.tethys.tag.model.ModelTreeTag
- The com.aendvari.tethys.context.model.ModelContext object for this tag.
- modelContextMap - Variable in class com.aendvari.tethys.tag.model.ModelTagData
- Container for model contexts.
- modelContextMethod - Static variable in class com.aendvari.tethys.tag.model.ModelTreeBodyTag
- The method to retrieve the context object from this tag.
- modelContextMethod - Static variable in class com.aendvari.tethys.tag.model.ModelTreeTag
- The method to retrieve the context object from this tag.
- modelNode - Variable in class com.aendvari.tethys.tag.model.ModelTagData
- Reference to a com.aendvari.common.model.ModelNode containing model data.
P
- path - Variable in class com.aendvari.tethys.tag.model.ModelTreeBodyTag
- The path to the context in the ModelTree.
- path - Variable in class com.aendvari.tethys.tag.model.ModelTreeTag
- The path to the context in the ModelTree.
R
- release() - Method in class com.aendvari.tethys.tag.model.ModelTreeBodyTag
- Release all allocated resources.
- release() - Method in class com.aendvari.tethys.tag.model.ModelTreeTag
- Release all allocated resources.
S
- setData(HttpServletRequest, ModelTagData) - Static method in class com.aendvari.tethys.tag.model.ModelTagData
- Wraps TagData.setTagData(HttpServletRequest, TagData)>
TagData.setTagData(HttpServletRequest, TagData)55 . - setData(HttpSession, ModelTagData) - Static method in class com.aendvari.tethys.tag.model.ModelTagData
- Wraps TagData.setTagData(HttpSession, TagData)>
TagData.setTagData(HttpSession, TagData)55 . - setData(ServletContext, ModelTagData) - Static method in class com.aendvari.tethys.tag.model.ModelTagData
- Wraps TagData.setTagData(ServletContext, TagData)>
TagData.setTagData(ServletContext, TagData)55 . - setData(PageContext, String, ModelTagData) - Static method in class com.aendvari.tethys.tag.model.ModelTagData
- Wraps TagData.setTagData(PageContext, String, TagData)>
TagData.setTagData(PageContext, String, TagData)55 . - setModelContextMap(ContextMap) - Method in class com.aendvari.tethys.tag.model.ModelTagData
- Sets the model context map of this
ModelTagData. - setModelNode(ModelNode) - Method in class com.aendvari.tethys.tag.model.ModelTagData
- Sets the model node of this
ModelTagData. - setPath(String) - Method in class com.aendvari.tethys.tag.model.ModelTreeBodyTag
- setPath(String) - Method in class com.aendvari.tethys.tag.model.ModelTreeTag
T
- TagDataKey - Static variable in class com.aendvari.tethys.tag.model.ModelTagData
A C E G M P R S T
|
|||||||||
| Home >> All >> com >> aendvari >> tethys >> tag >> [ model overview ] | PREV NEXT | ||||||||