T
- the type of data being editedpublic interface HasRequestContext<T> extends Editor<T>
RequestFactoryEditorDriver
that implement this
interface will be provided with the RequestContext
associated with
the current editing session.Editor.Ignore, Editor.Path
Modifier and Type | Method and Description |
---|---|
void |
setRequestContext(RequestContext ctx)
Called by
RequestFactoryEditorDriver with the
RequestContext passed into
edit() or
null if display() is called. |
void setRequestContext(RequestContext ctx)
RequestFactoryEditorDriver
with the
RequestContext
passed into
edit()
or
null
if display()
is called.ctx
- the RequestContext associated with the current editing session
which may be null