Package | Description |
---|---|
net.ontopia.topicmaps.webed.impl.basic |
The basic implementation of the core interfaces belonging to
Ontopia's web editor framework, except the classes related to the
to the implementation of actions (which are in their own package
structure).
|
net.ontopia.topicmaps.webed.impl.utils |
Modifier and Type | Class and Description |
---|---|
class |
ActionForwardPage
INTERNAL: Default implementation of the interface ActionForwardPageIF
|
Modifier and Type | Method and Description |
---|---|
ActionForwardPageIF |
ActionGroup.getDefaultForwardPage(int responseType) |
ActionForwardPageIF |
ActionGroupIF.getDefaultForwardPage(int responseType)
INTERNAL: Gets the forward page which should be used as default for
the given action response type.
|
ActionForwardPageIF |
ActionGroup.getForwardPage(ActionInGroup action,
boolean error) |
ActionForwardPageIF |
ActionGroupIF.getForwardPage(ActionInGroup action,
boolean error)
INTERNAL: Gets the forward page for the given action and response
type.
|
ActionForwardPageIF |
ActionGroup.getLockedForwardPage() |
ActionForwardPageIF |
ActionGroupIF.getLockedForwardPage()
INTERNAL: Gets the forward page to use when locking fails.
|
Modifier and Type | Method and Description |
---|---|
void |
ActionGroup.setDefaultForwardPage(int responseType,
ActionForwardPageIF forwardPage) |
void |
ActionGroupIF.setDefaultForwardPage(int responseType,
ActionForwardPageIF forwardPage)
INTERNAL: Sets the default forward page for the given action
response type.
|
void |
ActionGroup.setForwardPage(ActionInGroup action,
int responseType,
ActionForwardPageIF forwardPage) |
void |
ActionGroupIF.setForwardPage(ActionInGroup action,
int responseType,
ActionForwardPageIF forwardPage)
INTERNAL: Sets forward page for the given pair of action and action
response type.
|
void |
ActionGroup.setLockedForwardPage(ActionForwardPageIF forwardPage) |
void |
ActionGroupIF.setLockedForwardPage(ActionForwardPageIF forwardPage)
INTERNAL: Sets the forward page in the case a lock situation
|
Modifier and Type | Field and Description |
---|---|
protected ActionForwardPageIF |
ForwardPageResponseComposite.forwardPage |
Modifier and Type | Method and Description |
---|---|
ActionForwardPageIF |
ForwardPageResponseComposite.getForwardPage() |
Modifier and Type | Method and Description |
---|---|
void |
ForwardPageResponseComposite.setForwardPage(ActionForwardPageIF forwardPage) |
Constructor and Description |
---|
ForwardPageResponseComposite(ActionForwardPageIF forwardPage,
int responseType) |