org.apache.struts.config
Class ActionConfigMatcher.Mapping
java.lang.Objectorg.apache.struts.config.ActionConfigMatcher.Mapping
- ActionConfigMatcher
- Serializable
private class ActionConfigMatcher.Mapping
extends java.lang.Object
implements Serializable
Stores a compiled wildcard pattern and the ActionConfig it came from.
pattern
private int[] pattern
The compiled pattern.
Mapping
public Mapping(int[] pattern,
ActionConfig config) Contructs a read-only Mapping instance.
pattern - The compiled patternconfig - The original ActionConfig
getActionConfig
public ActionConfig getActionConfig()
Gets the ActionConfig that contains the pattern.
- The associated ActionConfig
getPattern
public int[] getPattern()
Gets the compiled wildcard pattern.
Copyright ?? 2000-2014 - The Apache Software Foundation