org.unitedfront2.web.controller.blog
クラス CreateAction

java.lang.Object
  上位を拡張 org.springframework.webflow.action.AbstractAction
      上位を拡張 org.unitedfront2.web.controller.blog.CreateAction
すべての実装されたインタフェース:
InitializingBean, Action

@Repository(value="blog.createAction")
public class CreateAction
extends AbstractAction

ブログ作成機能のアクションクラスです。

作成者:
kurokkie

フィールドの概要
 
クラス org.springframework.webflow.action.AbstractAction から継承されたフィールド
logger
 
コンストラクタの概要
CreateAction()
           
 
メソッドの概要
protected  Event doExecute(RequestContext context)
           
 
クラス org.springframework.webflow.action.AbstractAction から継承されたメソッド
afterPropertiesSet, doPostExecute, doPreExecute, error, error, execute, getActionNameForLogging, getEventFactorySupport, initAction, no, result, result, result, result, success, success, yes
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

CreateAction

public CreateAction()
メソッドの詳細

doExecute

protected Event doExecute(RequestContext context)
                   throws Exception
定義:
クラス AbstractAction 内の doExecute
例外:
Exception


Copyright © 2007-2008 www.unitedfront2.org. All Rights Reserved.