org.jasig.portal
Class StylesheetUserPreferences
java.lang.Object
org.jasig.portal.StylesheetUserPreferences
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ThemeStylesheetUserPreferences
public class StylesheetUserPreferences
- extends Object
- implements Serializable
Description of user preferences that are common to all of the core stylesheets
- Version:
- $Revision: 19776 $
- Author:
- Peter Kharchenko
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StylesheetUserPreferences
public StylesheetUserPreferences()
StylesheetUserPreferences
public StylesheetUserPreferences(StylesheetUserPreferences sup)
newInstance
public Object newInstance()
- 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.
- Returns:
- a copy of this object
getStylesheetId
public int getStylesheetId()
setStylesheetId
public void setStylesheetId(int n)
getParameterValue
public String getParameterValue(String parameterName)
putParameterValue
public void putParameterValue(String parameterName,
String parameterValue)
deleteParameter
public void deleteParameter(String parameterName)
getParameterValues
public Hashtable<String,String> getParameterValues()
setParameterValues
public void setParameterValues(Hashtable<String,String> parameters)
getCacheKey
public String getCacheKey()
Copyright © 2010 Jasig. All Rights Reserved.