Uses of Class
org.apache.struts.tiles.xmlDefinition.XmlDefinitionsSet
-
Uses of XmlDefinitionsSet in org.apache.struts.tiles.xmlDefinition
Modifier and TypeMethodDescriptionprotected XmlDefinitionsSet
I18nFactorySet.parseXmlFile
(ServletContext servletContext, String filename, XmlDefinitionsSet xmlDefinitions) Parse specified xml file and add definition to specified definitions set.protected XmlDefinitionsSet
I18nFactorySet.parseXmlFiles
(ServletContext servletContext, String postfix, XmlDefinitionsSet xmlDefinitions) Parse files associated to postix if they exist.Modifier and TypeMethodDescriptionvoid
XmlDefinitionsSet.extend
(XmlDefinitionsSet child) Add definitions from specified child definitions set.void
XmlParser.parse
(InputStream in, XmlDefinitionsSet definitions) Parse input reader and add encountered definitions to definitions set.protected XmlDefinitionsSet
I18nFactorySet.parseXmlFile
(ServletContext servletContext, String filename, XmlDefinitionsSet xmlDefinitions) Parse specified xml file and add definition to specified definitions set.protected XmlDefinitionsSet
I18nFactorySet.parseXmlFiles
(ServletContext servletContext, String postfix, XmlDefinitionsSet xmlDefinitions) Parse files associated to postix if they exist.void
XmlDefinition.resolveInheritance
(XmlDefinitionsSet definitionsSet) Resolve inheritance.