public interface AdHocServletInfo
The web container will call back to these methods when it needs to create an instance of the servlet to support the path.
Modifier and Type | Method and Description |
---|---|
Class |
getServletClass()
Returns the class type of the servlet that should be created to process
requests.
|
Map<String,String> |
getServletInitParams()
Returns a Map containing name and value pairs to be used in preparing
the init params in the servlet's ServletConfig object.
|
String |
getServletName()
Returns the name of the servlet that the container should assign when it
adds a servlet to a web module.
|
Class getServletClass()
String getServletName()
Copyright © 2018. All rights reserved.