| biz.hammurapi.web.interaction.DynaBind
DynaBind | public interface DynaBind (Code) | | Interface to indicate dynamic binding of
menus or interactions to interaction steps.
Steps are dynamically bound if their bind type is "Dynamic"
and action code returns instance of DynaBind
author: Pavel Vlasov |
Inner Class :class MenuBind implements DynaBind | |
Inner Class :class InteractionBind implements DynaBind | |
Inner Class :class UrlBind implements DynaBind | |
Field Summary | |
DynaBind | SKIP_BIND Indicates that bound Menu/Interactions shall not be
navigated to. |
SKIP_BIND | DynaBind SKIP_BIND(Code) | | Indicates that bound Menu/Interactions shall not be
navigated to. Typically this can be used to handle
a situation when information gathered by bound
menu/interaction is already available, e.g. from
interaction initiator.
|
|
|