Java Doc for BlogEditServlet.java in  » J2EE » OpenCore » org » opensubsystems » blog » www » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » J2EE » OpenCore » org.opensubsystems.blog.www 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.opensubsystems.blog.www.BlogBrowserServlet
   org.opensubsystems.blog.www.BlogEditServlet

BlogEditServlet
public class BlogEditServlet extends BlogBrowserServlet (Code)
Servlet responsible for browsing and editing of blogs and their entries. This servlets ads functionality to the browser servlet to manipulate the data.
version:
   $Id: BlogEditServlet.java,v 1.3 2007/02/20 03:51:57 bastafidli Exp $
author:
   Miro Halas


Field Summary
final public static  StringBLOGEDIT_CONFIRMDELETE_BLOGENTRY_PAGE
    
final public static  StringBLOGEDIT_CONFIRMDELETE_BLOG_PAGE
     Name of the property for page to confirm deletion of blog.
final public static  StringBLOGEDIT_LOGIN
     Name of the property for user name used to login.
final public static  StringBLOGEDIT_LOGIN_PAGE
     Name of the property for page to login.
final public static  StringBLOGEDIT_LOGOUT_PAGE
     Name of the property for page to logout.
final public static  StringBLOGEDIT_NEWENTRY_BLOG_PAGE
     Name of the property for page to create new blog entry.
final public static  StringBLOGEDIT_NEW_BLOG_PAGE
     Name of the property for page to create new blog.
final public static  StringBLOGEDIT_PASSWORD
     Name of the property for password used to login.
final public static  intFORM_CONFIRMDELETE_BLOGENTRY_ID
     Constants for action to display delete blog entry dialog.
final public static  intFORM_CONFIRMDELETE_BLOG_ID
     Constants for action to display delete blog dialog.
final public static  intFORM_COUNT_BLOGEDIT
     How many forms this servlet recognizes.
final public static  intFORM_CREATE_BLOGENTRY_ID
     Constants for action to create blog entry dialog.
final public static  StringFORM_CREATE_BLOGENTRY_NAME
     Names of the form and action to create blog entry.
final public static  intFORM_CREATE_BLOG_ID
     Constants for action to create new blog.
final public static  StringFORM_CREATE_BLOG_NAME
     Names of the form and action to display create blog dialog.
final public static  intFORM_DELETE_BLOGENTRY_ID
     Constants for action to delete blog entry.
final public static  StringFORM_DELETE_BLOGENTRY_NAME
     Names of the form and action to delete blog entry.
final public static  intFORM_DELETE_BLOG_ID
     Constants for action to delete blog.
final public static  StringFORM_DELETE_BLOG_NAME
     Names of the form and action to delete blog.
final public static  intFORM_EDIT_BLOGENTRY_ID
     Constants for action to edit blog entry.
final public static  StringFORM_EDIT_BLOGENTRY_NAME
     Names of the form and action to display edit blog entry dialog.
final public static  StringFORM_EDIT_BLOGENTRY_NAME_DELETE
     Names of the form and action to display delete blog entry dialog.
final public static  intFORM_EDIT_BLOG_ID
     Constants for action to edit blog.
final public static  StringFORM_EDIT_BLOG_NAME
     Names of the form and action to display edit blog dialog.
final public static  StringFORM_EDIT_BLOG_NAME_CREATE
     Names of the form and action to create blog.
final public static  StringFORM_EDIT_BLOG_NAME_CREATEENTRY
     Names of the form and action to display create blog entry dialog.
final public static  StringFORM_EDIT_BLOG_NAME_DELETE
     Names of the form and action to display delete blog dialog.
final public static  intFORM_LOGIN_ID
     Constants for action to login to the application.
final public static  StringFORM_LOGIN_NAME
     Names of the form and action to login to the application.
final public static  intFORM_LOGOUT_ID
     Constants for action to logout from the application.
final public static  StringFORM_LOGOUT_NAME
     Names of the form and action to logout from the application.
