|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CommandProcessorCommandInterface
Method Summary | |
---|---|
java.util.Locale |
getLocale()
Deprecated. Get the locale |
java.lang.String |
getName()
Deprecated. Returns the name of the command. |
javax.servlet.http.HttpServletRequest |
getRequest()
Deprecated. Gets the current request object. |
javax.servlet.http.HttpServletResponse |
getResponse()
Deprecated. Gets the current response object. |
java.lang.Object |
getTarget()
Deprecated. Returns the target object for this command. |
void |
performAction(java.lang.Object o)
Deprecated. Executes the command and offers the opportunity to catch exceptions. |
void |
setLocale(java.util.Locale loc)
Deprecated. Set the locale |
void |
setName(java.lang.String name)
Deprecated. Sets the name of the command. |
void |
setRequest(javax.servlet.http.HttpServletRequest request)
Deprecated. Sets the request object. |
void |
setResponse(javax.servlet.http.HttpServletResponse response)
Deprecated. Sets the response object. |
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 |
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.IOException
java.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 |