Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.sbugs.actions
Class ChangeDefectState  view ChangeDefectState download ChangeDefectState.java

java.lang.Object
  extended byorg.apache.struts.action.Action
      extended byorg.sbugs.actions.ProtectedAction
          extended byorg.sbugs.actions.ChangeDefectState

public class ChangeDefectState
extends ProtectedAction


Field Summary
 
Fields inherited from class org.apache.struts.action.Action
defaultLocale, servlet
 
Constructor Summary
ChangeDefectState()
           
 
Method Summary
protected  org.apache.struts.action.ActionForward doPerform(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse resonse)
          This method will be called after the user has been validated.
 
Methods inherited from class org.sbugs.actions.ProtectedAction
getCurrentUser, perform
 
Methods inherited from class org.apache.struts.action.Action
addErrors, addMessages, execute, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangeDefectState

public ChangeDefectState()
Method Detail

doPerform

protected org.apache.struts.action.ActionForward doPerform(org.apache.struts.action.ActionMapping mapping,
                                                           org.apache.struts.action.ActionForm form,
                                                           javax.servlet.http.HttpServletRequest request,
                                                           javax.servlet.http.HttpServletResponse resonse)
Description copied from class: ProtectedAction
This method will be called after the user has been validated. Subclasses should override it to perform their actual work.

Specified by:
doPerform in class ProtectedAction