|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface RequestProcessor.AcceptingContext
Request accepting context.
| Method Summary | |
|---|---|
com.google.common.base.Optional<Inflector<Request,Response>> |
getInflector()
Get the (optional) request to response inflector. |
void |
setInflector(Inflector<Request,Response> inflector)
Set the request to response inflector. |
void |
setInflector(com.google.common.base.Optional<Inflector<Request,Response>> inflector)
Set the request to response inflector optionally. |
| Method Detail |
|---|
void setInflector(Inflector<Request,Response> inflector)
inflector - request to response inflector. Must not be null.void setInflector(com.google.common.base.Optional<Inflector<Request,Response>> inflector)
inflector - optional request to response inflector. Must not be
null.com.google.common.base.Optional<Inflector<Request,Response>> getInflector()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||