| |
|
| java.lang.Object org.apache.cocoon.portal.tools.userManagement.UserBean
UserBean | public class UserBean (Code) | | Object storing information of an user context.
version: CVS $Id: UserBean.java 433543 2006-08-22 06:22:54Z crossley $ |
UserBean | public UserBean()(Code) | | |
addContext | public void addContext(String key, String value)(Code) | | Add a single context information
Parameters: key - name of the context Parameters: value - value of the context |
getContext | public Collection getContext()(Code) | | Get the whole context of the current user
Collection of the whole context |
getContextItem | public String getContextItem(String key)(Code) | | return specified context value
Parameters: key - |
getPicture | public String getPicture()(Code) | | Special Attribute for the cocoon portal tool example:
you can store even extra attributes in the bean
name of the picture file |
setPicture | public void setPicture(String string)(Code) | | Special Attribute for the cocoon portal tool example:
you can store even extra attributes in the bean
Parameters: string - name of the picture file |
|
|
|