com.jdon.container.finder
类 ContainerFinderImp

java.lang.Object
  继承者 com.jdon.container.finder.ContainerFinderImp
所有已实现的接口:
ContainerFinder

public class ContainerFinderImp
extends Object
implements ContainerFinder

Container lookup from outside the container.


构造方法摘要
ContainerFinderImp()
           
 
方法摘要
 ContainerWrapper findContainer(AppContextWrapper sc)
          lazy startup container when first time the method is called, it will startup the container
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ContainerFinderImp

public ContainerFinderImp()
方法详细信息

findContainer

public ContainerWrapper findContainer(AppContextWrapper sc)
lazy startup container when first time the method is called, it will startup the container

指定者:
接口 ContainerFinder 中的 findContainer
参数:
sc - ServletContext
返回:
ContainerWrapper
抛出:
Exception


Copyright © 2013. All Rights Reserved.