Save This Page
Home » apache-tomcat-6.0.16-src » org.apache » catalina » startup » [javadoc | source]
org.apache.catalina.startup
public final class: TldConfig [javadoc | source]
java.lang.Object
   org.apache.catalina.startup.TldConfig
Startup event listener for a Context that configures the properties of that Context, and the associated defined servlets.
Method from org.apache.catalina.startup.TldConfig Summary:
addApplicationListener,   execute,   getContext,   getTldListeners,   getTldNamespaceAware,   getTldValidation,   isRescan,   setContext,   setNoTldJars,   setRescan,   setTldNamespaceAware,   setTldValidation
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.catalina.startup.TldConfig Detail:
 public  void addApplicationListener(String s) 
 public  void execute() throws Exception 
    Scan for and configure all tag library descriptors found in this web application.
 public Context getContext() 
 public String[] getTldListeners() 
 public boolean getTldNamespaceAware() 
    Get the server.xml attribute's xmlNamespaceAware.
 public boolean getTldValidation() 
    Get the server.xml attribute's xmlValidation.
 public boolean isRescan() 
 public  void setContext(Context context) 
 public static  void setNoTldJars(String jarNames) 
    Sets the list of JARs that are known not to contain any TLDs.
 public  void setRescan(boolean rescan) 
 public  void setTldNamespaceAware(boolean tldNamespaceAware) 
    Set the namespace aware feature of the XML parser used when parsing xml instances.
 public  void setTldValidation(boolean tldValidation) 
    Set the validation feature of the XML parser used when parsing xml instances.