public abstract class Request<G,M> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected MatrixContext<G,M> |
context |
Requests.Source |
src |
Requests.Type |
type |
| Constructor and Description |
|---|
Request(Requests.Type type,
Requests.Source src) |
| Modifier and Type | Method and Description |
|---|---|
MatrixContext<G,M> |
createContext() |
MatrixContext<G,M> |
createContext(MatrixContext.AutomaticMode automaticMode) |
String |
getId() |
abstract void |
setContent() |
public final Requests.Type type
public final Requests.Source src
protected MatrixContext<G,M> context
public Request(Requests.Type type, Requests.Source src)
public MatrixContext<G,M> createContext()
public final MatrixContext<G,M> createContext(MatrixContext.AutomaticMode automaticMode)
public abstract void setContent() throws Exception
ExceptionCopyright © 2010–2019 Francesco Kriegel. All rights reserved.