org.seasar.portlet.container.impl
Class PortletRequestComponentDef

java.lang.Object
  extended by org.seasar.framework.container.impl.SimpleComponentDef
      extended by org.seasar.portlet.container.impl.PortletRequestComponentDef
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 PortletRequestComponentDef
extends org.seasar.framework.container.impl.SimpleComponentDef

This class is SimpleComponentDef implementation for PortletRequest.

Author:
Shinsuke Sugaya

Constructor Summary
PortletRequestComponentDef()
           
 
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

PortletRequestComponentDef

public PortletRequestComponentDef()
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.