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.BaseFactoryTODO remove this once http://jira.opensymphony.com/browse/SIM-263 is fixed. ReplacesDefaultFactoryto fix http://jira.codehaus.org/browse/GRAILS-5535. There are two changes, both replacing toURL() with toURI().toURL().
-
-
Field Summary
Fields Modifier and Type Field Description static longconfigCheckMillis
-
Constructor Summary
Constructors Constructor Description Grails5535Factory(com.opensymphony.module.sitemesh.Config config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidpushDecoratorMapper(java.lang.String className, java.util.Properties properties)voidrefresh()Check if configuration file has been modified, and if so reload it.
-
-
-
Method Detail
-
pushDecoratorMapper
protected void pushDecoratorMapper(java.lang.String className, java.util.Properties properties)- 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
-
-