org.jwaf.action
Class ViewBusinessObjectAction

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

public class ViewBusinessObjectAction
extends UserAction

Load the business object into page context so a JSP can access it. Request must include name of class


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
ViewBusinessObjectAction()
           
 
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

ViewBusinessObjectAction

public ViewBusinessObjectAction()
Method Detail

perform

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