org.seasar.extension.component.impl
クラス ComponentInvokerCreator

java.lang.Object
  拡張org.seasar.extension.component.impl.ComponentInvokerCreator
すべての実装インタフェース:
org.seasar.framework.container.ComponentCreator

public class ComponentInvokerCreator
extends Object
implements org.seasar.framework.container.ComponentCreator

作成者:
koichik

フィールドの概要
protected static String COMPONENT_INVOKER_CLASS_NAME
           
protected static String COMPONENT_INVOKER_INTERFACE_NAME
           
protected  String componentInvokerName
           
 
コンストラクタの概要
ComponentInvokerCreator()
           
 
メソッドの概要
 org.seasar.framework.container.ComponentDef createComponentDef(Class clazz)
           
 org.seasar.framework.container.ComponentDef createComponentDef(String componentName)
           
 void setComponentInvokerName(String componentInvokerName)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

COMPONENT_INVOKER_INTERFACE_NAME

protected static final String COMPONENT_INVOKER_INTERFACE_NAME
関連項目:
定数フィールド値

COMPONENT_INVOKER_CLASS_NAME

protected static final String COMPONENT_INVOKER_CLASS_NAME
関連項目:
定数フィールド値

componentInvokerName

protected String componentInvokerName
コンストラクタの詳細

ComponentInvokerCreator

public ComponentInvokerCreator()
メソッドの詳細

setComponentInvokerName

public void setComponentInvokerName(String componentInvokerName)

createComponentDef

public org.seasar.framework.container.ComponentDef createComponentDef(Class clazz)
定義:
インタフェース org.seasar.framework.container.ComponentCreator 内の createComponentDef

createComponentDef

public org.seasar.framework.container.ComponentDef createComponentDef(String componentName)
定義:
インタフェース org.seasar.framework.container.ComponentCreator 内の createComponentDef


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