org.seasar.portlet.container.impl
Class PortletResponseComponentDef

java.lang.Object
  extended by org.seasar.framework.container.impl.SimpleComponentDef
      extended by org.seasar.portlet.container.impl.PortletResponseComponentDef
All Implemented Interfaces:
org.seasar.framework.container.ArgDefAware, org.seasar.framework.container.AspectDefAware, org.seasar.framework.container.ComponentDef, org.seasar.framework.container.DestroyMethodDefAware, org.seasar.framework.container.InitMethodDefAware, org.seasar.framework.container.InterTypeDefAware, org.seasar.framework.container.MetaDefAware, org.seasar.framework.container.PropertyDefAware

public class PortletResponseComponentDef
extends org.seasar.framework.container.impl.SimpleComponentDef

This class is SimpleComponentDef implementation for PortletResponse.

Author:
Shinsuke Sugaya

Constructor Summary
PortletResponseComponentDef()
           
 
Method Summary
 java.lang.Object getComponent()
           
 
Methods inherited from class org.seasar.framework.container.impl.SimpleComponentDef
addArgDef, addAspectDef, addDestroyMethodDef, addInitMethodDef, addInterTypeDef, addMetaDef, addPropertyDef, destroy, getArgDef, getArgDefSize, getAspectDef, getAspectDefSize, getAutoBindingDef, getComponentClass, getComponentName, getConcreteClass, getContainer, getDestroyMethodDef, getDestroyMethodDefSize, getExpression, getHotswap, getInitMethodDef, getInitMethodDefSize, getInstanceDef, getInterTypeDef, getInterTypeDefSize, getMetaDef, getMetaDef, getMetaDefs, getMetaDefSize, getPropertyDef, getPropertyDef, getPropertyDefSize, hasPropertyDef, init, injectDependency, setAutoBindingDef, setComponentName, setContainer, setExpression, setInstanceDef
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletResponseComponentDef

public PortletResponseComponentDef()
Method Detail

getComponent

public java.lang.Object getComponent()
Specified by:
getComponent in interface org.seasar.framework.container.ComponentDef
Overrides:
getComponent in class org.seasar.framework.container.impl.SimpleComponentDef
See Also:
ComponentDef.getComponent()


Copyright 2006 null. All Rights Reserved.