站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.2.0 patch1 API 英文版文档

JavaBeanInterceptor (JBoss Seam API Documentation) - JBoss Seam 1.2.0 patch1 API 英文版文档


org.jboss.seam.intercept
Class JavaBeanInterceptor

java.lang.Object
  extended by org.jboss.seam.intercept.RootInterceptor
      extended by org.jboss.seam.intercept.JavaBeanInterceptor
All Implemented Interfaces:
Serializable, net.sf.cglib.proxy.Callback, net.sf.cglib.proxy.MethodInterceptor

public class JavaBeanInterceptor
extends RootInterceptor
implements net.sf.cglib.proxy.MethodInterceptor

Controller interceptor for JavaBean components

Author:
Gavin King
See Also:
Serialized Form

Constructor Summary
JavaBeanInterceptor(Object bean, Component component)
           
 
Method Summary
 Object intercept(Object proxy, Method method, Object[] params, net.sf.cglib.proxy.MethodProxy methodProxy)
           
 void postConstruct()
           
 
Methods inherited from class org.jboss.seam.intercept.RootInterceptor
getComponent, getComponentName, init, initNonSeamComponent, invoke, invokeAndHandle, isSeamComponent, postConstruct
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaBeanInterceptor

public JavaBeanInterceptor(Object bean,
                           Component component)
Method Detail

intercept

public Object intercept(Object proxy,
                        Method method,
                        Object[] params,
                        net.sf.cglib.proxy.MethodProxy methodProxy)
                 throws Throwable
Specified by:
intercept in interface net.sf.cglib.proxy.MethodInterceptor
Throws:
Throwable

postConstruct

public void postConstruct()