org.seasar.cubby.examples.s2.action
クラス HelloAction

java.lang.Object
  上位を拡張 org.seasar.cubby.examples.s2.action.HelloAction

public class HelloAction
extends Object


フィールドの概要
 ActionContext actionContext
           
 HelloService helloService
           
 String message
           
 String name
           
 ValidationRules validation
           
 
コンストラクタの概要
HelloAction()
           
 
メソッドの概要
 ActionResult back()
           
 ActionResult index()
           
 ActionResult message()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

validation

public ValidationRules validation

actionContext

public ActionContext actionContext

helloService

public HelloService helloService

name

public String name

message

public String message
コンストラクタの詳細

HelloAction

public HelloAction()
メソッドの詳細

index

public ActionResult index()

message

public ActionResult message()

back

public ActionResult back()


Copyright © 2006-2010 The Seasar Foundation. All Rights Reserved.