|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PatternGenerator | |
com.arsdigita.templating | System for styling and rendering XML documents using XSLT. |
Uses of PatternGenerator in com.arsdigita.templating |
Classes in com.arsdigita.templating that implement PatternGenerator | |
class |
ApplicationOIDPatternGenerator
This looks for the current application and will return its OID if it is available |
class |
ApplicationPatternGenerator
Generates a set of pattern values based on the application key, eg content-center, content-section. |
class |
HostPatternGenerator
Generates a set of patterns corresponding to the current web application prefix |
class |
LocalePatternGenerator
Generates a pattern for based on the request negotiated locale in com.arsdigita.kernel.KernelContext |
class |
OutputTypePatternGenerator
Generates a pattern for based on the outputType request parameter |
class |
PrefixPatternGenerator
Generates a pattern for based on the request prefix, eg /print/content/myitem.jsp -> { 'print' } /text-only/content/myitem.jsp -> { 'text-only' } |
class |
URLPatternGenerator
Generates a set of pattern values based on the URL path info for the current request. |
class |
WebAppPatternGenerator
Generates a set of patterns corresponding to the current web application prefix |
Methods in com.arsdigita.templating with parameters of type PatternGenerator | |
static void |
PatternStylesheetResolver.registerPatternGenerator(String key,
PatternGenerator gen)
Registers a new pattern generator for the given key. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |