|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionReset | |
---|---|
jp.terasoluna.fw.web.struts.reset | Related to the ActionForm reset function of Struts in Web version |
Uses of ActionReset in jp.terasoluna.fw.web.struts.reset |
---|
Fields in jp.terasoluna.fw.web.struts.reset with type parameters of type ActionReset | |
---|---|
private java.util.Map<java.lang.String,ActionReset> |
ResetterResources.actionResets
Map that retains the action element. |
Methods in jp.terasoluna.fw.web.struts.reset that return ActionReset | |
---|---|
ActionReset |
ResetterResources.get(java.lang.String path)
Fetches ActionReset instance by using action path as key. |
protected ActionReset |
ResetterImpl.getActionReset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Fetches the instance of ActionReset linked with action path. |
Methods in jp.terasoluna.fw.web.struts.reset with parameters of type ActionReset | |
---|---|
void |
ResetterResources.setActionReset(ActionReset actionReset)
Sets ActionReset. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |