Constructor and Description |
---|
Back() |
Modifier and Type | Method and Description |
---|---|
void |
afterOutput()
Called by SessionStd after the servlet response is written.
|
void |
beforeOutput()
Called by SessionStd before the servlet response is written.
|
void |
destroy()
Destroy this object in order to free resources and weak references more early than
garbage collector.
|
void |
fetchValuesFromRequest(GeneralizedRequest request)
Causes the invokable to delegate this function to all embedded markupables
to fetch their current value as edited by the user from the request.
|
java.lang.Class<? extends Invokable> |
getInvokableInAdvance()
Returns a Invokable class which is to be invoked before this Invokable can be shown.
|
int |
getStackMovement()
Returns the wished stack movement.
|
Submission |
getSubmission()
Informs the next invokable in stack about the submission details.
|
java.lang.String |
getTagSequence()
Returns the default tag sequence (as HTML).
|
void |
init()
Initializes the invokable in order to reuse the component without garbage
from the previous use.
|
boolean |
isCancelable()
Indicates whether the invokable accepts to be canceled.
|
boolean |
isSuitableDialog(GeneralizedRequest request)
Indicates whether the request fits to this dialog.
|
void |
process(GeneralizedRequest request)
Allows the invokable to react to the request.
|
void |
setSubmitter(Invokable submitter)
Informs this invokable, from which previous invokable it is submitted.
|
boolean |
wantToBeFinalized()
Returns true if the invokable wants to be finalized after request is worked off.
|
public java.lang.Class<? extends Invokable> getInvokableInAdvance()
Invokable
getInvokableInAdvance
in interface Invokable
public void init()
public java.lang.String getTagSequence()
Layout
public void afterOutput()
Invokable
afterOutput
in interface Invokable
SessionStd
public void beforeOutput()
Invokable
beforeOutput
in interface Invokable
SessionStd
public boolean isCancelable()
isCancelable
in interface Invokable
public boolean isSuitableDialog(GeneralizedRequest request)
isSuitableDialog
in interface Invokable
request
- the request to checkpublic void fetchValuesFromRequest(GeneralizedRequest request)
fetchValuesFromRequest
in interface Invokable
request
- the request from where the values are to be fetchedMarkupable#fetchYourValueFromRequest
public void process(GeneralizedRequest request)
public void setSubmitter(Invokable submitter)
setSubmitter
in interface Invokable
submitter
- the invokable that submitted this invokablepublic Submission getSubmission()
getSubmission
in interface Invokable
public int getStackMovement()
getStackMovement
in interface Invokable
public boolean wantToBeFinalized()
wantToBeFinalized
in interface Invokable
Copyright 1998-2023 Christoph Mueller, Kaerntner Str. 56, D-70469 Stuttgart, Germany, https://www.perpus.de