Package org.jboss.resteasy.core.registry
Class MethodExpression
java.lang.Object
org.jboss.resteasy.core.registry.Expression
org.jboss.resteasy.core.registry.MethodExpression
- All Implemented Interfaces:
Comparable<Expression>
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jboss.resteasy.core.registry.Expression
Expression.Group -
Field Summary
FieldsFields inherited from class org.jboss.resteasy.core.registry.Expression
GROUP, groups, literalCharacters, numCapturingGroups, numNonDefaultGroups, pathExpression, pattern, regex -
Constructor Summary
ConstructorsConstructorDescriptionMethodExpression(SegmentNode parent, String segment, ResourceInvoker invoker) MethodExpression(SegmentNode parent, String segment, ResourceInvoker invoker, String additionalRegex) -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(Expression expression) booleanvoidpopulatePathParams(HttpRequest request, Matcher matcher, String path) Methods inherited from class org.jboss.resteasy.core.registry.Expression
getNumGroups, getPathExpression, getPattern, getRegex, groupCount, isStatic
-
Field Details
-
parent
-
invoker
-
-
Constructor Details
-
MethodExpression
-
MethodExpression
public MethodExpression(SegmentNode parent, String segment, ResourceInvoker invoker, String additionalRegex)
-
-
Method Details
-
compareTo
- Specified by:
compareToin interfaceComparable<Expression>- Overrides:
compareToin classExpression
-
populatePathParams
-
isLocator
public boolean isLocator() -
getInvoker
-