com.liferay.taglib.util
Class AttributesTagSupport
java.lang.Object
com.liferay.portal.kernel.servlet.taglib.TagSupport
com.liferay.portal.kernel.servlet.taglib.BaseBodyTagSupport
com.liferay.taglib.util.ParamAndPropertyAncestorTagImpl
com.liferay.taglib.util.AttributesTagSupport
- All Implemented Interfaces:
- ParamAncestorTag, PropertyAncestorTag, javax.servlet.jsp.tagext.DynamicAttributes, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag
- Direct Known Subclasses:
- IncludeTag
public class AttributesTagSupport
- extends ParamAndPropertyAncestorTagImpl
- implements javax.servlet.jsp.tagext.DynamicAttributes
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Methods inherited from class com.liferay.taglib.util.ParamAndPropertyAncestorTagImpl |
addParam, addProperty, clearParams, clearProperties, getParams, getProperties, getRemovedParameterNames, getServletContext, getServletRequest, getServletResponse, isAllowEmptyParam, setAllowEmptyParam, setServletContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributesTagSupport
public AttributesTagSupport()
clearDynamicAttributes
public void clearDynamicAttributes()
getAttributeNamespace
public String getAttributeNamespace()
getCustomAttributes
public CustomAttributes getCustomAttributes()
getDynamicAttribute
public Object getDynamicAttribute(String key)
getNamespacedAttribute
public Object getNamespacedAttribute(javax.servlet.http.HttpServletRequest request,
String key)
getScopedAttribute
public Object getScopedAttribute(String key)
getScopedAttributes
public Map<String,Object> getScopedAttributes()
setAttributeNamespace
public void setAttributeNamespace(String attributeNamespace)
setCustomAttributes
public void setCustomAttributes(CustomAttributes customAttributes)
setDynamicAttribute
public void setDynamicAttribute(String uri,
String localName,
Object value)
- Specified by:
setDynamicAttribute
in interface javax.servlet.jsp.tagext.DynamicAttributes
setNamespacedAttribute
public void setNamespacedAttribute(javax.servlet.http.HttpServletRequest request,
String key,
Object value)
setScopedAttribute
public void setScopedAttribute(String name,
Object value)
getDynamicAttributes
protected Map<String,Object> getDynamicAttributes()
writeDynamicAttributes
protected void writeDynamicAttributes(javax.servlet.jsp.JspWriter jspWriter)
throws IOException
- Throws:
IOException