|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 | |
String |
getDescription()
Getter for the user-attribute description. |
String |
getName()
Getter for the user-attribute-ref name. |
String |
getNameLink()
Getter for the user-attribute-ref name-link. |
void |
setDescription(String description)
Setter for the user-attribute description. |
void |
setName(String name)
Setter for the user-attribute-ref name. |
void |
setNameLink(String nameLink)
Setter for the user-attribute-ref name-link. |
Method Detail |
public String getName()
public void setName(String name)
public String getNameLink()
public void setNameLink(String nameLink)
public String getDescription()
public void setDescription(String description)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |