Package org.grails.web.sitemesh
Class Grails5535Factory
java.lang.Object
com.opensymphony.module.sitemesh.Factory
com.opensymphony.module.sitemesh.factory.BaseFactory
org.grails.web.sitemesh.Grails5535Factory
- All Implemented Interfaces:
com.opensymphony.module.sitemesh.PageParserSelector
public class Grails5535Factory
extends com.opensymphony.module.sitemesh.factory.BaseFactory
TODO remove this once http://jira.opensymphony.com/browse/SIM-263 is fixed.
Replaces
DefaultFactory to fix http://jira.codehaus.org/browse/GRAILS-5535. There
are two changes, both replacing toURL() with toURI().toURL().-
Field Summary
FieldsFields inherited from class com.opensymphony.module.sitemesh.factory.BaseFactory
config, decoratorMapper, excludeUrls, pageParsers -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidpushDecoratorMapper(String className, Properties properties) voidrefresh()Check if configuration file has been modified, and if so reload it.Methods inherited from class com.opensymphony.module.sitemesh.factory.BaseFactory
addExcludeUrl, clearDecoratorMappers, clearExcludeUrls, clearParserMappings, getDecoratorMapper, getDecoratorMapper, getPageParser, isPathExcluded, mapParser, shouldParsePageMethods inherited from class com.opensymphony.module.sitemesh.Factory
getInstance
-
Field Details
-
configCheckMillis
public static long configCheckMillis
-
-
Constructor Details
-
Grails5535Factory
public Grails5535Factory(com.opensymphony.module.sitemesh.Config config)
-
-
Method Details
-
pushDecoratorMapper
- Overrides:
pushDecoratorMapperin classcom.opensymphony.module.sitemesh.factory.BaseFactory
-
refresh
public void refresh()Check if configuration file has been modified, and if so reload it.- Specified by:
refreshin classcom.opensymphony.module.sitemesh.Factory
-