|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjp.terasoluna.fw.web.struts.reset.ResetterResources
public class ResetterResources
Class that retains the configuration information for reset.
This class retains the configuration information which is loaded from form reset definition file(reset.xml).
Individual configuration information is retained as instance of ActionReset
,FieldReset
.
Resetter
,
ResetterPlugIn
,
ActionReset
,
FieldReset
,
ResetterResources
,
FormEx
,
DynaValidatorActionFormEx
,
ValidatorActionFormEx
Field Summary | |
---|---|
private java.util.Map<java.lang.String,ActionReset> |
actionResets
Map that retains the action elements. |
static java.lang.String |
RESETTER_RESOURCES_KEY
Key at the time of storing the instance of this class in the servlet context. |
Constructor Summary | |
---|---|
ResetterResources()
|
Method Summary | |
---|---|
ActionReset |
get(java.lang.String path)
Fetches ActionReset instance by using action path as key. |
void |
setActionReset(ActionReset actionReset)
Sets ActionReset. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String RESETTER_RESOURCES_KEY
private java.util.Map<java.lang.String,ActionReset> actionResets
Constructor Detail |
---|
public ResetterResources()
Method Detail |
---|
public void setActionReset(ActionReset actionReset)
actionReset
- Configuration information of action elementActionReset
public ActionReset get(java.lang.String path)
path
- Action path
ActionReset
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |