org.jasig.portal
Class ThemeStylesheetUserPreferences
java.lang.Object
org.jasig.portal.StylesheetUserPreferences
org.jasig.portal.ThemeStylesheetUserPreferences
- Direct Known Subclasses:
- StructureStylesheetUserPreferences
- public class ThemeStylesheetUserPreferences
- extends StylesheetUserPreferences
User preferences for stylesheets performing theme transformation
- Version:
- $Revision: 1.13 $
- Author:
- Peter Kharchenko pkharchenko@interactivebusiness.com>a
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThemeStylesheetUserPreferences
public ThemeStylesheetUserPreferences()
ThemeStylesheetUserPreferences
public ThemeStylesheetUserPreferences(ThemeStylesheetUserPreferences ssup)
getChannelAttributeValue
public java.lang.String getChannelAttributeValue(java.lang.String channelSubscribeId,
java.lang.String attributeName)
getDefinedChannelAttributeValue
public java.lang.String getDefinedChannelAttributeValue(java.lang.String channelSubscribeId,
java.lang.String attributeName)
- Returns channel attribute value only if it has been assigned specifically.
- Parameters:
channelSubscribeId
- channel idattributeName
- name of the attribute
- Returns:
- attribute value or null if the value is determined by the attribute default
setChannelAttributeValue
public void setChannelAttributeValue(java.lang.String channelSubscribeId,
java.lang.String attributeName,
java.lang.String attributeValue)
addChannelAttribute
public void addChannelAttribute(java.lang.String attributeName,
java.lang.String defaultValue)
setChannelAttributeDefaultValue
public void setChannelAttributeDefaultValue(java.lang.String attributeName,
java.lang.String defaultValue)
removeChannelAttribute
public void removeChannelAttribute(java.lang.String attributeName)
getChannelAttributeNames
public java.util.Enumeration getChannelAttributeNames()
addChannel
public void addChannel(java.lang.String channelSubscribeId)
removeChannel
public void removeChannel(java.lang.String channelSubscribeId)
getChannels
public java.util.Enumeration getChannels()
hasChannel
public boolean hasChannel(java.lang.String channelSubscribeId)
getCacheKey
public java.lang.String getCacheKey()
- Overrides:
getCacheKey
in class StylesheetUserPreferences