Package org.apache.juneau.rest
Class RestChildMatch
java.lang.Object
org.apache.juneau.rest.RestChildMatch
-
Constructor Summary
ModifierConstructorDescriptionprotected
RestChildMatch
(UrlPathMatch pathMatch, RestContext childContext) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionstatic RestChildMatch
create
(UrlPathMatch pathMatch, RestContext childContext) Creator.Returns the child context of the REST child match.Returns the path matching results of the REST child match.
-
Constructor Details
-
RestChildMatch
Constructor.- Parameters:
pathMatch
- The path matching results.childContext
- The child context.
-
-
Method Details
-
create
Creator.- Parameters:
pathMatch
- The path matching results.childContext
- The child context.- Returns:
- A new
RestChildMatch
object.
-
getPathMatch
Returns the path matching results of the REST child match.- Returns:
- The path matching results of the REST child match.
-
getChildContext
Returns the child context of the REST child match.- Returns:
- The child context of the REST child match.
-