public class EncodeTag extends BaseTag
BaseTag.JSPIncludeTrace
Constructor and Description |
---|
EncodeTag() |
Modifier and Type | Method and Description |
---|---|
int |
doEndTag() |
static String |
encode(Object panel,
String name)
Encode a name for a given panel context, appending it to a String depending on the panel.
|
static String |
encode(Object panel,
UIBeanHandler factoryComponent,
String name)
Encode a name for a given panel context, appending it to a String depending on the panel.
|
String |
getName() |
void |
setName(String name) |
getErrorPage, handleError, jspInclude, setErrorPage
doAfterBody, doInitBody, doStartTag, getBodyContent, getPreviousOut, release, setBodyContent
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
public String getName()
public void setName(String name)
public int doEndTag() throws javax.servlet.jsp.JspTagException
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class javax.servlet.jsp.tagext.BodyTagSupport
javax.servlet.jsp.JspTagException
TagSupport
public static String encode(Object panel, UIBeanHandler factoryComponent, String name)
panel
- Panel being renderedfactoryComponent
- factoryComponentname
- symbolic name to encode @return an encoded version for that name, so that different panels have different names.public static String encode(Object panel, String name)
panel
- Panel being renderedname
- symbolic name to encodeCopyright © 2012-2015 JBoss by Red Hat. All Rights Reserved.