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