public class ParamAndPropertyAncestorTagImpl extends BaseBodyTagSupport implements ParamAncestorTag, PropertyAncestorTag
| Modifier and Type | Field and Description |
|---|---|
protected javax.servlet.http.HttpServletRequest |
request
Deprecated.
As of Mueller (7.2.x), replaced by
getRequest() |
protected javax.servlet.ServletContext |
servletContext
Deprecated.
As of Mueller (7.2.x), replaced by
getServletContext() |
bodyContentpageContext| Constructor and Description |
|---|
ParamAndPropertyAncestorTagImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addParam(java.lang.String name,
java.lang.String value) |
void |
addProperty(java.lang.String name,
java.lang.String value) |
void |
clearParams() |
void |
clearProperties() |
java.util.Map<java.lang.String,java.lang.String[]> |
getParams() |
java.util.Map<java.lang.String,java.lang.String[]> |
getProperties() |
java.util.Set<java.lang.String> |
getRemovedParameterNames() |
javax.servlet.http.HttpServletRequest |
getRequest() |
protected javax.servlet.ServletContext |
getServletContext() |
boolean |
isAllowEmptyParam() |
void |
release() |
void |
setAllowEmptyParam(boolean allowEmptyParam) |
void |
setCopyCurrentRenderParameters(boolean copyCurrentRenderParameters) |
void |
setPageContext(javax.servlet.jsp.PageContext pageContext) |
void |
setServletContext(javax.servlet.ServletContext servletContext) |
doAfterBody, doInitBody, doStartTag, getBodyContent, getBodyContentAsStringBundler, setBodyContent, writeBodyContentdoEndTag, findAncestorWithClass, getParent, setParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoBodyTag, doBodyTag, doBodyTagAsString, doBodyTagAsString, doTag, doTag, doTagAsString, doTagAsString@Deprecated protected volatile javax.servlet.http.HttpServletRequest request
getRequest()@Deprecated protected javax.servlet.ServletContext servletContext
getServletContext()public void addParam(java.lang.String name,
java.lang.String value)
addParam in interface ParamAncestorTagpublic void addProperty(java.lang.String name,
java.lang.String value)
addProperty in interface PropertyAncestorTagpublic void clearParams()
public void clearProperties()
public java.util.Map<java.lang.String,java.lang.String[]> getParams()
public java.util.Map<java.lang.String,java.lang.String[]> getProperties()
public java.util.Set<java.lang.String> getRemovedParameterNames()
public javax.servlet.http.HttpServletRequest getRequest()
getRequest in class BaseBodyTagSupportpublic boolean isAllowEmptyParam()
public void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class BaseBodyTagSupportpublic void setAllowEmptyParam(boolean allowEmptyParam)
public void setCopyCurrentRenderParameters(boolean copyCurrentRenderParameters)
public void setPageContext(javax.servlet.jsp.PageContext pageContext)
setPageContext in interface javax.servlet.jsp.tagext.TagsetPageContext in class TagSupportpublic void setServletContext(javax.servlet.ServletContext servletContext)
protected javax.servlet.ServletContext getServletContext()