|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.extensions.webscripts.WebScriptStatus
public class WebScriptStatus
Web Script Status (version 2.x) NOTE: PROVIDED FOR BACKWARDS COMPATIBILITY ONLY - see org.alfresco.web.scripts.Statust
| Constructor Summary | |
|---|---|
WebScriptStatus(Status status)
Deprecated. Construct |
|
| Method Summary | |
|---|---|
int |
getCode()
Deprecated. |
String |
getCodeDescription()
Deprecated. Gets the description of the status code |
String |
getCodeName()
Deprecated. Gets the short name of the status code |
Throwable |
getException()
Deprecated. |
String |
getMessage()
Deprecated. |
boolean |
getRedirect()
Deprecated. |
void |
setCode(int code)
Deprecated. |
void |
setException(Throwable exception)
Deprecated. |
void |
setMessage(String message)
Deprecated. |
void |
setRedirect(boolean redirect)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebScriptStatus(Status status)
status - | Method Detail |
|---|
public void setException(Throwable exception)
exception - public Throwable getException()
public void setMessage(String message)
message - public String getMessage()
public void setRedirect(boolean redirect)
redirect - redirect to status code responsepublic boolean getRedirect()
public void setCode(int code)
code - status codejavax.servlet.http.HTTPServletResponsepublic int getCode()
public String getCodeName()
public String getCodeDescription()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||