| Home >> All >> org >> apache >> velocity >> [ demo Javadoc ] |
| | org.apache.velocity.demo.action.* (6) | | org.apache.velocity.demo.om.* (2) |
org.apache.velocity.demo: Javadoc index of package org.apache.velocity.demo.
Package Samples:
org.apache.velocity.demo.action
org.apache.velocity.demo.om
Classes:
ReplyCommand: This command is called when a user wants to add a reply to a message. It simply adds the parent message ID to the reply from and the subject.
ControllerServlet: Main entry point into the forum application. All requests are made to this servlet.
ForumDatabase: This is just a simple memory database for demo purposes.
PostCommand: Handles posting new messages to the Forum
ViewCommand: View a specific message and it's replies
Message: The actual message in the forum.
PostReplyCommand: Adds a reply to the forum
ListCommand: Handles listing messages
Command: Base class for commands
| Home | Contact Us | Privacy Policy | Terms of Service |