| java.lang.Object com.sun.portal.providers.ProviderAdapter com.sun.portal.providers.ProfileProviderAdapter com.sun.portal.providers.ab.AddressBookProvider
Method Summary | |
public String | encode(String enc) Wrapper class for encode. | protected Map | getAppHandlerMap() | protected String | getApplicationStartURL(AddressBookApplicationHelper abApplicationHelper, HttpServletRequest request) | public boolean | getBestBooleanProperty(String key, boolean def, List pflist) | public boolean | getBestBooleanProperty(String key, List pflist) | public Map | getBestCollectionProperty(String key, Map def, List pflist) | public Map | getBestCollectionProperty(String key, List pflist) | public int | getBestIntegerProperty(String key, int def, List pflist) | public int | getBestIntegerProperty(String key, List pflist) | public String | getBestStringProperty(String key, String def, List pflist) | public String | getBestStringProperty(String key, List pflist) | public StringBuffer | getContent(HttpServletRequest request, HttpServletResponse response) | public StringBuffer | getEdit(HttpServletRequest request, HttpServletResponse response) Generate the HTML that will be displayed to let the user set his/her
preferneces. | public void | init(String name, HttpServletRequest request) Initialize the provider Check to see if ssoAdapter exists. | public boolean | isPresentable(HttpServletRequest request) | public URL | processEdit(HttpServletRequest req, HttpServletResponse res) Handle the submittal of the edit form. |
isSSOConfigFound | protected boolean isSSOConfigFound(Code) | | |
encode | public String encode(String enc)(Code) | | Wrapper class for encode. Relies on class level charset attribute
Parameters: enc - String to encode Encoded string contents if successful or unencoded string results if failed. |
getAppHandlerMap | protected Map getAppHandlerMap()(Code) | | |
getApplicationStartURL | protected String getApplicationStartURL(AddressBookApplicationHelper abApplicationHelper, HttpServletRequest request)(Code) | | Retrieves the AddressBookApplicationHelper start URL
Parameters: abApplicationHelper - The AddressBookApplicationHelper object Parameters: request - The HttpServletRequest object string representing the Application start URL |
getBestBooleanProperty | public boolean getBestBooleanProperty(String key, boolean def, List pflist)(Code) | | Returns the DP property by attempting to retrieve client and localized properties first
then it searches for non conditional definitions
Parameters: pflist - List containg the client and locale filters Parameters: key - Display Preofile key Returns the best value for the DP key |
getBestBooleanProperty | public boolean getBestBooleanProperty(String key, List pflist)(Code) | | |
getBestCollectionProperty | public Map getBestCollectionProperty(String key, Map def, List pflist)(Code) | | Returns the DP property by attempting to retrieve client and localized properties first
then it searches for non conditional definitions
Parameters: pflist - List containg the client and locale filters Parameters: key - Display Preofile key Returns the best value for the DP key |
getBestIntegerProperty | public int getBestIntegerProperty(String key, int def, List pflist)(Code) | | Returns the DP property by attempting to retrieve client and localized properties first
then it searches for non conditional definitions
Parameters: pflist - List containg the client and locale filters Parameters: key - Display Preofile key Returns the best value for the DP key |
getBestIntegerProperty | public int getBestIntegerProperty(String key, List pflist)(Code) | | |
getBestStringProperty | public String getBestStringProperty(String key, String def, List pflist)(Code) | | Returns the DP property by attempting to retrieve client and localized properties first
then it searches for non conditional definitions
Parameters: pflist - List containg the client and locale filters Parameters: key - Display Preofile key Returns the best value for the DP key |
init | public void init(String name, HttpServletRequest request) throws ProviderException(Code) | | Initialize the provider Check to see if ssoAdapter exists. If
not then set isSSOConfigFound to false disabling
editability for the user's Session.
Parameters: name - Description of the Parameter Parameters: request - Description of the Parameter exception: ProviderException - Description of the Exception |
isPresentable | public boolean isPresentable(HttpServletRequest request)(Code) | | Channel is presentable if
1) parent.isPresentable()
2) existence of display.template
3) existence of sso adapter template
true or false |
Methods inherited from com.sun.portal.providers.ProfileProviderAdapter | public boolean existsBooleanProperty(String name) throws ProviderException(Code)(Java Doc) public boolean existsIntegerProperty(String name) throws ProviderException(Code)(Java Doc) public boolean existsListProperty(String name) throws ProviderException(Code)(Java Doc) public boolean existsListProperty(String name, boolean localized) throws ProviderException(Code)(Java Doc) public boolean existsStringProperty(String name) throws ProviderException(Code)(Java Doc) public boolean existsStringProperty(String name, boolean localized) throws ProviderException(Code)(Java Doc) public boolean getBooleanProperty(String key) throws ProviderException(Code)(Java Doc) public boolean getBooleanProperty(String key, List pflist) throws ProviderException(Code)(Java Doc) public boolean getBooleanProperty(String key, boolean def) throws ProviderException(Code)(Java Doc) public boolean getBooleanProperty(String key, boolean def, List pflist) throws ProviderException(Code)(Java Doc) public String getClientProperty(String name)(Code)(Java Doc) public int getIntegerProperty(String key) throws ProviderException(Code)(Java Doc) public int getIntegerProperty(String key, List pflist) throws ProviderException(Code)(Java Doc) public int getIntegerProperty(String key, int def) throws ProviderException(Code)(Java Doc) public int getIntegerProperty(String key, int def, List pflist) throws ProviderException(Code)(Java Doc) public List getListProperty(String key) throws ProviderException(Code)(Java Doc) public List getListProperty(String key, List def) throws ProviderException(Code)(Java Doc) public Map getMapProperty(String key) throws ProviderException(Code)(Java Doc) public Map getMapProperty(String key, List pflist) throws ProviderException(Code)(Java Doc) public Map getMapProperty(String key, boolean localized) throws ProviderException(Code)(Java Doc) public Map getMapProperty(String key, Map def) throws ProviderException(Code)(Java Doc) public Map getMapProperty(String key, Map def, List pflist) throws ProviderException(Code)(Java Doc) public Map getMapProperty(String key, Map def, boolean localized) throws ProviderException(Code)(Java Doc) public String getStringAttribute(String name)(Code)(Java Doc) public String getStringProperty(String key) throws ProviderException(Code)(Java Doc) public String getStringProperty(String key, String def) throws ProviderException(Code)(Java Doc) public String getStringProperty(String key, List pflist) throws ProviderException(Code)(Java Doc) public String getStringProperty(String key, String def, List pflist) throws ProviderException(Code)(Java Doc) public String getStringProperty(String key, boolean localized) throws ProviderException(Code)(Java Doc) public String getStringProperty(String key, String def, boolean localized) throws ProviderException(Code)(Java Doc) public StringBuffer getTemplate(String file) throws ProviderException(Code)(Java Doc) public StringBuffer getTemplate(String file, Hashtable table) throws ProviderException(Code)(Java Doc) public File getTemplatePath(String file) throws ProviderException(Code)(Java Doc) public boolean isAllowed(String priv) throws ProviderException(Code)(Java Doc) public boolean setBooleanProperty(String key, boolean val) throws ProviderException(Code)(Java Doc) public void setClientProperty(String name, String val)(Code)(Java Doc) public int setIntegerProperty(String key, int val) throws ProviderException(Code)(Java Doc) public List setListProperty(String key, List val) throws ProviderException(Code)(Java Doc) public Map setMapProperty(String key, Map val) throws ProviderException(Code)(Java Doc) public void setStringAttribute(String name, String val)(Code)(Java Doc) public String setStringProperty(String key, String val) throws ProviderException(Code)(Java Doc)
|
|
|