org.seasar.framework.container.util
クラス BindingUtil

java.lang.Object
  拡張org.seasar.framework.container.util.BindingUtil
すべての実装インタフェース:
ContainerConstants

public final class BindingUtil
extends Object
implements ContainerConstants

作成者:
higa

フィールドの概要
 
インタフェース org.seasar.framework.container.ContainerConstants から継承したフィールド
APPLICATION_SCOPE, COMPONENT_DEF_NAME, CONFIG_NAME, CONTAINER_NAME, COOKIE, HEADER, HEADER_VALUES, INIT_PARAM, NS_SEP, NS_SEP_STR, PACKAGE_SEP, PARAM, PARAM_VALUES, REQUEST_NAME, REQUEST_SCOPE, RESPONSE_NAME, SERVLET_CONTEXT_NAME, SESSION_NAME, SESSION_SCOPE
 
コンストラクタの概要
protected BindingUtil()
           
 
メソッドの概要
static BeanDesc getBeanDesc(ComponentDef componentDef, Object component)
           
static Class getComponentClass(ComponentDef componentDef, Object component)
           
static boolean isAutoBindable(Class clazz)
           
static boolean isAutoBindable(Class[] classes)
           
static boolean isAutoBindableArray(Class clazz)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

BindingUtil

protected BindingUtil()
メソッドの詳細

isAutoBindable

public static final boolean isAutoBindable(Class clazz)

isAutoBindableArray

public static final boolean isAutoBindableArray(Class clazz)

isAutoBindable

public static final boolean isAutoBindable(Class[] classes)

getBeanDesc

public static BeanDesc getBeanDesc(ComponentDef componentDef,
                                   Object component)

getComponentClass

public static Class getComponentClass(ComponentDef componentDef,
                                      Object component)


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