ch.odi.justblog.command
Class PostEntry

java.lang.Object
  extended bych.odi.justblog.command.PostEntry
All Implemented Interfaces:
Command

public class PostEntry
extends java.lang.Object
implements Command

Posts the current entry to the current blog.

Author:
oglueck

Constructor Summary
PostEntry()
           
 
Method Summary
 void execute(ISession session)
          Posts the entry to the blog.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostEntry

public PostEntry()
Method Detail

execute

public void execute(ISession session)
             throws CommandException
Posts the entry to the blog. Then sets the entry in the session.

Specified by:
execute in interface Command
Parameters:
session - The session.
Throws:
CommandException


Copyright © 2005 Ortwin Glück. All Rights Reserved.