public class ConstraintMapping
extends java.lang.Object
Constructor and Description |
---|
ConstraintMapping() |
Modifier and Type | Method and Description |
---|---|
Constraint |
getConstraint() |
java.lang.String |
getMethod() |
java.lang.String |
getPathSpec() |
void |
setConstraint(Constraint constraint) |
void |
setMethod(java.lang.String method) |
void |
setPathSpec(java.lang.String pathSpec) |
public Constraint getConstraint()
public void setConstraint(Constraint constraint)
constraint
- The constraint to set.public java.lang.String getMethod()
public void setMethod(java.lang.String method)
method
- The method to set.public java.lang.String getPathSpec()
public void setPathSpec(java.lang.String pathSpec)
pathSpec
- The pathSpec to set.Copyright © 2009 Mortbay Consulting Pty. Ltd. All Rights Reserved.