|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.xd.servlet.ServletHelper
public class ServletHelper
For WebSphere Extended Deployment 6.0.1, this class exists solely to expose its one method.
Constructor Summary | |
---|---|
ServletHelper()
|
Method Summary | |
---|---|
static void |
applicationTimedOut(javax.servlet.http.HttpServletResponse response)
A servlet that internally detects and handles a timeout can call this method to indicate that this happened. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServletHelper()
Method Detail |
---|
public static void applicationTimedOut(javax.servlet.http.HttpServletResponse response) throws java.lang.IllegalStateException
ServletResponse.reset()
cancels the effect of this method.
response
- the HttpServletResponse that includes the effects of the
application timeout
java.lang.IllegalStateException
- if invoked after the response is committed
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |