public class Grails5535Factory
extends com.opensymphony.module.sitemesh.factory.BaseFactory
DefaultFactory to fix http://jira.codehaus.org/browse/GRAILS-5535. There
are two changes, both replacing toURL() with toURI().toURL().| Modifier and Type | Field and Description |
|---|---|
static long |
configCheckMillis |
| Constructor and Description |
|---|
Grails5535Factory(com.opensymphony.module.sitemesh.Config config) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
pushDecoratorMapper(java.lang.String className,
java.util.Properties properties) |
void |
refresh()
Check if configuration file has been modified, and if so reload it.
|
public Grails5535Factory(com.opensymphony.module.sitemesh.Config config)
protected void pushDecoratorMapper(java.lang.String className,
java.util.Properties properties)
pushDecoratorMapper in class com.opensymphony.module.sitemesh.factory.BaseFactorypublic void refresh()
refresh in class com.opensymphony.module.sitemesh.Factory