Liferay 6.1.2-ce-ga3

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

java.lang.Object
  extended by com.liferay.portal.kernel.servlet.taglib.CustomAttributes

public class CustomAttributes
extends Object


Method Summary
 CustomAttributes add(CustomAttributes customAttributes)
           
 CustomAttributes add(Object... values)
           
 CustomAttributes add(String key, boolean value)
           
 CustomAttributes add(String key, byte value)
           
 CustomAttributes add(String key, char value)
           
 CustomAttributes add(String key, double value)
           
 CustomAttributes add(String key, float value)
           
 CustomAttributes add(String key, int value)
           
 CustomAttributes add(String key, long value)
           
 CustomAttributes add(String key, Object value)
           
 CustomAttributes add(String key, short value)
           
 CustomAttributes add(String key, String value)
           
static CustomAttributes getInstance()
           
static CustomAttributes getInstance(String keyPrefix)
           
 void reset()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getInstance

public static CustomAttributes getInstance()

getInstance

public static CustomAttributes getInstance(String keyPrefix)

add

public CustomAttributes add(CustomAttributes customAttributes)

add

public CustomAttributes add(Object... values)

add

public CustomAttributes add(String key,
                            boolean value)

add

public CustomAttributes add(String key,
                            byte value)

add

public CustomAttributes add(String key,
                            char value)

add

public CustomAttributes add(String key,
                            double value)

add

public CustomAttributes add(String key,
                            float value)

add

public CustomAttributes add(String key,
                            int value)

add

public CustomAttributes add(String key,
                            long value)

add

public CustomAttributes add(String key,
                            Object value)

add

public CustomAttributes add(String key,
                            short value)

add

public CustomAttributes add(String key,
                            String value)

reset

public void reset()

toString

public String toString()
Overrides:
toString in class Object

Liferay 6.1.2-ce-ga3