|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ActionValueHolder | |
|---|---|
| jet.servlet | |
| jet.servlet.action | |
| jet.servlet.internal | |
| Uses of ActionValueHolder in jet.servlet |
|---|
| Fields in jet.servlet declared as ActionValueHolder | |
|---|---|
private ActionValueHolder |
JetAction.actionDef
the actiondef for the action |
| Methods in jet.servlet that return ActionValueHolder | |
|---|---|
protected ActionValueHolder |
JetAction.getActionDef()
Returns the action definition object |
| Methods in jet.servlet with parameters of type ActionValueHolder | |
|---|---|
void |
JetAction.setActionDef(ActionValueHolder actionDef)
Set the action definition |
| Uses of ActionValueHolder in jet.servlet.action |
|---|
| Subclasses of ActionValueHolder in jet.servlet.action | |
|---|---|
class |
FTLActionValueHolder
This class is a simple bean which holds the information needed to instantiate an ftl action object |
| Fields in jet.servlet.action declared as ActionValueHolder | |
|---|---|
private ActionValueHolder |
QueuedAction.actiondef
|
| Methods in jet.servlet.action that return ActionValueHolder | |
|---|---|
ActionValueHolder |
QueuedAction.getActionDef()
|
| Methods in jet.servlet.action with parameters of type ActionValueHolder | |
|---|---|
void |
FFAction.setActionDef(ActionValueHolder actionDef)
|
| Constructors in jet.servlet.action with parameters of type ActionValueHolder | |
|---|---|
QueuedAction(java.lang.String id,
JetAction action,
ActionValueHolder actiondef)
Creates a new instance of QueuedAction |
|
| Uses of ActionValueHolder in jet.servlet.internal |
|---|
| Methods in jet.servlet.internal that return ActionValueHolder | |
|---|---|
private ActionValueHolder |
Jetdefs.getActionDef(java.lang.String actionname)
Returns the action defs |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||