public class ControllerCommandInvokerDataBean extends SmartDataBeanImpl
Modifier and Type | Field and Description |
---|---|
protected ControllerCommand | command
This is the controller command to be invoked.
|
static java.lang.String | COPYRIGHT
IBM Copyright notice field.
|
Constructor and Description |
---|
ControllerCommandInvokerDataBean() |
Modifier and Type | Method and Description |
---|---|
void | executeErrorView()
Deprecated.
Replaced by executeErrorView(HttpServletResponse)
|
void | executeErrorView(javax.servlet.http.HttpServletResponse response)
This method executes the error view when an exception is thrown.
|
void | executeView()
Deprecated.
Replaced by executeView(HttpServletResponse)
|
void | executeView(javax.servlet.http.HttpServletResponse response)
This method executes the view associated with the controller command.
|
java.lang.String | getCommandInterfaceName()
This method gets the command interface name.
|
java.lang.String | getCommandName()
This method gets the command name, namely the URL name.
|
TypedProperty | getErrorProperties()
This method gets the response properties after the error view has been executed.
|
TypedProperty | getResponseProperties()
This method gets the response properties associated with the command.
|
void | populate()
This method populates the command data bean.
|
void | setCommandInterfaceName(java.lang.String astrInterfaceName)
This method sets the command interface name
|
void | setCommandName(java.lang.String astrCommandName)
This method sets the url command name.
|
void | setErrorProperties(TypedProperty aProperties)
This method sets the error response properties.
|
void | setResponseProperties(TypedProperty aRespProperties)
This method sets the response properties.
|
public static final java.lang.String COPYRIGHT
protected ControllerCommand command
public void executeErrorView() throws java.lang.Exception
public void executeErrorView(javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
public void executeView() throws java.lang.Exception
public void executeView(javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
public java.lang.String getCommandInterfaceName()
public java.lang.String getCommandName()
public TypedProperty getErrorProperties()
public TypedProperty getResponseProperties()
public void populate() throws java.lang.Exception
public void setCommandInterfaceName(java.lang.String astrInterfaceName)
public void setCommandName(java.lang.String astrCommandName)
public void setErrorProperties(TypedProperty aProperties)
public void setResponseProperties(TypedProperty aRespProperties)