public abstract class TagBase extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable
| Constructor and Description |
|---|
TagBase() |
| Modifier and Type | Method and Description |
|---|---|
int |
doEndTag() |
protected ModelObject |
getModelObject() |
protected javax.servlet.jsp.JspWriter |
getOut() |
protected javax.servlet.jsp.PageContext |
getPageContext() |
protected RequestContext |
getRenderContext() |
protected RenderService |
getRenderService() |
protected RequestContext |
getRequestContext()
Gets the request context bound to the current request
|
protected void |
print(String str) |
void |
release() |
void |
setPageContext(javax.servlet.jsp.PageContext pageContext) |
doAfterBody, doInitBody, doStartTag, getBodyContent, getPreviousOut, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setParent, setValuepublic void setPageContext(javax.servlet.jsp.PageContext pageContext)
setPageContext in interface javax.servlet.jsp.tagext.TagsetPageContext in class javax.servlet.jsp.tagext.TagSupportprotected javax.servlet.jsp.PageContext getPageContext()
public int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class javax.servlet.jsp.tagext.BodyTagSupportjavax.servlet.jsp.JspExceptionprotected RequestContext getRequestContext() throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspExceptionprotected RequestContext getRenderContext() throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspExceptionprotected ModelObject getModelObject()
protected RenderService getRenderService()
protected javax.servlet.jsp.JspWriter getOut()
protected void print(String str) throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspExceptionpublic void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class javax.servlet.jsp.tagext.BodyTagSupportCopyright © 2005–2016 Alfresco Software. All rights reserved.