Uses of Class
org.apache.struts.tiles.xmlDefinition.XmlDefinitionsSet
Packages that use XmlDefinitionsSet
- 
Uses of XmlDefinitionsSet in org.apache.struts.tiles.xmlDefinition
Methods in org.apache.struts.tiles.xmlDefinition that return XmlDefinitionsSetModifier and TypeMethodDescriptionprotected XmlDefinitionsSetI18nFactorySet.parseXmlFile(ServletContext servletContext, String filename, XmlDefinitionsSet xmlDefinitions) Parse specified xml file and add definition to specified definitions set.protected XmlDefinitionsSetI18nFactorySet.parseXmlFiles(ServletContext servletContext, String postfix, XmlDefinitionsSet xmlDefinitions) Parse files associated to postix if they exist.Methods in org.apache.struts.tiles.xmlDefinition with parameters of type XmlDefinitionsSetModifier and TypeMethodDescriptionvoidXmlDefinitionsSet.extend(XmlDefinitionsSet child) Add definitions from specified child definitions set.voidXmlParser.parse(InputStream in, XmlDefinitionsSet definitions) Parse input reader and add encountered definitions to definitions set.protected XmlDefinitionsSetI18nFactorySet.parseXmlFile(ServletContext servletContext, String filename, XmlDefinitionsSet xmlDefinitions) Parse specified xml file and add definition to specified definitions set.protected XmlDefinitionsSetI18nFactorySet.parseXmlFiles(ServletContext servletContext, String postfix, XmlDefinitionsSet xmlDefinitions) Parse files associated to postix if they exist.voidXmlDefinition.resolveInheritance(XmlDefinitionsSet definitionsSet) Resolve inheritance.Constructors in org.apache.struts.tiles.xmlDefinition with parameters of type XmlDefinitionsSet