Uses of Class
org.apache.tomcat.util.digester.Digester
-
Packages that use Digester Package Description org.apache.catalina.core org.apache.catalina.startup org.apache.catalina.util org.apache.tomcat.util.digester -
-
Uses of Digester in org.apache.catalina.core
Methods in org.apache.catalina.core that return Digester Modifier and Type Method Description protected DigesterStandardHostDeployer. createDigester()Create (if necessary) and return a Digester configured to process the context configuration descriptor for an application. -
Uses of Digester in org.apache.catalina.startup
Fields in org.apache.catalina.startup declared as Digester Modifier and Type Field Description protected static DigesterContextConfig. contextDigesterTheDigesterwe will use to process web application context files.protected static DigesterContextConfig. webDigesterTheDigesterwe will use to process web application deployment descriptor files.Methods in org.apache.catalina.startup that return Digester Modifier and Type Method Description protected static DigesterContextConfig. createContextDigester()Create and return a Digester configured to process the context configuration descriptor for an application.protected DigesterCatalina. createStartDigester()Create and configure the Digester we will be using for startup.protected DigesterCatalina. createStopDigester()Create and configure the Digester we will be using for shutdown.static DigesterContextConfig. createWebDigester()Create and return a Digester configured to process the web application deployment descriptor (web.xml).static DigesterContextConfig. createWebXmlDigester(boolean namespaceAware, boolean validation)DigesterDigesterFactory. newDigester()Create aDigesterparser with noRuleassociated and XML validation turned off.DigesterDigesterFactory. newDigester(boolean xmlValidation, boolean xmlNamespaceAware, RuleSet rule)Create aDigesterparser.DigesterDigesterFactory. newDigester(RuleSet rule)Create aDigesterparser with XML validation turned off.Methods in org.apache.catalina.startup with parameters of type Digester Modifier and Type Method Description voidContextRuleSet. addRuleInstances(Digester digester)Add the set of Rule instances defined in this RuleSet to the specifiedDigesterinstance, associating them with our namespace URI (if any).voidEngineRuleSet. addRuleInstances(Digester digester)Add the set of Rule instances defined in this RuleSet to the specifiedDigesterinstance, associating them with our namespace URI (if any).voidHostRuleSet. addRuleInstances(Digester digester)Add the set of Rule instances defined in this RuleSet to the specifiedDigesterinstance, associating them with our namespace URI (if any).voidNamingRuleSet. addRuleInstances(Digester digester)Add the set of Rule instances defined in this RuleSet to the specifiedDigesterinstance, associating them with our namespace URI (if any).voidWebRuleSet. addRuleInstances(Digester digester)Add the set of Rule instances defined in this RuleSet to the specifiedDigesterinstance, associating them with our namespace URI (if any).protected voidDigesterFactory. turnOnValidation(Digester digester)Turn on DTD and/or validation (based on the parser implementation)protected voidDigesterFactory. turnOnXercesValidation(Digester digester)Turn on schema AND DTD validation on Xerces parser.Constructors in org.apache.catalina.startup with parameters of type Digester Constructor Description CopyParentClassLoaderRule(Digester digester)Construct a new instance of this Rule.LifecycleListenerRule(Digester digester, String listenerClass, String attributeName)Construct a new instance of this Rule.SetDocBaseRule(Digester digester)Construct a new instance of this Rule. -
Uses of Digester in org.apache.catalina.util
Fields in org.apache.catalina.util declared as Digester Modifier and Type Field Description protected DigesterSchemaResolver. digesterThe digester instance for which this class is the entity resolver.Constructors in org.apache.catalina.util with parameters of type Digester Constructor Description SchemaResolver(Digester digester)Create a newEntityResolverthat will redirect all remote dtds and schema to a local destination. -
Uses of Digester in org.apache.tomcat.util.digester
Fields in org.apache.tomcat.util.digester declared as Digester Modifier and Type Field Description protected DigesterAbstractObjectCreationFactory. digesterThe associatedDigesterinstance that was set up byFactoryCreateRuleupon initialization.protected DigesterRule. digesterThe Digester with which this Rule is associated.protected DigesterRulesBase. digesterThe Digester instance with which this Rules instance is associated.Methods in org.apache.tomcat.util.digester that return Digester Modifier and Type Method Description DigesterAbstractObjectCreationFactory. getDigester()Returns theDigesterthat was set by theFactoryCreateRuleupon initialization.DigesterAbstractRulesImpl. getDigester()Return the Digester instance with which this Rules instance is associated.DigesterObjectCreationFactory. getDigester()Returns theDigesterthat was set by theFactoryCreateRuleupon initialization.DigesterRule. getDigester()Return the Digester with which this Rule is associated.DigesterRules. getDigester()Return the Digester instance with which this Rules instance is associated.DigesterRulesBase. getDigester()Return the Digester instance with which this Rules instance is associated.DigesterWithDefaultsRulesWrapper. getDigester()Gets digester using these RulesMethods in org.apache.tomcat.util.digester with parameters of type Digester Modifier and Type Method Description voidRuleSet. addRuleInstances(Digester digester)Add the set of Rule instances defined in this RuleSet to the specifiedDigesterinstance, associating them with our namespace URI (if any).abstract voidRuleSetBase. addRuleInstances(Digester digester)Add the set of Rule instances defined in this RuleSet to the specifiedDigesterinstance, associating them with our namespace URI (if any).voidAbstractObjectCreationFactory. setDigester(Digester digester)Set theDigesterto allow the implementation to do logging, classloading based on the digester's classloader, etc.voidAbstractRulesImpl. setDigester(Digester digester)Set the Digester instance with which this Rules instance is associated.voidCallMethodRule. setDigester(Digester digester)Set the associated digester.voidObjectCreationFactory. setDigester(Digester digester)Set theDigesterto allow the implementation to do logging, classloading based on the digester's classloader, etc.voidRule. setDigester(Digester digester)Set theDigesterwith which thisRuleis associated.voidRules. setDigester(Digester digester)Set the Digester instance with which this Rules instance is associated.voidRulesBase. setDigester(Digester digester)Set the Digester instance with which this Rules instance is associated.voidWithDefaultsRulesWrapper. setDigester(Digester digester)Sets digeseter using these RulesConstructors in org.apache.tomcat.util.digester with parameters of type Digester Constructor Description CallMethodRule(Digester digester, String methodName, int paramCount)Deprecated.The digester instance is now set in theaddRule(java.lang.String, org.apache.tomcat.util.digester.Rule)method.CallMethodRule(Digester digester, String methodName, int paramCount, Class[] paramTypes)Deprecated.The digester instance is now set in theaddRule(java.lang.String, org.apache.tomcat.util.digester.Rule)method.CallMethodRule(Digester digester, String methodName, int paramCount, String[] paramTypes)Deprecated.The digester instance is now set in theaddRule(java.lang.String, org.apache.tomcat.util.digester.Rule)method.CallParamRule(Digester digester, int paramIndex)Deprecated.The digester instance is now set in theaddRule(java.lang.String, org.apache.tomcat.util.digester.Rule)method.CallParamRule(Digester digester, int paramIndex, String attributeName)Deprecated.The digester instance is now set in theaddRule(java.lang.String, org.apache.tomcat.util.digester.Rule)method.FactoryCreateRule(Digester digester, Class<?> clazz)Deprecated.The digester instance is now set in theaddRule(java.lang.String, org.apache.tomcat.util.digester.Rule)method.FactoryCreateRule(Digester digester, Class<?> clazz, String attributeName)Deprecated.The digester instance is now set in theaddRule(java.lang.String, org.apache.tomcat.util.digester.Rule)method.FactoryCreateRule(Digester digester, String className)Deprecated.The digester instance is now set in theaddRule(java.lang.String, org.apache.tomcat.util.digester.Rule)method.FactoryCreateRule(Digester digester, String className, String attributeName)Deprecated.The digester instance is now set in theaddRule(java.lang.String, org.apache.tomcat.util.digester.Rule)method.FactoryCreateRule(Digester digester, ObjectCreationFactory creationFactory)Deprecated.The digester instance is now set in theaddRule(java.lang.String, org.apache.tomcat.util.digester.Rule)method.ObjectCreateRule(Digester digester, Class<?> clazz)Deprecated.The digester instance is now set in theaddRule(java.lang.String, org.apache.tomcat.util.digester.Rule)method.ObjectCreateRule(Digester digester, String className)Deprecated.The digester instance is now set in theaddRule(java.lang.String, org.apache.tomcat.util.digester.Rule)method.ObjectCreateRule(Digester digester, String attributeName, Class<?> clazz)Deprecated.The digester instance is now set in theaddRule(java.lang.String, org.apache.tomcat.util.digester.Rule)method.ObjectCreateRule(Digester digester, String className, String attributeName)Deprecated.The digester instance is now set in theaddRule(java.lang.String, org.apache.tomcat.util.digester.Rule)method.Rule(Digester digester)Deprecated.The digester instance is now set in theaddRule(java.lang.String, org.apache.tomcat.util.digester.Rule)method.SetNextRule(Digester digester, String methodName)Deprecated.The digester instance is now set in theaddRule(java.lang.String, org.apache.tomcat.util.digester.Rule)method.SetNextRule(Digester digester, String methodName, String paramType)Deprecated.The digester instance is now set in theaddRule(java.lang.String, org.apache.tomcat.util.digester.Rule)method.SetPropertiesRule(Digester digester)Deprecated.The digester instance is now set in theaddRule(java.lang.String, org.apache.tomcat.util.digester.Rule)method.SetPropertyRule(Digester digester, String name, String value)Deprecated.The digester instance is now set in theaddRule(java.lang.String, org.apache.tomcat.util.digester.Rule)method.SetRootRule(Digester digester, String methodName)Deprecated.The digester instance is now set in theaddRule(java.lang.String, org.apache.tomcat.util.digester.Rule)method.SetRootRule(Digester digester, String methodName, String paramType)Deprecated.The digester instance is now set in theaddRule(java.lang.String, org.apache.tomcat.util.digester.Rule)method.SetTopRule(Digester digester, String methodName)Deprecated.The digester instance is now set in theaddRule(java.lang.String, org.apache.tomcat.util.digester.Rule)method.SetTopRule(Digester digester, String methodName, String paramType)Deprecated.The digester instance is now set in theaddRule(java.lang.String, org.apache.tomcat.util.digester.Rule)method.
-