org.apache.struts.config
private class ActionConfigMatcher.Mapping extends Object implements Serializable
Field Summary | |
---|---|
ActionConfig | config The original ActionConfig. |
int[] | pattern The compiled pattern. |
Constructor Summary | |
---|---|
Mapping(int[] pattern, ActionConfig config)
Contructs a read-only Mapping instance.
|
Method Summary | |
---|---|
ActionConfig | getActionConfig()
Gets the ActionConfig that contains the pattern.
|
int[] | getPattern()
Gets the compiled wildcard pattern.
|
Parameters: pattern The compiled pattern config The original ActionConfig
Returns: The associated ActionConfig
Returns: The compiled pattern