org.jasig.portal
Class ThemeStylesheetDescription
java.lang.Object
org.jasig.portal.CoreStylesheetDescription
org.jasig.portal.CoreXSLTStylesheetDescription
org.jasig.portal.ThemeStylesheetDescription
public class ThemeStylesheetDescription
- extends CoreXSLTStylesheetDescription
Stylesheet description for stylesheets performing theme transformation
- Version:
- $Revision: 19776 $
- Author:
- Peter Kharchenko
| Methods inherited from class org.jasig.portal.CoreStylesheetDescription |
addStylesheetParameter, containsParameterName, getId, getStylesheetDescriptionURI, getStylesheetName, getStylesheetParameterDefaultValue, getStylesheetParameterNames, getStylesheetParameterWordDescription, getStylesheetURI, getStylesheetWordDescription, setId, setStylesheetDescriptionURI, setStylesheetName, setStylesheetParameterDefaultValue, setStylesheetParameterWordDescription, setStylesheetURI, setStylesheetWordDescription |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
structureStylesheetId
protected int structureStylesheetId
mimeType
protected String mimeType
samplePictureURI
protected String samplePictureURI
sampleIconURI
protected String sampleIconURI
deviceType
protected String deviceType
serializerName
protected String serializerName
customUPClassLocator
protected String customUPClassLocator
ThemeStylesheetDescription
public ThemeStylesheetDescription()
getStructureStylesheetId
public int getStructureStylesheetId()
setStructureStylesheetId
public void setStructureStylesheetId(int ssid)
getMimeType
public String getMimeType()
setMimeType
public void setMimeType(String type)
getDeviceType
public String getDeviceType()
setDeviceType
public void setDeviceType(String type)
getSamplePictureURI
public String getSamplePictureURI()
setSamplePictureURI
public void setSamplePictureURI(String uri)
getSampleIconURI
public String getSampleIconURI()
setSampleIconURI
public void setSampleIconURI(String uri)
getSerializerName
public String getSerializerName()
setSerializerName
public void setSerializerName(String name)
getCustomUserPreferencesManagerClass
public String getCustomUserPreferencesManagerClass()
setCustomUserPreferencesManagerClass
public void setCustomUserPreferencesManagerClass(String classLocator)
Copyright © 2010 Jasig. All Rights Reserved.