final public static  intFORM_NEWENTRY_BLOG_ID
     Constants for action to display create blog entry dialog.
final public static  intFORM_NEW_BLOG_ID
     Constants for action to display new blog dialog.
protected  Stringm_strLogin
     User name to use to login to the application.
protected  Stringm_strPassword
     Password to use to login to the application.


Method Summary
protected  voiddoGet(HttpServletRequest hsrqRequest, HttpServletResponse hsrpResponse)
    
protected  voiddoPost(HttpServletRequest hsrqRequest, HttpServletResponse hsrpResponse)
    
protected  intgetFormToProcess(HttpServletRequest hsrqRequest)
    
public  StringgetServletInfo()
    
public  voidinit(ServletConfig scConfig)
    
protected  BlogparseBlogFromRequest(HttpServletRequest hsrqRequest)
     Create new instance of blog from a HTTP request.
protected  EntryparseEntryFromRequest(HttpServletRequest hsrqRequest)
     Create new instance of blog entry from a HTTP request..
protected  voidprocessConfirmDeleteBlogForm(HttpServletRequest hsrqRequest, HttpServletResponse hsrpResponse)
     Process form to display dialog to confirm deletion of a blog.
protected  voidprocessConfirmDeleteEntryForm(HttpServletRequest hsrqRequest, HttpServletResponse hsrpResponse)
     Process form to display dialog to confirm deletion of a blog entry.
protected  voidprocessCreateBlogForm(HttpServletRequest hsrqRequest, HttpServletResponse hsrpResponse)
     Process form to actually create new blog from supplied information.
protected  voidprocessCreateEntryForm(HttpServletRequest hsrqRequest, HttpServletResponse hsrpResponse)
     Process form to actually create new blog entry.
protected  voidprocessDeleteBlogForm(HttpServletRequest hsrqRequest, HttpServletResponse hsrpResponse)
     Process form to delete specified blog.
protected  voidprocessDeleteEntryForm(HttpServletRequest hsrqRequest, HttpServletResponse hsrpResponse)
     Process form to delete specified blog entry.
protected  voidprocessEditBlogError(HttpServletRequest hsrqRequest, HttpServletResponse hsrpResponse, Blog blog)
     Process recoverable error, which has occured while saving blog.
protected  voidprocessEditBlogForm(HttpServletRequest hsrqRequest, HttpServletResponse hsrpResponse)
     Process form to save modified information about blog.
protected  voidprocessEditEntryError(HttpServletRequest hsrqRequest, HttpServletResponse hsrpResponse, Entry entry)
     Process recoverable error, which has occured while saving entry.
protected  voidprocessEditEntryForm(HttpServletRequest hsrqRequest, HttpServletResponse hsrpResponse)
     Process form to save modified blog entry.
protected  voidprocessLoginForm(HttpServletRequest hsrqRequest, HttpServletResponse hsrpResponse)
     Process form to login to the application.
protected  voidprocessLogoutForm(HttpServletRequest hsrqRequest, HttpServletResponse hsrpResponse)
     Process form to logout from the application.
protected  voidprocessNewBlogForm(HttpServletRequest hsrqRequest, HttpServletResponse hsrpResponse)
     Process form to display dialog to create new blog.
protected  voidprocessNewEntryBlogForm(HttpServletRequest hsrqRequest, HttpServletResponse hsrpResponse)
     Process form to display dialog to create new blog entry.
protected  voidprocessNewLoginForm(HttpServletRequest hsrqRequest, HttpServletResponse hsrpResponse)
     Process form to display login dialog.
protected  voidprocessNewLogoutForm(HttpServletRequest hsrqRequest, HttpServletResponse hsrpResponse)
     Process form to display logout dialog.
protected  voidredirectToLogin(HttpServletRequest hsrqRequest, HttpServletResponse hsrpResponse)
    
