javax.servlet
Interface Registration.Dynamic

All Superinterfaces:
Registration
All Known Subinterfaces:
FilterRegistration.Dynamic, ServletRegistration.Dynamic
Enclosing interface:
Registration

public static interface Registration.Dynamic
extends Registration


Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.servlet.Registration
Registration.Dynamic
 
Method Summary
 void setAsyncSupported(boolean asyncSupported)
           
 
Methods inherited from interface javax.servlet.Registration
getClassName, getInitParameter, getInitParameters, getName, setInitParameter, setInitParameters
 

Method Detail

setAsyncSupported

void setAsyncSupported(boolean asyncSupported)


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.