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 SummaryNested classes/interfaces inherited from class org.jboss.resteasy.core.registry.ExpressionExpression.Group
- 
Field SummaryFieldsFields inherited from class org.jboss.resteasy.core.registry.ExpressionGROUP, groups, literalCharacters, numCapturingGroups, numNonDefaultGroups, pathExpression, pattern, regex
- 
Constructor SummaryConstructorsConstructorDescriptionMethodExpression(SegmentNode parent, String segment, ResourceInvoker invoker) MethodExpression(SegmentNode parent, String segment, ResourceInvoker invoker, String additionalRegex) 
- 
Method SummaryModifier and TypeMethodDescriptionintcompareTo(Expression expression) booleanvoidpopulatePathParams(HttpRequest request, Matcher matcher, String path) Methods inherited from class org.jboss.resteasy.core.registry.ExpressiongetNumGroups, getPathExpression, getPattern, getRegex, groupCount, isStatic
- 
Field Details- 
parent
- 
invoker
 
- 
- 
Constructor Details- 
MethodExpression
- 
MethodExpressionpublic MethodExpression(SegmentNode parent, String segment, ResourceInvoker invoker, String additionalRegex) 
 
- 
- 
Method Details- 
compareTo- Specified by:
- compareToin interface- Comparable<Expression>
- Overrides:
- compareToin class- Expression
 
- 
populatePathParams
- 
isLocatorpublic boolean isLocator()
- 
getInvoker
 
-