protected  PrincipalverifyLogin(HttpSession hsSession, HttpServletRequest hsrqRequest, HttpServletResponse hsrpResponse)
    

Field Detail
BLOGEDIT_CONFIRMDELETE_BLOGENTRY_PAGE
final public static String BLOGEDIT_CONFIRMDELETE_BLOGENTRY_PAGE(Code)
Name of the property for page to confirm deletion of blog entry



BLOGEDIT_CONFIRMDELETE_BLOG_PAGE
final public static String BLOGEDIT_CONFIRMDELETE_BLOG_PAGE(Code)
Name of the property for page to confirm deletion of blog.



BLOGEDIT_LOGIN
final public static String BLOGEDIT_LOGIN(Code)
Name of the property for user name used to login.



BLOGEDIT_LOGIN_PAGE
final public static String BLOGEDIT_LOGIN_PAGE(Code)
Name of the property for page to login.



BLOGEDIT_LOGOUT_PAGE
final public static String BLOGEDIT_LOGOUT_PAGE(Code)
Name of the property for page to logout.



BLOGEDIT_NEWENTRY_BLOG_PAGE
final public static String BLOGEDIT_NEWENTRY_BLOG_PAGE(Code)
Name of the property for page to create new blog entry.



BLOGEDIT_NEW_BLOG_PAGE
final public static String BLOGEDIT_NEW_BLOG_PAGE(Code)
Name of the property for page to create new blog.



BLOGEDIT_PASSWORD
final public static String BLOGEDIT_PASSWORD(Code)
Name of the property for password used to login.



FORM_CONFIRMDELETE_BLOGENTRY_ID
final public static int FORM_CONFIRMDELETE_BLOGENTRY_ID(Code)
Constants for action to display delete blog entry dialog.



FORM_CONFIRMDELETE_BLOG_ID
final public static int FORM_CONFIRMDELETE_BLOG_ID(Code)
Constants for action to display delete blog dialog.



FORM_COUNT_BLOGEDIT
final public static int FORM_COUNT_BLOGEDIT(Code)
How many forms this servlet recognizes.



FORM_CREATE_BLOGENTRY_ID
final public static int FORM_CREATE_BLOGENTRY_ID(Code)
Constants for action to create blog entry dialog.



FORM_CREATE_BLOGENTRY_NAME
final public static String FORM_CREATE_BLOGENTRY_NAME(Code)
Names of the form and action to create blog entry.



FORM_CREATE_BLOG_ID
final public static int FORM_CREATE_BLOG_ID(Code)
Constants for action to create new blog.



FORM_CREATE_BLOG_NAME
final public static String FORM_CREATE_BLOG_NAME(Code)
Names of the form and action to display create blog dialog.



FORM_DELETE_BLOGENTRY_ID
final public static int FORM_DELETE_BLOGENTRY_ID(Code)
Constants for action to delete blog entry.



FORM_DELETE_BLOGENTRY_NAME
final public static String FORM_DELETE_BLOGENTRY_NAME(Code)
Names of the form and action to delete blog entry.



FORM_DELETE_BLOG_ID
final public static int FORM_DELETE_BLOG_ID(Code)
Constants for action to delete blog.



FORM_DELETE_BLOG_NAME
final public static String FORM_DELETE_BLOG_NAME(Code)
Names of the form and action to delete blog.



FORM_EDIT_BLOGENTRY_ID
final public static int FORM_EDIT_BLOGENTRY_ID(Code)
Constants for action to edit blog entry.



FORM_EDIT_BLOGENTRY_NAME
final public static String FORM_EDIT_BLOGENTRY_NAME(Code)
Names of the form and action to display edit blog entry dialog.



FORM_EDIT_BLOGENTRY_NAME_DELETE
final public static String FORM_EDIT_BLOGENTRY_NAME_DELETE(Code)
Names of the form and action to display delete blog entry dialog.



FORM_EDIT_BLOG_ID
final public static int FORM_EDIT_BLOG_ID(Code)
Constants for action to edit blog.



