Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portal.kernel.servlet.taglib.CustomAttributes

Packages that use CustomAttributes
com.liferay.portal.kernel.servlet.taglib   
com.liferay.taglib.util   
 

Uses of CustomAttributes in com.liferay.portal.kernel.servlet.taglib
 

Methods in com.liferay.portal.kernel.servlet.taglib that return CustomAttributes
 CustomAttributes CustomAttributes.add(CustomAttributes customAttributes)
           
 CustomAttributes CustomAttributes.add(Object... values)
           
 CustomAttributes CustomAttributes.add(String key, boolean value)
           
 CustomAttributes CustomAttributes.add(String key, byte value)
           
 CustomAttributes CustomAttributes.add(String key, char value)
           
 CustomAttributes CustomAttributes.add(String key, double value)
           
 CustomAttributes CustomAttributes.add(String key, float value)
           
 CustomAttributes CustomAttributes.add(String key, int value)
           
 CustomAttributes CustomAttributes.add(String key, long value)
           
 CustomAttributes CustomAttributes.add(String key, Object value)
           
 CustomAttributes CustomAttributes.add(String key, short value)
           
 CustomAttributes CustomAttributes.add(String key, String value)
           
static CustomAttributes CustomAttributes.getInstance()
           
static CustomAttributes CustomAttributes.getInstance(String keyPrefix)
           
 

Methods in com.liferay.portal.kernel.servlet.taglib with parameters of type CustomAttributes
 CustomAttributes CustomAttributes.add(CustomAttributes customAttributes)
           
 

Uses of CustomAttributes in com.liferay.taglib.util
 

Methods in com.liferay.taglib.util that return CustomAttributes
 CustomAttributes AttributesTagSupport.getCustomAttributes()
           
 

Methods in com.liferay.taglib.util with parameters of type CustomAttributes
 void AttributesTagSupport.setCustomAttributes(CustomAttributes customAttributes)
           
 


Liferay 6.1.2-ce-ga3