
nz.net.osnz.common.jawr.JawrConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common-jawr Show documentation
Show all versions of common-jawr Show documentation
Provides web fragment and dependencies for jawr
The newest version!
package nz.net.osnz.common.jawr;
import java.lang.*;
import java.io.*;
import java.net.*;
import java.util.*;
import groovy.lang.*;
import groovy.util.*;
public class JawrConfig
extends java.lang.Object implements
net.jawr.web.resource.bundle.factory.util.ConfigPropertiesSource, groovy.lang.GroovyObject {
;
protected org.slf4j.Logger log;
protected nz.net.osnz.common.jawr.JawrResourceScanListener resourceScanListener;
protected boolean scanned;
public JawrConfig
() {}
public groovy.lang.MetaClass getMetaClass() { return (groovy.lang.MetaClass)null;}
public void setMetaClass(groovy.lang.MetaClass mc) { }
public java.lang.Object invokeMethod(java.lang.String method, java.lang.Object arguments) { return null;}
public java.lang.Object getProperty(java.lang.String property) { return null;}
public void setProperty(java.lang.String property, java.lang.Object value) { }
public java.util.Properties getJawrProperties() { return (java.util.Properties)null;}
public void setJawrProperties(java.util.Properties value) { }
@java.lang.Override() public java.util.Properties getConfigProperties() { return (java.util.Properties)null;}
@java.lang.Override() public boolean configChanged() { return false;}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy