|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
net.craftforge.essential.context.servlet.EssentialHttpServlet
net.craftforge.essential.example.servlets.FrontServlet
public class FrontServlet
A front servlet extends the default essential http servlet by overriding the controller configuration creation.
| Constructor Summary | |
|---|---|
FrontServlet()
|
|
| Method Summary | |
|---|---|
protected net.craftforge.essential.controller.Configuration |
getControllerConfiguration(javax.servlet.http.HttpServletRequest servletRequest)
Gets the controller configuration from the given HTTP servlet. |
| Methods inherited from class net.craftforge.essential.context.servlet.EssentialHttpServlet |
|---|
doDelete, doGet, doHead, doOptions, doPost, doPut, getControllerPackage, getControllerRequest, getControllerResponse |
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
doTrace, getLastModified, service, service |
| Methods inherited from class javax.servlet.GenericServlet |
|---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FrontServlet()
| Method Detail |
|---|
protected net.craftforge.essential.controller.Configuration getControllerConfiguration(javax.servlet.http.HttpServletRequest servletRequest)
getControllerConfiguration in class EssentialHttpServletservletRequest - The http servlet request
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||