Liferay 6.2-ce-ga5

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.taglib.util.ParamAndPropertyAncestorTagImpl
request, servletContext
 
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()
           
protected  Map<String,Object> getDynamicAttributes()
           
 Map<String,Object> getScopedAttributes()
           
 void release()
           
 void setAttributeNamespace(String attributeNamespace)
           
 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)
           
 
Methods inherited from class com.liferay.taglib.util.ParamAndPropertyAncestorTagImpl
addParam, addProperty, clearParams, clearProperties, getParams, getProperties, getRemovedParameterNames, isAllowEmptyParam, setAllowEmptyParam, setPageContext, setServletContext
 
Methods inherited from class com.liferay.portal.kernel.servlet.taglib.BaseBodyTagSupport
doAfterBody, doInitBody, doStartTag, getBodyContent, getBodyContentAsStringBundler, setBodyContent, writeBodyContent
 
Methods inherited from class com.liferay.portal.kernel.servlet.taglib.TagSupport
doEndTag, findAncestorWithClass, getParent, 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()

getScopedAttributes

public Map<String,Object> getScopedAttributes()

release

public void release()
Specified by:
release in interface javax.servlet.jsp.tagext.Tag
Overrides:
release in class ParamAndPropertyAncestorTagImpl

setAttributeNamespace

public void setAttributeNamespace(String attributeNamespace)

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()

Liferay 6.2-ce-ga5