org.jasig.portal
Class ThemeStylesheetDescription

java.lang.Object
  extended by org.jasig.portal.CoreStylesheetDescription
      extended by org.jasig.portal.CoreXSLTStylesheetDescription
          extended by org.jasig.portal.ThemeStylesheetDescription

public class ThemeStylesheetDescription
extends CoreXSLTStylesheetDescription

Stylesheet description for stylesheets performing theme transformation

Version:
$Revision: 19776 $
Author:
Peter Kharchenko

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jasig.portal.CoreStylesheetDescription
CoreStylesheetDescription.DescriptionDefaultValuePair
 
Field Summary
protected  String customUPClassLocator
           
protected  String deviceType
           
protected  String mimeType
           
protected  String sampleIconURI
           
protected  String samplePictureURI
           
protected  String serializerName
           
protected  int structureStylesheetId
           
 
Fields inherited from class org.jasig.portal.CoreStylesheetDescription
stylesheetDescriptionURI, stylesheetId, stylesheetName, stylesheetURI, stylesheetWordDescription
 
Constructor Summary
ThemeStylesheetDescription()
           
 
Method Summary
 String getCustomUserPreferencesManagerClass()
           
 String getDeviceType()
           
 String getMimeType()
           
 String getSampleIconURI()
           
 String getSamplePictureURI()
           
 String getSerializerName()
           
 int getStructureStylesheetId()
           
 void setCustomUserPreferencesManagerClass(String classLocator)
           
 void setDeviceType(String type)
           
 void setMimeType(String type)
           
 void setSampleIconURI(String uri)
           
 void setSamplePictureURI(String uri)
           
 void setSerializerName(String name)
           
 void setStructureStylesheetId(int ssid)
           
 
Methods inherited from class org.jasig.portal.CoreXSLTStylesheetDescription
addChannelAttribute, containsChannelAttribute, getChannelAttributeDefaultValue, getChannelAttributeNames, getChannelAttributeWordDescription, setChannelAttributeDefaultValue, setChannelAttributeWordDescription
 
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
 

Field Detail

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
Constructor Detail

ThemeStylesheetDescription

public ThemeStylesheetDescription()
Method Detail

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.