jp.maru.liquid.core.plugins.http
インタフェース ActionProxy


public interface ActionProxy

アクション関連の処理を中継

バージョン:
1.0
作成者:
Kohji Tsujita

メソッドの概要
 java.lang.String execute()
          アクションの実行を行う
 java.lang.Object getAction()
          このActionProxyが参照しているアクションを返す
 ActionInvocation getInvocation()
          関連付けられているActionInvocagionを返す
 java.lang.String getMethod()
          呼び出されるメソッド名を返す
 

メソッドの詳細

execute

java.lang.String execute()
アクションの実行を行う

戻り値:
リターンコード

getAction

java.lang.Object getAction()
このActionProxyが参照しているアクションを返す

戻り値:
アクション

getMethod

java.lang.String getMethod()
呼び出されるメソッド名を返す

戻り値:
メソッド名

getInvocation

ActionInvocation getInvocation()
関連付けられているActionInvocagionを返す

戻り値:
ActionInvocation