org.apache.struts.action
Class TcrAction
org.apache.struts.action.TcrAction
- Direct Known Subclasses:
- SelectSchema, SelectTable, ShowSchemas
- public abstract class TcrAction
The newTcr
method of a subclass of this class
returns an instance of the Tcr
subclass.
Please see the UML class diagram
and the UML sequence diagram
for details on how the subclasses of Tcr
,
TcrForm
, and TcrAction
classes
interact with each other to implement the wait page functionality.
- Author:
- Alec Missine
Method Summary |
protected abstract Tcr |
newTcr(TcrForm form)
|
org.apache.struts.action.ActionForward |
perform(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
(package private) org.apache.struts.action.ActionForward |
scavenge(Tcr tcr,
javax.servlet.http.HttpSession session,
TcrForm tcrForm,
org.apache.struts.action.ActionMapping mapping)
|
TcrAction
public TcrAction()
newTcr
protected abstract Tcr newTcr(TcrForm form)
perform
public org.apache.struts.action.ActionForward perform(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException,
javax.servlet.ServletException
scavenge
org.apache.struts.action.ActionForward scavenge(Tcr tcr,
javax.servlet.http.HttpSession session,
TcrForm tcrForm,
org.apache.struts.action.ActionMapping mapping)
Copyright © 2000-2002 - Apache Software Foundation