Liferay 6.1.2-ce-ga3

com.liferay.taglib.util
Class AttributesTagSupport

java.lang.Object
  extended by com.liferay.portal.kernel.servlet.taglib.TagSupport
      extended by com.liferay.portal.kernel.servlet.taglib.BaseBodyTagSupport
          extended by com.liferay.taglib.util.ParamAndPropertyAncestorTagImpl
              extended by 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


Field Summary
 
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
 
Constructor Summary
AttributesTagSupport()
           
 
Method Summary
 void clearDynamicAttributes()
           
 String getAttributeNamespace()
           
 CustomAttributes getCustomAttributes()
           
 Object getDynamicAttribute(String key)
           
protected  Map<String,Object> getDynamicAttributes()
           
 Object getNamespacedAttribute(javax.servlet.http.HttpServletRequest request, String key)
           
 Object getScopedAttribute(String key)
           
 Map<String,Object> getScopedAttributes()
           
 void setAttributeNamespace(String attributeNamespace)
           
 void setCustomAttributes(CustomAttributes customAttributes)
           
 void setDynamicAttribute(String uri, String localName, Object value)
           
 void setNamespacedAttribute(javax.servlet.http.HttpServletRequest request, String key, Object value)
           
 void setScopedAttribute(String name, Object value)
           
protected  void writeDynamicAttributes(javax.servlet.jsp.JspWriter jspWriter)
           
 
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
 

Constructor Detail

AttributesTagSupport

public AttributesTagSupport()
Method Detail

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

Liferay 6.1.2-ce-ga3