Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E F G I L M P R S

A

addExcludeUrl(String) - Method in class com.opensymphony.module.sitemesh.factory.BaseFactory
 

B

BaseFactory - class com.opensymphony.module.sitemesh.factory.BaseFactory.
Base Factory implementation.
BaseFactory(Config) - Constructor for class com.opensymphony.module.sitemesh.factory.BaseFactory
Constructor for default implementation of Factory.

C

clearDecoratorMappers() - Method in class com.opensymphony.module.sitemesh.factory.BaseFactory
Clear all current DecoratorMappers.
clearExcludeUrls() - Method in class com.opensymphony.module.sitemesh.factory.BaseFactory
Clears all exclude URLs.
clearParserMappings() - Method in class com.opensymphony.module.sitemesh.factory.BaseFactory
Clear all PageParser mappings.
com.opensymphony.module.sitemesh.factory - package com.opensymphony.module.sitemesh.factory
 
config - Variable in class com.opensymphony.module.sitemesh.factory.BaseFactory
ServletConfig or FilterConfig.
configFile - Variable in class com.opensymphony.module.sitemesh.factory.DefaultFactory
 
configFileName - Variable in class com.opensymphony.module.sitemesh.factory.DefaultFactory
 
configLastModified - Variable in class com.opensymphony.module.sitemesh.factory.DefaultFactory
 
configProps - Variable in class com.opensymphony.module.sitemesh.factory.DefaultFactory
 

D

DefaultFactory - class com.opensymphony.module.sitemesh.factory.DefaultFactory.
DefaultFactory, reads configuration from /WEB-INF/sitemesh.xml, or uses the default configuration if sitemesh.xml does not exist.
DefaultFactory(Config) - Constructor for class com.opensymphony.module.sitemesh.factory.DefaultFactory
 
decoratorMapper - Variable in class com.opensymphony.module.sitemesh.factory.BaseFactory
Instance of com.opensymphony.module.sitemesh.DecoratorMapper.

E

exception - Variable in class com.opensymphony.module.sitemesh.factory.FactoryException
 
excludeUrls - Variable in class com.opensymphony.module.sitemesh.factory.BaseFactory
A map of paths that are excluded from decoration
excludesFile - Variable in class com.opensymphony.module.sitemesh.factory.DefaultFactory
 
excludesFileName - Variable in class com.opensymphony.module.sitemesh.factory.DefaultFactory
 

F

FactoryException - exception com.opensymphony.module.sitemesh.factory.FactoryException.
This RuntimeException is thrown by the Factory if it cannot initialize or perform an appropriate function.
FactoryException() - Constructor for class com.opensymphony.module.sitemesh.factory.FactoryException
 
FactoryException(String) - Constructor for class com.opensymphony.module.sitemesh.factory.FactoryException
 
FactoryException(Exception) - Constructor for class com.opensymphony.module.sitemesh.factory.FactoryException
 
FactoryException(String, Exception) - Constructor for class com.opensymphony.module.sitemesh.factory.FactoryException
 

G

getDecoratorMapper() - Method in class com.opensymphony.module.sitemesh.factory.BaseFactory
Return instance of DecoratorMapper.
getDecoratorMapper() - Method in class com.opensymphony.module.sitemesh.factory.DefaultFactory
Refresh config before delegating to superclass.
getPageParser(String) - Method in class com.opensymphony.module.sitemesh.factory.BaseFactory
Create a PageParser suitable for the given content-type.
getPageParser(String) - Method in class com.opensymphony.module.sitemesh.factory.DefaultFactory
Refresh config before delegating to superclass.
getRootCause() - Method in class com.opensymphony.module.sitemesh.factory.FactoryException
Get the original cause of the Exception.

I

isPathExcluded(String) - Method in class com.opensymphony.module.sitemesh.factory.BaseFactory
Returns true if the supplied path matches one of the exclude URLs specified in sitemesh.xml, otherwise returns false.
isPathExcluded(String) - Method in class com.opensymphony.module.sitemesh.factory.DefaultFactory
Returns true if the supplied path matches one of the exclude URLs specified in sitemesh.xml, otherwise returns false.

L

loadClass(String, Class) - Static method in class com.opensymphony.module.sitemesh.factory.BaseFactory
 
loadConfig() - Method in class com.opensymphony.module.sitemesh.factory.DefaultFactory
Load configuration from file.
loadDecoratorMappers(NodeList) - Method in class com.opensymphony.module.sitemesh.factory.DefaultFactory
 
loadExcludeUrls(NodeList) - Method in class com.opensymphony.module.sitemesh.factory.DefaultFactory
Reads in all the url patterns to exclude from decoration.
loadExcludes() - Method in class com.opensymphony.module.sitemesh.factory.DefaultFactory
 
loadPageParsers(NodeList) - Method in class com.opensymphony.module.sitemesh.factory.DefaultFactory
Loop through children of 'page-parsers' element and add all 'parser' mappings.
loadSitemeshXML() - Method in class com.opensymphony.module.sitemesh.factory.DefaultFactory
 

M

mapParser(String, String) - Method in class com.opensymphony.module.sitemesh.factory.BaseFactory
Map new PageParser to given content-type.

P

pageParsers - Variable in class com.opensymphony.module.sitemesh.factory.BaseFactory
Map that associates content-types with PageParser instances.
printStackTrace() - Method in class com.opensymphony.module.sitemesh.factory.FactoryException
 
printStackTrace(PrintStream) - Method in class com.opensymphony.module.sitemesh.factory.FactoryException
 
printStackTrace(PrintWriter) - Method in class com.opensymphony.module.sitemesh.factory.FactoryException
 
pushDecoratorMapper(String, Properties) - Method in class com.opensymphony.module.sitemesh.factory.BaseFactory
Push new DecoratorMapper onto end of chain.

R

refresh() - Method in class com.opensymphony.module.sitemesh.factory.DefaultFactory
Check if configuration file has been modified, and if so reload it.
replaceProperties(String) - Method in class com.opensymphony.module.sitemesh.factory.DefaultFactory
Replaces any properties that appear in the supplied string with their actual values

S

shouldParsePage(String) - Method in class com.opensymphony.module.sitemesh.factory.BaseFactory
Determine whether a Page of given content-type should be parsed or not.
shouldParsePage(String) - Method in class com.opensymphony.module.sitemesh.factory.DefaultFactory
Refresh config before delegating to superclass.

A B C D E F G I L M P R S