org.jasig.portal
Class StructureStylesheetDescription

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

public class StructureStylesheetDescription
extends CoreXSLTStylesheetDescription

Stylesheet description for stylesheets performing structure transformation

Version:
$Revision: 19776 $
Author:
Peter Kharchenko

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jasig.portal.CoreStylesheetDescription
CoreStylesheetDescription.DescriptionDefaultValuePair
 
Field Summary
 
Fields inherited from class org.jasig.portal.CoreStylesheetDescription
stylesheetDescriptionURI, stylesheetId, stylesheetName, stylesheetURI, stylesheetWordDescription
 
Constructor Summary
StructureStylesheetDescription()
           
 
Method Summary
 void addFolderAttribute(String name, String defaultValue, String wordDescription)
           
 boolean containsFolderAttribute(String attributeName)
           
 String getFolderAttributeDefaultValue(String attributeName)
           
 Enumeration getFolderAttributeNames()
           
 String getFolderAttributeWordDescription(String attributeName)
           
 void setFolderAttributeDefaultValue(String attributeName, String defaultValue)
           
 void setFolderAttributeWordDescription(String attributeName, String wordDescription)
           
 
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
 

Constructor Detail

StructureStylesheetDescription

public StructureStylesheetDescription()
Method Detail

getFolderAttributeNames

public Enumeration getFolderAttributeNames()

getFolderAttributeWordDescription

public String getFolderAttributeWordDescription(String attributeName)

getFolderAttributeDefaultValue

public String getFolderAttributeDefaultValue(String attributeName)

setFolderAttributeWordDescription

public void setFolderAttributeWordDescription(String attributeName,
                                              String wordDescription)

setFolderAttributeDefaultValue

public void setFolderAttributeDefaultValue(String attributeName,
                                           String defaultValue)

containsFolderAttribute

public boolean containsFolderAttribute(String attributeName)

addFolderAttribute

public void addFolderAttribute(String name,
                               String defaultValue,
                               String wordDescription)


Copyright © 2010 Jasig. All Rights Reserved.