FORM_EDIT_BLOG_NAME
final public static String FORM_EDIT_BLOG_NAME(Code)
Names of the form and action to display edit blog dialog.



FORM_EDIT_BLOG_NAME_CREATE
final public static String FORM_EDIT_BLOG_NAME_CREATE(Code)
Names of the form and action to create blog.



FORM_EDIT_BLOG_NAME_CREATEENTRY
final public static String FORM_EDIT_BLOG_NAME_CREATEENTRY(Code)
Names of the form and action to display create blog entry dialog.



FORM_EDIT_BLOG_NAME_DELETE
final public static String FORM_EDIT_BLOG_NAME_DELETE(Code)
Names of the form and action to display delete blog dialog.



FORM_LOGIN_ID
final public static int FORM_LOGIN_ID(Code)
Constants for action to login to the application.



FORM_LOGIN_NAME
final public static String FORM_LOGIN_NAME(Code)
Names of the form and action to login to the application.



FORM_LOGOUT_ID
final public static int FORM_LOGOUT_ID(Code)
Constants for action to logout from the application.



FORM_LOGOUT_NAME
final public static String FORM_LOGOUT_NAME(Code)
Names of the form and action to logout from the application.



FORM_NEWENTRY_BLOG_ID
final public static int FORM_NEWENTRY_BLOG_ID(Code)
Constants for action to display create blog entry dialog.



FORM_NEW_BLOG_ID
final public static int FORM_NEW_BLOG_ID(Code)
Constants for action to display new blog dialog.



m_strLogin
protected String m_strLogin(Code)
User name to use to login to the application.



m_strPassword
protected String m_strPassword(Code)
Password to use to login to the application.





Method Detail
doGet
protected void doGet(HttpServletRequest hsrqRequest, HttpServletResponse hsrpResponse) throws ServletException, IOException(Code)



doPost
protected void doPost(HttpServletRequest hsrqRequest, HttpServletResponse hsrpResponse) throws ServletException, IOException(Code)



getFormToProcess
protected int getFormToProcess(HttpServletRequest hsrqRequest)(Code)



getServletInfo
public String getServletInfo()(Code)



init
public void init(ServletConfig scConfig) throws ServletException(Code)



parseBlogFromRequest
protected Blog parseBlogFromRequest(HttpServletRequest hsrqRequest)(Code)
Create new instance of blog from a HTTP request.
Parameters:
  hsrqRequest - - HTTP request from HTML form Blog



parseEntryFromRequest
protected Entry parseEntryFromRequest(HttpServletRequest hsrqRequest)(Code)
Create new instance of blog entry from a HTTP request..
Parameters:
  hsrqRequest - - HTTP request from HTML form Entry



processConfirmDeleteBlogForm
protected void processConfirmDeleteBlogForm(HttpServletRequest hsrqRequest, HttpServletResponse hsrpResponse) throws IOException, ServletException(Code)
Process form to display dialog to confirm deletion of a blog.
Parameters:
  hsrqRequest - - the servlet request.
Parameters:
  hsrpResponse - - the servlet response.
throws:
  ServletException - - an error while serving request
throws:
  IOException - - an error while writing response



processConfirmDeleteEntryForm
protected void processConfirmDeleteEntryForm(HttpServletRequest hsrqRequest, HttpServletResponse hsrpResponse) throws IOException, ServletException(Code)
Process form to display dialog to confirm deletion of a blog entry.
Parameters:
  hsrqRequest - - the servlet request.
Parameters:
  hsrpResponse - - the servlet response.
throws:
  ServletException - - an error while serving request
throws:
  IOException - - an error while writing response



processCreateBlogForm
protected void processCreateBlogForm(HttpServletRequest hsrqRequest, HttpServletResponse hsrpResponse) throws IOException, ServletException(Code)
Process form to actually create new blog from supplied information.
Parameters:
  hsrqRequest - - the servlet request.
