Uses of Class
com.arsdigita.kernel.Stylesheet

Packages that use Stylesheet
com.arsdigita.kernel Provides the classes that are essential for building a CCM web application, including ACSObject, packages, parties, and permissions. 
com.arsdigita.sitenode Deprecated. Use the com.arsdigita.web package instead. 
com.arsdigita.web Tools supporting web-application authoring; services include dispatching requests, generating URLs, and setting up a request's context of execution. 
 

Uses of Stylesheet in com.arsdigita.kernel
 

Methods in com.arsdigita.kernel that return Stylesheet
static Stylesheet[] StyleAssociation.getStylesheets(Object style, Locale locale, String outputType)
          Gets an array with all applicable stylesheets.
static Stylesheet StyleAssociation.getStylesheet(Object style, Locale locale, String outputType)
          Gets the first stylesheet (best match) associated with this object.
static Stylesheet Stylesheet.combineStylesheets(Stylesheet[] ssList)
          Loads a set of stylesheets and combines them into a single stylesheet.
 Stylesheet Stylesheet.composeStylesheet(Stylesheet s)
          Producer method that adds the rules of a specified stylesheet to the existing stylesheet object and returns the composed moby-stylesheet.
static Stylesheet Stylesheet.createStylesheet(String path)
           
static Stylesheet Stylesheet.createStylesheet(String path, Locale locale)
           
 Stylesheet[] PackageType.getStylesheets(Locale locale, String outputType)
          Deprecated. Gets all the stylesheets used for rendering this package.
 Stylesheet PackageType.getStylesheet(Locale locale, String outputType)
          Deprecated. Gets the first stylesheet (best match) associated with this package.
 Stylesheet[] SiteNode.getStylesheets(Locale locale, String outputType)
          Deprecated.  
 Stylesheet SiteNode.getStylesheet(Locale locale, String outputType)
          Deprecated.  
 

Methods in com.arsdigita.kernel with parameters of type Stylesheet
 boolean Stylesheet.isNewerThan(Stylesheet s)
          Determines whether this stylesheet is newer than the specified stylesheet.
static Stylesheet Stylesheet.combineStylesheets(Stylesheet[] ssList)
          Loads a set of stylesheets and combines them into a single stylesheet.
 Stylesheet Stylesheet.composeStylesheet(Stylesheet s)
          Producer method that adds the rules of a specified stylesheet to the existing stylesheet object and returns the composed moby-stylesheet.
 void PackageType.addStylesheet(Stylesheet sheet)
          Deprecated. Adds a stylesheet for this package type.
 void PackageType.removeStylesheet(Stylesheet sheet)
          Deprecated. Removes a stylesheet from the set of stylesheets used for rendering this package.
 void SiteNode.addStylesheet(Stylesheet sheet)
          Deprecated.  
 void SiteNode.removeStylesheet(Stylesheet sheet)
          Deprecated.  
 

Uses of Stylesheet in com.arsdigita.sitenode
 

Methods in com.arsdigita.sitenode that return Stylesheet
protected  Stylesheet SiteNodePresentationManager.getComposedStylesheet(SiteNodeRequestContext rctx)
          Deprecated. Returns a Stylesheet composed of rules from the XSL stylesheet from this site node, all of its parent site nodes, and the default stylesheets for the packages mounted on this site node and the parent site nodes.
protected  Stylesheet SiteNodePresentationManager.getComposedStylesheet(SiteNode sn, Locale l, String outputType)
          Deprecated. Returns a Stylesheet composed of rules from the XSL stylesheet from this site node, all of its parent site nodes, and the default stylesheets for the packages mounted on this site node and the parent site nodes.
protected  Stylesheet BasePresentationManager.findStylesheet(SiteNodeRequestContext rctx)
          Deprecated. Returns a Stylesheet for the current request context, searching the current site node, all of its parent site nodes, and the default stylesheets for the packages mounted on this site node and the parent site nodes.
protected  Stylesheet BasePresentationManager.findStylesheet(SiteNode sn, Locale l, String outputType)
          Deprecated. Returns a Stylesheet for the current request context, searching the current site node, all of its parent site nodes, and the default stylesheets for the packages mounted on this site node and the parent site nodes.
 

Uses of Stylesheet in com.arsdigita.web
 

Methods in com.arsdigita.web with parameters of type Stylesheet
 void ApplicationType.addStylesheet(Stylesheet stylesheet)
          Deprecated. with no replacement.
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC