Modifier and Type | Field and Description |
---|---|
protected SessionData |
sessionData |
Constructor and Description |
---|
LayoutChooserStd(SessionData sessionData) |
Modifier and Type | Method and Description |
---|---|
void |
afterOutput()
Called by SessionStd after the servlet response is written.
|
void |
fetchValuesFromRequest(HttpServletRequest 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.
|
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(HttpServletRequest request)
Indicates whether the request fits to this dialog.
|
void |
process(HttpServletRequest 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()
Indicates whether the reusage of the invokable is not to be supported.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
beforeOutput, destroy, getInvokableInAdvance
protected SessionData sessionData
public LayoutChooserStd(SessionData sessionData)
sessionData
- public void init()
public java.lang.String getTagSequence()
Layout
public void afterOutput()
Invokable
afterOutput
in interface Invokable
SessionStd
public boolean isCancelable()
isCancelable
in interface Invokable
public boolean isSuitableDialog(HttpServletRequest request)
isSuitableDialog
in interface Invokable
request
- the request to checkpublic void fetchValuesFromRequest(HttpServletRequest request)
fetchValuesFromRequest
in interface Invokable
request
- the request from where the values are to be fetchedMarkupable#fetchYourValueFromRequest
public void process(HttpServletRequest 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