Parameters:
  hsrpResponse - - the servlet response.
throws:
  ServletException - - an error while serving request
throws:
  IOException - - an error while writing response



processCreateEntryForm
protected void processCreateEntryForm(HttpServletRequest hsrqRequest, HttpServletResponse hsrpResponse) throws IOException, ServletException(Code)
Process form to actually create new blog entry.
Parameters:
  hsrqRequest - - the servlet request.
Parameters:
  hsrpResponse - - the servlet response.
throws:
  ServletException - - an error while serving request
throws:
  IOException - - an error while writing response



processDeleteBlogForm
protected void processDeleteBlogForm(HttpServletRequest hsrqRequest, HttpServletResponse hsrpResponse) throws IOException, ServletException(Code)
Process form to delete specified blog.
Parameters:
  hsrqRequest - - the servlet request.
Parameters:
  hsrpResponse - - the servlet response.
throws:
  ServletException - - an error while serving request
throws:
  IOException - - an error while writing response



processDeleteEntryForm
protected void processDeleteEntryForm(HttpServletRequest hsrqRequest, HttpServletResponse hsrpResponse) throws IOException, ServletException(Code)
Process form to delete specified blog entry.
Parameters:
  hsrqRequest - - the servlet request.
Parameters:
  hsrpResponse - - the servlet response.
throws:
  ServletException - - an error while serving request
throws:
  IOException - - an error while writing response



processEditBlogError
protected void processEditBlogError(HttpServletRequest hsrqRequest, HttpServletResponse hsrpResponse, Blog blog) throws IOException, ServletException(Code)
Process recoverable error, which has occured while saving blog. This will show again the edit blog page but with the modified data and explanative error message.
Parameters:
  hsrqRequest - - the servlet request.
Parameters:
  hsrpResponse - - the servlet response.
Parameters:
  blog - - blog with modified data submitted to the server
throws:
  ServletException - - an error while serving request
throws:
  IOException - - an error while writing response



processEditBlogForm
protected void processEditBlogForm(HttpServletRequest hsrqRequest, HttpServletResponse hsrpResponse) throws IOException, ServletException(Code)
Process form to save modified information about blog.
Parameters:
  hsrqRequest - - the servlet request.
Parameters:
  hsrpResponse - - the servlet response.
throws:
  ServletException - - an error while serving request
throws:
  IOException - - an error while writing response



processEditEntryError
protected void processEditEntryError(HttpServletRequest hsrqRequest, HttpServletResponse hsrpResponse, Entry entry) throws IOException, ServletException(Code)
Process recoverable error, which has occured while saving entry. This will show again the edit entry page but with the modified data and explanative error message.
Parameters:
  hsrqRequest - - the servlet request.
Parameters:
  hsrpResponse - - the servlet response.
Parameters:
  entry - - entry with modified data submitted to the server
throws:
  ServletException - - an error while serving request
throws:
  IOException - - an error while writing response



processEditEntryForm
protected void processEditEntryForm(HttpServletRequest hsrqRequest, HttpServletResponse hsrpResponse) throws IOException, ServletException(Code)
Process form to save modified blog entry.
Parameters:
  hsrqRequest - - the servlet request.
Parameters:
  hsrpResponse - - the servlet response.
throws:
  ServletException - - an error while serving request
throws:
  IOException - - an error while writing response



processLoginForm
protected void processLoginForm(HttpServletRequest hsrqRequest, HttpServletResponse hsrpResponse) throws IOException, ServletException(Code)
Process form to login to the application.
Parameters:
  hsrqRequest - - the servlet request.
Parameters:
  hsrpResponse - - the servlet response.
throws:
  ServletException - - an error while serving request
throws:
  IOException - - an error while writing response



processLogoutForm
protected void processLogoutForm(HttpServletRequest hsrqRequest, HttpServletResponse hsrpResponse) throws IOException, ServletException(Code)
Process form to logout from the application.
Parameters:
  hsrqRequest - - the servlet request.
