类 BaseContextListFactoryBean

  • 所有已实现的接口:
    org.springframework.beans.factory.FactoryBean<java.util.List<java.lang.String>>

    public class BaseContextListFactoryBean
    extends java.lang.Object
    implements org.springframework.beans.factory.FactoryBean<java.util.List<java.lang.String>>
    A simple factory bean that consolidates the list of locations to look for the base context for the JSR-352 functionality
    从以下版本开始:
    3.0.3
    作者:
    Michael Minella
    • 方法详细资料

      • getObject

        public java.util.List<java.lang.String> getObject()
                                                   throws java.lang.Exception
        指定者:
        getObject 在接口中 org.springframework.beans.factory.FactoryBean<java.util.List<java.lang.String>>
        抛出:
        java.lang.Exception
      • getObjectType

        public java.lang.Class<?> getObjectType()
        指定者:
        getObjectType 在接口中 org.springframework.beans.factory.FactoryBean<java.util.List<java.lang.String>>
      • isSingleton

        public boolean isSingleton()
        指定者:
        isSingleton 在接口中 org.springframework.beans.factory.FactoryBean<java.util.List<java.lang.String>>