org.codehaus.groovy.grails.web.sitemesh
[Java] Class Grails5535Factory
java.lang.Object
com.opensymphony.module.sitemesh.factory.BaseFactory
org.codehaus.groovy.grails.web.sitemesh.Grails5535Factory
@SuppressWarnings({"unchecked","rawtypes"})
public class Grails5535Factory
extends 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().
Method Summary |
void
|
refresh()
Check if configuration file has been modified, and if so reload it.
|
configCheckMillis
public static long configCheckMillis
-
Grails5535Factory
public Grails5535Factory(Config config)
-
refresh
@Override
public void refresh()
- Check if configuration file has been modified, and if so reload it.
Groovy Documentation