|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserAttributeRef
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.
Method Summary | |
---|---|
Description |
addDescription(java.lang.String lang)
|
Description |
getDescription(java.util.Locale locale)
|
java.util.List<Description> |
getDescriptions()
|
java.lang.String |
getName()
Getter for the user-attribute-ref name. |
java.lang.String |
getNameLink()
Getter for the user-attribute-ref name-link. |
void |
setNameLink(java.lang.String nameLink)
Setter for the user-attribute-ref name-link. |
Method Detail |
---|
java.lang.String getName()
java.lang.String getNameLink()
void setNameLink(java.lang.String nameLink)
Description getDescription(java.util.Locale locale)
java.util.List<Description> getDescriptions()
Description addDescription(java.lang.String lang)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |