| |
|
| java.lang.Object org.jasig.portal.StylesheetUserPreferences
All known Subclasses: org.jasig.portal.ThemeStylesheetUserPreferences,
StylesheetUserPreferences | public class StylesheetUserPreferences implements Serializable(Code) | | Description of user preferences that are common to all of the core stylesheets
author: Peter Kharchenko version: $Revision: 35884 $ |
StylesheetUserPreferences | public StylesheetUserPreferences()(Code) | | |
deleteParameter | public void deleteParameter(String parameterName)(Code) | | |
getStylesheetId | public int getStylesheetId()(Code) | | |
newInstance | public Object newInstance()(Code) | | Provides a copy of this object with all fields instantiated to reflect
the values of this object. This allows subclasses to override to add
correct copying behavior for their added fields.
a copy of this object |
putParameterValue | public void putParameterValue(String parameterName, String parameterValue)(Code) | | |
setParameterValues | public void setParameterValues(Hashtable parameters)(Code) | | |
setStylesheetId | public void setStylesheetId(int n)(Code) | | |
|
|
|