|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.servlet.GenericServlet | +--javax.servlet.http.HttpServlet | +--org.apache.velocity.servlet.VelocityServlet | +--org.objectweb.jonas.jmx.vjadmin.servlet.JadminServlet
Servlet inherited by all other Jadmin servlets.
Fields inherited from class org.apache.velocity.servlet.VelocityServlet |
CONTENT_TYPE, DEFAULT_CONTENT_TYPE, DEFAULT_OUTPUT_ENCODING, INIT_PROPS_KEY, REQUEST, RESPONSE |
Constructor Summary | |
JadminServlet()
|
Method Summary | |
protected org.apache.velocity.context.Context |
createContext(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Creates a VelocityContext. |
protected void |
getDate(org.apache.velocity.context.Context ctx)
get the current date |
void |
init(javax.servlet.ServletConfig config)
Performs initialization of this servlet. |
Methods inherited from class org.apache.velocity.servlet.VelocityServlet |
doGet, doPost, doRequest, error, getTemplate, getTemplate, handleRequest, handleRequest, loadConfiguration, mergeTemplate, requestCleanup, setContentType |
Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JadminServlet()
Method Detail |
public void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException
init
in class org.apache.velocity.servlet.VelocityServlet
protected org.apache.velocity.context.Context createContext(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
createContext
in class org.apache.velocity.servlet.VelocityServlet
protected void getDate(org.apache.velocity.context.Context ctx)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |