| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface Registration.Dynamic
Interface through which a Servlet or Filter registered
 via one of the addServlet or addFilter methods,
 respectively, on ServletContext may be further configured.
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from interface javax.servlet.Registration | 
|---|
Registration.Dynamic | 
| Method Summary | |
|---|---|
 void | 
setAsyncSupported(boolean isAsyncSupported)
Configures the Servlet or Filter represented by this dynamic Registration as supporting asynchronous operations or not.  | 
| Methods inherited from interface javax.servlet.Registration | 
|---|
getClassName, getInitParameter, getInitParameters, getName, setInitParameter, setInitParameters | 
| Method Detail | 
|---|
void setAsyncSupported(boolean isAsyncSupported)
By default, servlet and filters do not support asynchronous operations.
A call to this method overrides any previous setting.
isAsyncSupported - true if the Servlet or Filter represented
 by this dynamic Registration supports asynchronous operations,
 false otherwise
IllegalStateException - if the ServletContext from which
 this dynamic Registration was obtained has already been
 initialized
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 10-February-2011 12:41