Package com.arsdigita.templating

System for styling and rendering XML documents using XSLT.

See:
          Description

Interface Summary
PatternGenerator  
PresentationManager Interface for styling and serving XML documents to the response output stream.
StylesheetResolver The various PresentationManager classes resolve requests into stylesheets using classes derived from this interface.
XSLParameterGenerator This is an interface that allows developers to set variables that will be available inside of the XSL for use by all XSL stylesheets.
 

Class Summary
ApplicationOIDPatternGenerator This looks for the current application and will return its OID if it is available
ApplicationPatternGenerator Generates a set of pattern values based on the application key, eg content-center, content-section.
ApplyTemplates  
HostPatternGenerator Generates a set of patterns corresponding to the current web application prefix
LegacyStylesheetResolver Deprecated. use PatternStylesheetResolver in new code.
LocalePatternGenerator Generates a pattern for based on the request negotiated locale in com.arsdigita.kernel.KernelContext
OutputTypePatternGenerator Generates a pattern for based on the outputType request parameter
PatternStylesheetResolver This stylesheet resolver is used by the *PresentationManager class to work out which XSLT stylesheet to apply to the current Bebop XML output.
PrefixPatternGenerator Generates a pattern for based on the request prefix, eg /print/content/myitem.jsp -> { 'print' } /text-only/content/myitem.jsp -> { 'text-only' }
SimplePresentationManager Deprecated. Use PageTransformer instead
Templating An entry-point class for the functions of the templating package.
TemplatingConfig  
URLPatternGenerator Generates a set of pattern values based on the URL path info for the current request.
WebAppPatternGenerator Generates a set of patterns corresponding to the current web application prefix
XSLTemplate A class for loading, caching and generally managing XSL templates and transformers.
 

Exception Summary
WrappedTransformerException A simple wrapper around TransformerException that provides a more useful WrappedTransformerException.getMessage() method.
 

Package com.arsdigita.templating Description

System for styling and rendering XML documents using XSLT.



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