|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ArgumentExtractor<T>
Extracts a controller argument from the context
Method Summary | |
---|---|
T |
extract(Context context)
Extract the argument from the context |
Class<T> |
getExtractedType()
Get the type of the argument that is extracted |
String |
getFieldName()
Get the field name that is being extracted, if this value is extracted from a field |
Method Detail |
---|
T extract(Context context)
context
- The argument to extract
Class<T> getExtractedType()
String getFieldName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |