org.apache.aries.samples.blog.web
Class CreateBlogEntryForm

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.apache.aries.samples.blog.web.util.FormServlet
              extended by org.apache.aries.samples.blog.web.CreateBlogEntryForm
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class CreateBlogEntryForm
extends FormServlet

See Also:
Serialized Form

Field Summary
static String ID
           
 
Fields inherited from class org.apache.aries.samples.blog.web.util.FormServlet
ERROR_MESSAGES_ID
 
Constructor Summary
CreateBlogEntryForm()
           
 
Method Summary
protected  String getPageTitle(javax.servlet.http.HttpServletRequest req)
           
protected  void writeCustomHeaderContent(javax.servlet.http.HttpServletRequest req, PrintWriter out)
           
protected  void writeForm(javax.servlet.http.HttpServletRequest req, PrintWriter out)
           
 
Methods inherited from class org.apache.aries.samples.blog.web.util.FormServlet
addError, doGet, retrieveOrEmpty, storeParam
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, 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
 

Field Detail

ID

public static final String ID
See Also:
Constant Field Values
Constructor Detail

CreateBlogEntryForm

public CreateBlogEntryForm()
Method Detail

getPageTitle

protected String getPageTitle(javax.servlet.http.HttpServletRequest req)
Specified by:
getPageTitle in class FormServlet

writeForm

protected void writeForm(javax.servlet.http.HttpServletRequest req,
                         PrintWriter out)
Specified by:
writeForm in class FormServlet

writeCustomHeaderContent

protected void writeCustomHeaderContent(javax.servlet.http.HttpServletRequest req,
                                        PrintWriter out)
Specified by:
writeCustomHeaderContent in class FormServlet


Copyright © 2009-2010 The Apache Software Foundation. All Rights Reserved.