|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface CommandProcessorCommandInterface
| Method Summary | |
|---|---|
abstract java.util.Locale |
getLocale()
Deprecated. Get the locale |
abstract java.lang.String |
getName()
Deprecated. Returns the name of the command. |
abstract javax.servlet.http.HttpServletRequest |
getRequest()
Deprecated. Gets the current request object. |
abstract javax.servlet.http.HttpServletResponse |
getResponse()
Deprecated. Gets the current response object. |
abstract java.lang.Object |
getTarget()
Deprecated. Returns the target object for this command. |
abstract void |
performAction(java.lang.Object o)
Deprecated. Executes the command and offers the opportunity to catch exceptions. |
abstract void |
setLocale(java.util.Locale loc)
Deprecated. Set the locale |
abstract void |
setName(java.lang.String name)
Deprecated. Sets the name of the command. |
abstract void |
setRequest(javax.servlet.http.HttpServletRequest request)
Deprecated. Sets the request object. |
abstract void |
setResponse(javax.servlet.http.HttpServletResponse response)
Deprecated. Sets the response object. |
abstract void |
setTarget(java.lang.Object o)
Deprecated. Sets the target for the command. |
| Methods inherited from interface com.sas.util.Command |
|---|
clone, isExecutable, isUndoable, undo |
| Methods inherited from interface com.sas.util.SimpleCommand |
|---|
execute |
| Methods inherited from interface com.sas.lang.StringDataInterface |
|---|
getText, setText |
| Method Detail |
|---|
java.lang.String getName()
void setName(java.lang.String name)
name - unique name of the command.
void performAction(java.lang.Object o)
throws java.io.IOException
o - parameter to the command.
java.io.IOExceptionjava.lang.Object getTarget()
void setTarget(java.lang.Object o)
o - target object for the command.void setLocale(java.util.Locale loc)
locale - java.util.Locale getLocale()
void setRequest(javax.servlet.http.HttpServletRequest request)
request - The request objectjavax.servlet.http.HttpServletRequest getRequest()
void setResponse(javax.servlet.http.HttpServletResponse response)
response - The response objectjavax.servlet.http.HttpServletResponse getResponse()
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||