|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UriRuleContext
Method Summary | |
---|---|
java.util.List<java.lang.String> |
getGroupValues()
Get the list to store the values of a pattern's capturing groups. |
HttpContextAccess |
getHttpContext()
Get the HTTP context. |
java.lang.Object |
getResource(java.lang.Class resourceClass)
Get the resource instance from a resource class. |
UriRules<UriRule> |
getRules(java.lang.Class resourceClass)
Get the rules for a resource class. |
void |
setTemplateValues(java.util.List<java.lang.String> names)
Set template values that are the values of a pattern's capturing groups. |
Method Detail |
---|
HttpContextAccess getHttpContext()
java.lang.Object getResource(java.lang.Class resourceClass)
resourceClass
- the resource class
UriRules<UriRule> getRules(java.lang.Class resourceClass)
resourceClass
- the resource class that has rules
java.util.List<java.lang.String> getGroupValues()
void setTemplateValues(java.util.List<java.lang.String> names)
names
- the template names associated with the capturing group
values.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |