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
- Author:
- Eduardo Lundgren, Shuyang Zhou
| Fields inherited from class com.liferay.portal.kernel.servlet.taglib.BaseBodyTagSupport |
bodyContent |
| Fields inherited from class com.liferay.portal.kernel.servlet.taglib.TagSupport |
pageContext |
| 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 com.liferay.portal.kernel.servlet.taglib.BaseBodyTagSupport |
doAfterBody, doInitBody, doStartTag, getBodyContent, getBodyContentAsStringBundler, release, setBodyContent, writeBodyContent |
| Methods inherited from class com.liferay.portal.kernel.servlet.taglib.TagSupport |
doEndTag, findAncestorWithClass, getParent, setPageContext, setParent |
| 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 java.lang.String getAttributeNamespace()
getCustomAttributes
public com.liferay.portal.kernel.servlet.taglib.CustomAttributes getCustomAttributes()
getDynamicAttribute
public java.lang.Object getDynamicAttribute(java.lang.String key)
getNamespacedAttribute
public java.lang.Object getNamespacedAttribute(javax.servlet.http.HttpServletRequest request,
java.lang.String key)
getScopedAttribute
public java.lang.Object getScopedAttribute(java.lang.String key)
getScopedAttributes
public java.util.Map<java.lang.String,java.lang.Object> getScopedAttributes()
setAttributeNamespace
public void setAttributeNamespace(java.lang.String attributeNamespace)
setCustomAttributes
public void setCustomAttributes(com.liferay.portal.kernel.servlet.taglib.CustomAttributes customAttributes)
setDynamicAttribute
public void setDynamicAttribute(java.lang.String uri,
java.lang.String localName,
java.lang.Object value)
- Specified by:
setDynamicAttribute in interface javax.servlet.jsp.tagext.DynamicAttributes
setNamespacedAttribute
public void setNamespacedAttribute(javax.servlet.http.HttpServletRequest request,
java.lang.String key,
java.lang.Object value)
setScopedAttribute
public void setScopedAttribute(java.lang.String name,
java.lang.Object value)
getDynamicAttributes
protected java.util.Map<java.lang.String,java.lang.Object> getDynamicAttributes()
writeDynamicAttributes
protected void writeDynamicAttributes(javax.servlet.jsp.JspWriter jspWriter)
throws java.io.IOException
- Throws:
java.io.IOException