com.liferay.taglib.util
Class ParamAndPropertyAncestorTagImpl
java.lang.Object
com.liferay.portal.kernel.servlet.taglib.TagSupport
com.liferay.portal.kernel.servlet.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
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 |
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()
getServletContext
public javax.servlet.ServletContext getServletContext()
getServletRequest
public javax.servlet.http.HttpServletRequest getServletRequest()
getServletResponse
public javax.servlet.http.HttpServletResponse getServletResponse()
isAllowEmptyParam
public boolean isAllowEmptyParam()
setAllowEmptyParam
public void setAllowEmptyParam(boolean allowEmptyParam)
setServletContext
public void setServletContext(javax.servlet.ServletContext servletContext)