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

Quick Search    Search Deep

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

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

public class EditDefect
extends ProtectedAction


Field Summary
 
Fields inherited from class org.apache.struts.action.Action
defaultLocale, servlet
 
Constructor Summary
EditDefect()
           
 
Method Summary
 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 response)
          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

EditDefect

public EditDefect()
Method Detail

doPerform

public 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 response)
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