|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ActionResult
Encapsulation of the results returned by PageFlowUtils.strutsLookup(javax.servlet.ServletContext, javax.servlet.ServletRequest, javax.servlet.http.HttpServletResponse, java.lang.String, java.lang.String[])
.
Method Summary | |
---|---|
int |
getStatusCode()
|
String |
getStatusMessage()
|
String |
getURI()
|
boolean |
hadCompileErrors()
Deprecated. This method now always returns false; compilation no longer happens at runtime. It will be removed in the next major release. |
boolean |
isError()
|
boolean |
isRedirect()
|
void |
printCompileErrors(PrintWriter writer)
Deprecated. This method has no effect; compilation no longer happens at runtime. It will be removed in the next major release. |
Method Detail |
---|
String getURI()
boolean isRedirect()
boolean isError()
int getStatusCode()
String getStatusMessage()
boolean hadCompileErrors()
void printCompileErrors(PrintWriter writer)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |