|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Servlet | |
|---|---|
| com.sun.grizzly.http.servlet.deployer.comparator | |
| com.sun.grizzly.http.webxml.schema | |
| Uses of Servlet in com.sun.grizzly.http.servlet.deployer.comparator |
|---|
| Methods in com.sun.grizzly.http.servlet.deployer.comparator with parameters of type Servlet | |
|---|---|
int |
ServletLoadOnStartupComparator.compare(Servlet o1,
Servlet o2)
The load-on-startup element indicates that this servlet should be loaded (instantiated and have its init() called) on the startup of the web application. |
| Uses of Servlet in com.sun.grizzly.http.webxml.schema |
|---|
| Fields in com.sun.grizzly.http.webxml.schema with type parameters of type Servlet | |
|---|---|
List<Servlet> |
WebApp.servlet
|
| Methods in com.sun.grizzly.http.webxml.schema that return types with arguments of type Servlet | |
|---|---|
List<Servlet> |
WebApp.getServlet()
<servlet> <servlet-name>Hello</servlet-name> <servlet-class>ca.sebastiendionne.HelloWorld</servlet-class> <load-on-startup>1</load-on-startup> </servlet> |
| Method parameters in com.sun.grizzly.http.webxml.schema with type arguments of type Servlet | |
|---|---|
void |
WebApp.setServlet(List<Servlet> servlet)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||