|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface UriTemplateParser.Handler
The interface that will receive callbacks.
| Method Summary | |
|---|---|
void |
handleParam(String param)
Called for parameters in the template. |
void |
handleText(String text)
Called for text in the template. |
| Method Detail |
|---|
void handleText(String text)
void handleParam(String param)
param - The name of the parameter.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||