|
||||||||||
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 | |
---|---|
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 |
---|
String getName()
void setName(String name)
String getNameLink()
void setNameLink(String nameLink)
String getDescription()
void setDescription(String description)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |