objectivehtml.struts
Class ObjectiveHtmlAction

java.lang.Object
  |
  +--org.apache.struts.action.Action
        |
        +--objectivehtml.struts.ObjectiveHtmlAction

public class ObjectiveHtmlAction
extends org.apache.struts.action.Action


Fields inherited from class org.apache.struts.action.Action
DATA_SOURCE_KEY, defaultLocale, ERROR_KEY, EXCEPTION_KEY, FORM_BEANS_KEY, FORWARDS_KEY, LOCALE_KEY, MAPPING_KEY, MAPPINGS_KEY, MESSAGES_KEY, MULTIPART_KEY, servlet, SERVLET_KEY, TRANSACTION_TOKEN_KEY
 
Constructor Summary
ObjectiveHtmlAction()
           
 
Method Summary
 org.apache.struts.action.ActionForward perform(org.apache.struts.action.ActionMapping objMapping, org.apache.struts.action.ActionForm objForm, javax.servlet.http.HttpServletRequest objRequest, javax.servlet.http.HttpServletResponse objResponse)
           
 
Methods inherited from class org.apache.struts.action.Action
generateToken, getLocale, getResources, getServlet, isCancelled, isTokenValid, perform, perform, perform, resetToken, saveErrors, saveToken, setLocale, setServlet, toHex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectiveHtmlAction

public ObjectiveHtmlAction()
Method Detail

perform

public org.apache.struts.action.ActionForward perform(org.apache.struts.action.ActionMapping objMapping,
                                                      org.apache.struts.action.ActionForm objForm,
                                                      javax.servlet.http.HttpServletRequest objRequest,
                                                      javax.servlet.http.HttpServletResponse objResponse)
                                               throws java.io.IOException,
                                                      javax.servlet.ServletException
Overrides:
perform in class org.apache.struts.action.Action