|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--HttpServlet | +--org.jcrontab.web.CrontabServletXML
This Servlet writes in xml format all the CrontabEntryBean availables. This represents the contoller and the actions in a MVC pattern Usually this servlet is used tiwh a xsl file to generate the final HTML
Field Summary | |
static java.lang.String |
xsl
This variable is the name of the xsl file |
Constructor Summary | |
CrontabServletXML()
|
Method Summary | |
void |
doGet(HttpServletRequest request,
HttpServletResponse response)
Refer to Servlet Javadoc |
void |
doPost(HttpServletRequest request,
HttpServletResponse response)
Refer to Servlet Javadoc |
static java.lang.String |
printFooter()
This Method writes the end of the xml |
static java.lang.String |
processErrors(HttpServletRequest request)
This Method writes the Errors to the xml |
void |
remove(HttpServletRequest request,
HttpServletResponse response)
This method processes the POST information, and saves the info comming from the web |
void |
show(HttpServletRequest request,
HttpServletResponse response)
This method transforms the xml/xsl and prints the whole thing in order to get hte HTML page. |
void |
store(HttpServletRequest request,
HttpServletResponse response)
This method processes the POST information, and saves the info comming from the web-client |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String xsl
Constructor Detail |
public CrontabServletXML()
Method Detail |
public void doPost(HttpServletRequest request, HttpServletResponse response)
request
- This is the servlet request.
refer to the Servlet JavaDocresponse
- This is the servlet response
refer to the Servlet JavaDocpublic void doGet(HttpServletRequest request, HttpServletResponse response)
request
- This is the servlet request.
refer to the Servlet JavaDocresponse
- This is the servlet response
refer to the Servlet JavaDocpublic void remove(HttpServletRequest request, HttpServletResponse response)
request
- This is the servlet request.
refer to the Servlet JavaDocresponse
- This is the servlet response
refer to the Servlet JavaDocpublic void store(HttpServletRequest request, HttpServletResponse response)
request
- This is the servlet request.
refer to the Servlet JavaDocresponse
- This is the servlet response
refer to the Servlet JavaDocpublic void show(HttpServletRequest request, HttpServletResponse response)
request
- This is the servlet request.
refer to the Servlet JavaDocresponse
- This is the servlet response
refer to the Servlet JavaDocpublic static java.lang.String printFooter()
public static java.lang.String processErrors(HttpServletRequest request)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |