com.liferay.taglib.util
Class ParamAndPropertyAncestorTagImpl
java.lang.Object
com.liferay.taglib.TagSupport
com.liferay.taglib.BaseBodyTagSupport
com.liferay.taglib.util.ParamAndPropertyAncestorTagImpl
- All Implemented Interfaces:
- ParamAncestorTag, PropertyAncestorTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag
- Direct Known Subclasses:
- ActionURLTag, AttributesTagSupport, SearchContainerColumnTag, SearchContainerRowTag, SearchContainerTag, WrapPortletTag
public class ParamAndPropertyAncestorTagImpl
- extends BaseBodyTagSupport
- implements ParamAncestorTag, PropertyAncestorTag
|
Field Summary |
protected javax.servlet.http.HttpServletRequest |
request
|
protected javax.servlet.ServletContext |
servletContext
|
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
request
protected javax.servlet.http.HttpServletRequest request
servletContext
protected javax.servlet.ServletContext servletContext
ParamAndPropertyAncestorTagImpl
public ParamAndPropertyAncestorTagImpl()
addParam
public void addParam(String name,
String value)
- Specified by:
addParam in interface ParamAncestorTag
addProperty
public void addProperty(String name,
String value)
- Specified by:
addProperty in interface PropertyAncestorTag
clearParams
public void clearParams()
clearProperties
public void clearProperties()
getParams
public Map<String,String[]> getParams()
getProperties
public Map<String,String[]> getProperties()
getRemovedParameterNames
public Set<String> getRemovedParameterNames()
isAllowEmptyParam
public boolean isAllowEmptyParam()
release
public void release()
- Specified by:
release in interface javax.servlet.jsp.tagext.Tag- Overrides:
release in class BaseBodyTagSupport
setAllowEmptyParam
public void setAllowEmptyParam(boolean allowEmptyParam)
setCopyCurrentRenderParameters
public void setCopyCurrentRenderParameters(boolean copyCurrentRenderParameters)
setPageContext
public void setPageContext(javax.servlet.jsp.PageContext pageContext)
- Specified by:
setPageContext in interface javax.servlet.jsp.tagext.Tag- Overrides:
setPageContext in class TagSupport
setServletContext
public void setServletContext(javax.servlet.ServletContext servletContext)