public abstract class AbstractWroModelFactory extends Object implements WroModelFactory
| Constructor and Description |
|---|
AbstractWroModelFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Called to indicate that the factory is being taken out of service.
|
protected abstract String |
getDefaultModelFilename() |
protected InputStream |
getModelResourceAsStream()
Override this method, in order to provide different xml definition file name.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateprotected InputStream getModelResourceAsStream() throws IOException
IOException - if the stream couldn't be read.protected abstract String getDefaultModelFilename()
public void destroy()
destroy in interface WroModelFactoryCopyright © 2008-2013. All Rights Reserved.