com.opensymphony.xwork2.config.impl
Class NamespaceMatch

java.lang.Object
  extended by com.opensymphony.xwork2.config.impl.NamespaceMatch

public class NamespaceMatch
extends Object

Represents a match from a namespace pattern matching.


Field Summary
private  String pattern
           
private  Map<String,String> variables
           
 
Constructor Summary
NamespaceMatch(String pattern, Map<String,String> variables)
           
 
Method Summary
 String getPattern()
           
 Map<String,String> getVariables()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pattern

private String pattern

variables

private Map<String,String> variables
Constructor Detail

NamespaceMatch

public NamespaceMatch(String pattern,
                      Map<String,String> variables)
Method Detail

getPattern

public String getPattern()
Returns:
The pattern that was matched

getVariables

public Map<String,String> getVariables()
Returns:
The variables containing the matched values


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.