public class TldPreload
extends java.lang.Object
Constructor and Description |
---|
TldPreload() |
Modifier and Type | Method and Description |
---|---|
void |
addBuilderProgram(ConfigProgram program)
Ignores unknown options.
|
void |
addListener(TldListener listener)
Adds a listener
|
java.lang.Throwable |
getConfigException()
Gets any configuration exception
|
java.lang.String |
getLocation()
Gets the location
|
Path |
getPath()
Gets the path.
|
java.lang.String |
getURI()
Gets the uri
|
void |
initListeners(WebApp webApp)
Applies the listeners.
|
boolean |
isJsf() |
void |
setConfigException(java.lang.Throwable e)
Sets any configuration exception
|
void |
setLocation(java.lang.String location)
Sets the location
|
void |
setPath(Path path)
Sets the path to the tld.
|
void |
setURI(java.lang.String uri)
Sets the uri
|
java.lang.String |
toString() |
public void setURI(java.lang.String uri)
public java.lang.String getURI()
public void setLocation(java.lang.String location)
public java.lang.String getLocation()
public void addListener(TldListener listener)
public void setPath(Path path)
public Path getPath()
public void setConfigException(java.lang.Throwable e)
public java.lang.Throwable getConfigException()
public void addBuilderProgram(ConfigProgram program)
public void initListeners(WebApp webApp) throws java.lang.InstantiationException, java.lang.IllegalAccessException
java.lang.InstantiationException
java.lang.IllegalAccessException
public boolean isJsf()
public java.lang.String toString()
toString
in class java.lang.Object