biz.hammurapi.web.interaction
Interface DynaBind
- All Known Implementing Classes:
- DynaBind.InteractionBind, DynaBind.MenuBind, DynaBind.UrlBind
- public interface DynaBind
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
|
Field Summary |
static DynaBind |
SKIP_BIND
Indicates that bound Menu/Interactions shall not be
navigated to. |
SKIP_BIND
public static final DynaBind SKIP_BIND
- 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.
Copyright © 2006 Hammurapi Group. All Rights Reserved.