|
||||||||||
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
org.glite.authz.common.http.AbstractAdminCommand
public abstract class AbstractAdminCommand
Base class for administration commands which may be registered with a JettyAdminService
.
Constructor Summary | |
---|---|
AbstractAdminCommand(java.lang.String command)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getCommandPath()
Gets the URL path that invokes the command. |
Methods inherited from class javax.servlet.http.HttpServlet |
---|
doDelete, doGet, doHead, doOptions, doPost, doPut, 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 AbstractAdminCommand(java.lang.String command)
command
- name of the command, should only contain alphabetic charactersMethod Detail |
---|
public java.lang.String getCommandPath()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |