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,
UIComponentHandlerFactoryElement factoryComponent,
String name)
Encode a name for a given panel context, appending it to a String depending on the panel.
|
static FactoryUniqueIdEncoder |
getFactoryUniqueIdEncoder() |
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 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, UIComponentHandlerFactoryElement 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 encodepublic String getName()
public void setName(String name)
public static FactoryUniqueIdEncoder getFactoryUniqueIdEncoder()
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.