Parameters:
  hsrpResponse - - the servlet response.
throws:
  ServletException - - an error while serving request
throws:
  IOException - - an error while writing response



processNewBlogForm
protected void processNewBlogForm(HttpServletRequest hsrqRequest, HttpServletResponse hsrpResponse) throws IOException, ServletException(Code)
Process form to display dialog to create new blog. It supplies template object with default information for new blog.
Parameters:
  hsrqRequest - - the servlet request.
Parameters:
  hsrpResponse - - the servlet response.
throws:
  ServletException - - an error while serving request
throws:
  IOException - - an error while writing response



processNewEntryBlogForm
protected void processNewEntryBlogForm(HttpServletRequest hsrqRequest, HttpServletResponse hsrpResponse) throws IOException, ServletException(Code)
Process form to display dialog to create new blog entry.
Parameters:
  hsrqRequest - - the servlet request.
Parameters:
  hsrpResponse - - the servlet response.
throws:
  ServletException - - an error while serving request
throws:
  IOException - - an error while writing response



processNewLoginForm
protected void processNewLoginForm(HttpServletRequest hsrqRequest, HttpServletResponse hsrpResponse) throws IOException, ServletException(Code)
Process form to display login dialog.
Parameters:
  hsrqRequest - - the servlet request.
Parameters:
  hsrpResponse - - the servlet response.
throws:
  ServletException - - an error while serving request
throws:
  IOException - - an error while writing response



processNewLogoutForm
protected void processNewLogoutForm(HttpServletRequest hsrqRequest, HttpServletResponse hsrpResponse) throws IOException, ServletException(Code)
Process form to display logout dialog.
Parameters:
  hsrqRequest - - the servlet request.
Parameters:
  hsrpResponse - - the servlet response.
throws:
  ServletException - - an error while serving request
throws:
  IOException - - an error while writing response



redirectToLogin
protected void redirectToLogin(HttpServletRequest hsrqRequest, HttpServletResponse hsrpResponse) throws ServletException, IOException(Code)



verifyLogin
protected Principal verifyLogin(HttpSession hsSession, HttpServletRequest hsrqRequest, HttpServletResponse hsrpResponse) throws ServletException, IOException(Code)



Fields inherited from org.opensubsystems.blog.www.BlogBrowserServlet
final public static String BLOGBROWSER_BLOGENTRY_VIEWER_PAGE(Code)(Java Doc)
final public static String BLOGBROWSER_BLOG_INDEX_PAGE(Code)(Java Doc)
final public static String BLOGBROWSER_BLOG_VIEWER_PAGE(Code)(Java Doc)
final public static int FORM_COUNT_BLOGBROWSER(Code)(Java Doc)

Methods inherited from org.opensubsystems.blog.www.BlogBrowserServlet
protected void createBlogEntryPage(HttpServletRequest hsrqRequest, HttpServletResponse hsrpResponse, BlogNavigator navigator) throws IOException, ServletException(Code)(Java Doc)
protected void createIndexPage(HttpServletRequest hsrqRequest, HttpServletResponse hsrpResponse, BlogNavigator navigator, int iPageNumber) throws IOException, ServletException(Code)(Java Doc)
protected void createMainIndexPage(HttpServletRequest hsrqRequest, HttpServletResponse hsrpResponse, BlogNavigator navigator, int iPageNumber) throws IOException, ServletException(Code)(Java Doc)
protected void doGet(HttpServletRequest hsrqRequest, HttpServletResponse hsrpResponse) throws ServletException, IOException(Code)(Java Doc)
protected BlogController getController() throws OSSException(Code)(Java Doc)
protected BlogNavigator getNavigator(HttpServletRequest hsrqRequest)(Code)(Java Doc)
public String getServletInfo()(Code)(Java Doc)
public void init(ServletConfig scConfig) throws ServletException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.