Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


oracle.jbo.html.struts11
Class BC4JActionMapping

java.lang.Object
  extended byorg.apache.struts.config.ActionConfig
      extended byorg.apache.struts.action.ActionMapping
          extended byoracle.jbo.html.struts11.BC4JActionMapping

All Implemented Interfaces:
java.io.Serializable

public class BC4JActionMapping
extends org.apache.struts.action.ActionMapping

BC4JActionMapping is a customization of Struts1.1 ActionMapping Javabean. It override several methods to provide integration with the BC4J Model.

Since:
JDeveloper 9.0.3
See Also:
Serialized Form

Field Summary
protected java.lang.String application
protected java.lang.String method
protected java.lang.String releaseMode
protected java.lang.String viewObject

Fields inherited from class org.apache.struts.config.ActionConfig
attribute, configured, exceptions, forward, forwards, include, input, moduleConfig, multipartClass, name, parameter, path, prefix, roleNames, roles, scope, suffix, type, unknown, validate

Constructor Summary
BC4JActionMapping()

Method Summary
java.lang.String getApplication()
java.lang.String getEvent()
java.lang.String getReleasemode()
java.lang.String getViewobject()
void initializeContext(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, BC4JContext context)
void setApplication(java.lang.String value)
The name of the Application Model which will be the default for this action
void setEvent(java.lang.String value)
void setReleasemode(java.lang.String value)
void setViewobject(java.lang.String value)
The name of the ViewObject usage which will be the default for this action

Methods inherited from class org.apache.struts.action.ActionMapping
findException, findForward, findForwards, getInputForward

Methods inherited from class org.apache.struts.config.ActionConfig
addExceptionConfig, addForwardConfig, findExceptionConfig, findExceptionConfigs, findForwardConfig, findForwardConfigs, freeze, getApplicationConfig, getAttribute, getForward, getInclude, getInput, getModuleConfig, getMultipartClass, getName, getParameter, getPath, getPrefix, getRoleNames, getRoles, getScope, getSuffix, getType, getUnknown, getValidate, removeExceptionConfig, removeForwardConfig, setApplicationConfig, setAttribute, setForward, setInclude, setInput, setModuleConfig, setMultipartClass, setName, setParameter, setPath, setPrefix, setRoles, setScope, setSuffix, setType, setUnknown, setValidate, toString

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Field Detail

method

protected java.lang.String method

viewObject

protected java.lang.String viewObject

releaseMode

protected java.lang.String releaseMode

application

protected java.lang.String application

Constructor Detail

BC4JActionMapping

public BC4JActionMapping()

Method Detail

setEvent

public void setEvent(java.lang.String value)

getEvent

public java.lang.String getEvent()

setViewobject

public void setViewobject(java.lang.String value)
The name of the ViewObject usage which will be the default for this action

getViewobject

public java.lang.String getViewobject()

setReleasemode

public void setReleasemode(java.lang.String value)

getReleasemode

public java.lang.String getReleasemode()

setApplication

public void setApplication(java.lang.String value)
The name of the Application Model which will be the default for this action

getApplication

public java.lang.String getApplication()

initializeContext

public void initializeContext(javax.servlet.http.HttpServletRequest request,
                              javax.servlet.http.HttpServletResponse response,
                              BC4JContext context)

Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


Copyright © 1997, 2005, Oracle. All rights reserved.