org.seasar.tuigwaa.logic.interceptor
クラス PageViewInterceptorImpl

java.lang.Object
  拡張org.seasar.tuigwaa.logic.interceptor.PageViewInterceptorImpl
すべての実装インタフェース:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor, PageViewInterceptor

public class PageViewInterceptorImpl
extends Object
implements PageViewInterceptor, org.aopalliance.intercept.MethodInterceptor


コンストラクタの概要
PageViewInterceptorImpl()
           
 
メソッドの概要
 void deregisterAction(String siteName, String pageName, String logicName)
           
 Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
           
 void registerAction(String siteName, String pageName, String logicName, TgwFunction tfunction)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PageViewInterceptorImpl

public PageViewInterceptorImpl()
メソッドの詳細

deregisterAction

public void deregisterAction(String siteName,
                             String pageName,
                             String logicName)
定義:
インタフェース PageViewInterceptor 内の deregisterAction

registerAction

public void registerAction(String siteName,
                           String pageName,
                           String logicName,
                           TgwFunction tfunction)
定義:
インタフェース PageViewInterceptor 内の registerAction

invoke

public Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
              throws Throwable
定義:
インタフェース org.aopalliance.intercept.MethodInterceptor 内の invoke
例外:
Throwable


Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.