public interface UserAttributeRef extends Serializable
Interface allowing mapping of user attributes between the portal implementation and the portlet attribute definition according to the Portlet specs (PLT.17.2 Accessing User Attributes). This is a Jetspeed 2 specific extension that allows to map a user-attribute name used in the portlet to a user attribute name-link used in the portal implementation.
Modifier and Type | Method and Description |
---|---|
Description |
addDescription(String lang) |
Description |
getDescription(Locale locale) |
List<Description> |
getDescriptions() |
String |
getName()
Getter for the user-attribute-ref name.
|
String |
getNameLink()
Getter for the user-attribute-ref name-link.
|
void |
setNameLink(String nameLink)
Setter for the user-attribute-ref name-link.
|
String getName()
String getNameLink()
void setNameLink(String nameLink)
Description getDescription(Locale locale)
List<Description> getDescriptions()
Description addDescription(String lang)
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.