|
|||||||||
| Home >> All >> com >> aendvari >> tethys >> tag >> [ data overview ] | PREV NEXT | ||||||||
Uses of Class
com.aendvari.tethys.tag.data.TagData
| Uses of TagData in com.aendvari.tethys.tag.data |
| Methods in com.aendvari.tethys.tag.data that return TagData | |
protected abstract TagData |
TagData.createObject()
Returns a new instance of this tag data. |
protected TagData |
TagData.getTagData(javax.servlet.http.HttpServletRequest request)
Returns the tag data that is stored in the request or session. |
protected TagData |
TagData.getTagData(javax.servlet.http.HttpSession session)
Returns the tag data that is stored in the session. |
protected TagData |
TagData.getTagData(javax.servlet.ServletContext context)
Returns the tag data that is stored in the servlet context. |
protected TagData |
TagData.getTagData(javax.servlet.jsp.PageContext context)
Returns the tag data that is stored in the page context. |
protected TagData |
TagData.getTagData(javax.servlet.jsp.PageContext context,
java.lang.String scope)
Returns the tag data that is stored in the specified scope. |
| Methods in com.aendvari.tethys.tag.data with parameters of type TagData | |
protected void |
TagData.setTagData(javax.servlet.http.HttpServletRequest request,
TagData data)
Sets the tag data in the request. |
protected void |
TagData.setTagData(javax.servlet.http.HttpSession session,
TagData data)
Sets the tag data in the session. |
protected void |
TagData.setTagData(javax.servlet.ServletContext context,
TagData data)
Sets the tag data in the servlet context. |
protected void |
TagData.setTagData(javax.servlet.jsp.PageContext context,
java.lang.String scope,
TagData data)
Sets the tag data into the specified scope. |
|
|||||||||
| Home >> All >> com >> aendvari >> tethys >> tag >> [ data overview ] | PREV NEXT | ||||||||