Apache Struts API Documentation: Uses of Class org.apache.struts.config.ActionConfigMatcher

Apache Struts API


Uses of Class
org.apache.struts.config.ActionConfigMatcher

Packages that use ActionConfigMatcher
org.apache.struts.config The "config" package contains configuration objects that correspond to elements that may be specified in the struts-config.xml module configuration file. 
org.apache.struts.config.impl   
 

Uses of ActionConfigMatcher in org.apache.struts.config
 

Constructors in org.apache.struts.config with parameters of type ActionConfigMatcher
ActionConfigMatcher.Mapping(int[] pattern, ActionConfig config)
          Contructs a read-only Mapping instance.
 

Uses of ActionConfigMatcher in org.apache.struts.config.impl
 

Fields in org.apache.struts.config.impl declared as ActionConfigMatcher
protected  ActionConfigMatcher ModuleConfigImpl.matcher
          Matches action config paths against compiled wildcard patterns
 



Copyright © 2000-2005 - The Apache Software Foundation