Uses of Class
net.thevpc.common.webxml.WebFilterMapping
-
Uses of WebFilterMapping in net.thevpc.common.webxml
Methods in net.thevpc.common.webxml that return WebFilterMappingModifier and TypeMethodDescriptionstatic WebFilterMappingWebXmlParser.parseFilterMapping(Element elem1, WebXmlVisitor visitor) WebFilterMapping.setFilterName(String filterName) WebFilterMapping.setUrlPattern(String urlPattern) Methods in net.thevpc.common.webxml that return types with arguments of type WebFilterMappingMethods in net.thevpc.common.webxml with parameters of type WebFilterMappingModifier and TypeMethodDescriptionstatic booleanWebXmlParser.appendOrReplaceServletMapping(WebFilterMapping filterMapping, Element servletElement, Document doc) static ElementWebXmlParser.createFilterMappingElement(Document doc, WebFilterMapping s) voidWebXmlVisitor.visitEndFilterMapping(Element filterMappingElement, WebFilterMapping filterMapping) voidWebXmlVisitorAdapter.visitEndFilterMapping(Element filterMappingElement, WebFilterMapping filterMapping) Method parameters in net.thevpc.common.webxml with type arguments of type WebFilterMappingModifier and TypeMethodDescriptionWebXml.setFilterMappings(List<WebFilterMapping> filterMappings)