org.jwaf.action
Class AddBusinessObjectAction

java.lang.Object
  |
  +--org.apache.struts.action.Action
        |
        +--org.jwaf.action.UserAction
              |
              +--org.jwaf.action.AddBusinessObjectAction

public class AddBusinessObjectAction
extends UserAction

Add the business object per user request. This must be linked to a user action form using Struts.


Fields inherited from class org.jwaf.action.UserAction
form, mapping, request, response, session
 
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
AddBusinessObjectAction()
           
 
Method Summary
 void perform()
          Perform the main business logic
 
Methods inherited from class org.jwaf.action.UserAction
getActionForward, getAttribute, getBusinessObject, getIntegerKey, perform, setBusinessObject, setCollection, setCollectionVector, setExtraBusinessObject
 
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

AddBusinessObjectAction

public AddBusinessObjectAction()
Method Detail

perform

public void perform()
Description copied from class: UserAction
Perform the main business logic
Overrides:
perform in class UserAction