org.seasar.framework.container.external.portlet
クラス PortletRequestComponentDef

java.lang.Object
  拡張org.seasar.framework.container.impl.SimpleComponentDef
      拡張org.seasar.framework.container.external.portlet.PortletRequestComponentDef
すべての実装インタフェース:
ArgDefAware, AspectDefAware, ComponentDef, DestroyMethodDefAware, InitMethodDefAware, InterTypeDefAware, MetaDefAware, PropertyDefAware

public class PortletRequestComponentDef
extends SimpleComponentDef

This class is SimpleComponentDef implementation for PortletRequest.

作成者:
Shinsuke Sugaya

コンストラクタの概要
PortletRequestComponentDef()
          PortletRequestComponentDefを作成します。
 
メソッドの概要
 java.lang.Object getComponent()
          定義に基づいてコンポーネントを返します。
 
クラス org.seasar.framework.container.impl.SimpleComponentDef から継承したメソッド
addArgDef, addAspectDef, addAspectDef, addDestroyMethodDef, addInitMethodDef, addInterTypeDef, addMetaDef, addPropertyDef, destroy, getArgDef, getArgDefSize, getAspectDef, getAspectDefSize, getAutoBindingDef, getComponentClass, getComponentName, getConcreteClass, getContainer, getDestroyMethodDef, getDestroyMethodDefSize, getExpression, getInitMethodDef, getInitMethodDefSize, getInstanceDef, getInterTypeDef, getInterTypeDefSize, getMetaDef, getMetaDef, getMetaDefs, getMetaDefSize, getPropertyDef, getPropertyDef, getPropertyDefSize, hasPropertyDef, init, injectDependency, isExternalBinding, setAutoBindingDef, setComponentName, setContainer, setExpression, setExternalBinding, setInstanceDef
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PortletRequestComponentDef

public PortletRequestComponentDef()
PortletRequestComponentDefを作成します。

メソッドの詳細

getComponent

public java.lang.Object getComponent()
インタフェース ComponentDef の記述:
定義に基づいてコンポーネントを返します。

定義:
インタフェース ComponentDef 内の getComponent
オーバーライド:
クラス SimpleComponentDef 内の getComponent
関連項目:
ComponentDef.getComponent()


Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.