クラス
org.seasar.framework.container.impl.SimpleComponentDef の使用

SimpleComponentDef を使用しているパッケージ
org.seasar.framework.container.external Servletなどの外部環境にアクセスする機能を提供します。 
org.seasar.framework.container.external.portlet Portlet環境にアクセスする機能を提供します。 
org.seasar.framework.container.external.servlet Servlet環境にアクセスする機能を提供します。 
org.seasar.framework.container.impl S2Containerの実装を提供します。 
 

org.seasar.framework.container.external での SimpleComponentDef の使用
 

org.seasar.framework.container.external での SimpleComponentDef のサブクラス
 class ApplicationComponentDef
          application用の ComponentDefです。
 class ApplicationMapComponentDef
          applicationスコープ用の ComponentDefです。
 class InitParameterMapComponentDef
          InitParameter用の ComponentDefです。
 class RequestComponentDef
          Request用の ComponentDefです。
 class RequestHeaderMapComponentDef
          RequestHeader用の ComponentDefです。
 class RequestHeaderValuesMapComponentDef
          RequestHeaderValues用の ComponentDefです。
 class RequestMapComponentDef
          requestスコープ用の ComponentDefです。
 class RequestParameterMapComponentDef
          RequestParameter用の ComponentDefです。
 class RequestParameterValuesMapComponentDef
          RequestParameterValues用の ComponentDefです。
 class SessionMapComponentDef
          sessionスコープ用の ComponentDefです。
 

org.seasar.framework.container.external.portlet での SimpleComponentDef の使用
 

org.seasar.framework.container.external.portlet での SimpleComponentDef のサブクラス
 class PortletConfigComponentDef
          This class is SimpleComponentDef implementation for PortletConfig.
 class PortletContextComponentDef
          This class is SimpleComponentDef implementation for PortletContext.
 class PortletRequestComponentDef
          This class is SimpleComponentDef implementation for PortletRequest.
 class PortletResponseComponentDef
          This class is SimpleComponentDef implementation for PortletResponse.
 class PortletSessionComponentDef
          This class is SimpleComponentDef implementation for PortletSession.
 

org.seasar.framework.container.external.servlet での SimpleComponentDef の使用
 

org.seasar.framework.container.external.servlet での SimpleComponentDef のサブクラス
 class CookieMapComponentDef
          CookieMap用の ComponentDefです。
 class HttpServletRequestComponentDef
          HttpServletRequest用の ComponentDefです。
 class HttpServletResponseComponentDef
          HttpServletResponse用の ComponentDefです。
 class HttpSessionComponentDef
          HttpSession用の ComponentDefです。
 class ServletContextComponentDef
          ServletContext用の ComponentDefです。
 

org.seasar.framework.container.impl での SimpleComponentDef の使用
 

org.seasar.framework.container.impl での SimpleComponentDef のサブクラス
 class S2ContainerComponentDef
          S2Container用の ComponentDefです。
 class TooManyRegistrationComponentDefImpl
          1つのキーに複数のコンポーネントが登録されるときの ComponentDefです。
 



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