org.opensubsystems.blog.www |
|
Java Source File Name | Type | Comment |
BlogBrowserServlet.java | Class | Servlet responsible for browsing blogs and their entries as if they were
displayed using a static website consisting of pages with .html extension. |
BlogEditServlet.java | Class | Servlet responsible for browsing and editing of blogs and their entries.
This servlets ads functionality to the browser servlet to manipulate the data. |
BlogEntryIdentification.java | Class | Structure used to identify blog entry on the web. |
BlogNavigator.java | Class | Class responsible for parsing and creating URLs for blogs and their entries. |
DynamicBlogNavigator.java | Class | Class responsible for parsing and creating URLs for blogs and their entries. |
EntryListServlet.java | Class | Servlet responsible for browsing entries page by page. |