|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
WorkflowContainerCtx
. AbstractItemEditorCtx
using the class name as the
context name.
AbstractItemEditorCtx
AbstractItemEditorCtx
using the class name as the
context name.
AbstractItemEditorCtx
AbstractItemEditorCtx
default flow. AbstractItemListCtx
using the class name as the
context name.
AbstractItemListCtx
AbstractItemListCtx
using the class name as the
context name.
AbstractItemListCtx
AbstractItemListCtx
default flow. WorkflowContainerCtx
. AbstractItemViewerCtx
using the class name as the
context name.
AbstractItemViewerCtx
AbstractItemViewerCtx
using the class name as the
context name.
AbstractItemViewerCtx
AbstractItemViewerCtx
default flow. AbstractItemEditorCtx.isAcceptAvailable()
and #onAccept()
return true,
this event handler will apply changes to the original item using
AbstractItemEditorCtx.applyChanges(Object, Object)
.
editedItem
to the
originalItem
AbstractItemEditorCtx.isCancelAvailable()
and #onCancel()
return true,
this event handler will discard the edited object and the flow will
follow #getCancelPath()
.
eval(ctx,compose(exp1,exp2))==eval(eval(ctx,exp1),exp2)
eval(ctx,compose(exp1,exp2))==eval(eval(ctx,exp1),exp2)
EasyWebController.EWC_PROCESS_GET_PARAMETER
equals 'true' (this allows you to
pass parameters through URL).
EWCSessionAwareAdapter
with a context name
equal to the class name
EWCSessionAwareAdapter
with the specified contex
name
EWCSession
factory, that creates sessions in different contexts
(currently only in a web application container context)EasyWebController
is the EWC controller servlet. AbstractItemViewerCtx.isEditItemAvailable()
and #onEdit(Object)
return
true, this event handler will open a new EditTask
and follow the
path returned by #getEditItemPath()
eval(ctx,compose(exp1,exp2))==eval(eval(ctx,exp1),exp2)
IEWCSessionAwareAdapter
, given its classname.
IEWCSessionAwareAdapter
, given its Class.
AbstractItemListCtx
EWCSession
in an HTTP session, creating a new
one when there's no one.
expression
in the ctx
context
EWCSession.getFullExpressionValue(String)
or
EWCSession.setFullExpressionValue(String,Object)
eval(ctx, indexed(exp1,exp2))==eval(ctx,exp1)[eval(ctx,exp2)]
eval(ctx, indexed(exp1,exp2))==eval(ctx,exp1)[eval(ctx,exp2)]
eval(ctx, indexed(exp1,exp2))==eval(ctx,exp1)[eval(ctx,exp2)]
AbstractItemListCtx.getItems()
AbstractItemViewerCtx.isGoBackAvailable()
, this event handler will close the
opened ViewTask
and will follow the path returned by
#getGoBackPath()
HTTP_SESSION
will be stored.
I18NEWCSessionAwareAdapter
with a context name equal
to the class name
EWCSessionAwareAdapter
with the specified contex
name
EWCSession
should
implement this interface. IExpressionEvaluator
defines the set of operations that must be
satisfied by a EWC compatible expression evaluator.IExpressionEvaluator
implementation that uses the JEC (
Java Expression Compiler) as expression
evaluation engineAbstractItemEditorCtx.accept()
.
AbstractItemEditorCtx.cancel()
.
AbstractItemViewerCtx.editItem()
.
AbstractItemListCtx.getSelectedItem()
after exiting the edition service.
AbstractItemListCtx.getSelectedItem()
after exiting the edition service.
AbstractItemListCtx.editItem()
.
AbstractItemViewerCtx.goBack()
.
AbstractItemListCtx.newItem()
.
AbstractItemListCtx.removeItem()
.
AbstractItemListCtx.viewItem()
.
EWCSession
EWCSession
reference
expression
in the
ctx
context must be evaluated, after calling this method,
into value
WorkflowComponentCtx
using the class name as the
context name.
WorkflowComponentCtx
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |