Class NamespaceMatch

java.lang.Object
org.apache.struts2.config.impl.NamespaceMatch

public class NamespaceMatch extends Object
Represents a match from a namespace pattern matching.
Since:
2.1
  • Constructor Details

  • Method Details

    • getPattern

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

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