org.jasig.portal
Class StylesheetUserPreferences

java.lang.Object
  extended by 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

Constructor Summary
StylesheetUserPreferences()
           
StylesheetUserPreferences(StylesheetUserPreferences sup)
           
 
Method Summary
 void deleteParameter(String parameterName)
           
 String getCacheKey()
           
 String getParameterValue(String parameterName)
           
 Hashtable<String,String> getParameterValues()
           
 int getStylesheetId()
           
 Object newInstance()
          Provides a copy of this object with all fields instantiated to reflect the values of this object.
 void putParameterValue(String parameterName, String parameterValue)
           
 void setParameterValues(Hashtable<String,String> parameters)
           
 void setStylesheetId(int n)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StylesheetUserPreferences

public StylesheetUserPreferences()

StylesheetUserPreferences

public StylesheetUserPreferences(StylesheetUserPreferences sup)
Method Detail

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.