org.seasar.portlet.container.deployer
Class PortletComponentDeployerProvider

java.lang.Object
  extended by org.seasar.framework.container.deployer.ComponentDeployerFactory.DefaultProvider
      extended by org.seasar.portlet.container.deployer.PortletComponentDeployerProvider
All Implemented Interfaces:
org.seasar.framework.container.deployer.ComponentDeployerFactory.Provider

public class PortletComponentDeployerProvider
extends org.seasar.framework.container.deployer.ComponentDeployerFactory.DefaultProvider

This class is ComponentDeployerFactory implementation for Portlet environment.

Author:
Shinsuke Sugaya

Constructor Summary
PortletComponentDeployerProvider()
           
 
Method Summary
 org.seasar.framework.container.ComponentDeployer createApplicationComponentDeployer(org.seasar.framework.container.ComponentDef cd)
           
 org.seasar.framework.container.ComponentDeployer createRequestComponentDeployer(org.seasar.framework.container.ComponentDef cd)
           
 org.seasar.framework.container.ComponentDeployer createSessionComponentDeployer(org.seasar.framework.container.ComponentDef cd)
           
 
Methods inherited from class org.seasar.framework.container.deployer.ComponentDeployerFactory.DefaultProvider
createDefaultComponentDeployer, createOuterComponentDeployer, createPrototypeComponentDeployer, createSingletonComponentDeployer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletComponentDeployerProvider

public PortletComponentDeployerProvider()
Method Detail

createRequestComponentDeployer

public org.seasar.framework.container.ComponentDeployer createRequestComponentDeployer(org.seasar.framework.container.ComponentDef cd)
Specified by:
createRequestComponentDeployer in interface org.seasar.framework.container.deployer.ComponentDeployerFactory.Provider
Overrides:
createRequestComponentDeployer in class org.seasar.framework.container.deployer.ComponentDeployerFactory.DefaultProvider

createSessionComponentDeployer

public org.seasar.framework.container.ComponentDeployer createSessionComponentDeployer(org.seasar.framework.container.ComponentDef cd)
Specified by:
createSessionComponentDeployer in interface org.seasar.framework.container.deployer.ComponentDeployerFactory.Provider
Overrides:
createSessionComponentDeployer in class org.seasar.framework.container.deployer.ComponentDeployerFactory.DefaultProvider

createApplicationComponentDeployer

public org.seasar.framework.container.ComponentDeployer createApplicationComponentDeployer(org.seasar.framework.container.ComponentDef cd)
Specified by:
createApplicationComponentDeployer in interface org.seasar.framework.container.deployer.ComponentDeployerFactory.Provider
Overrides:
createApplicationComponentDeployer in class org.seasar.framework.container.deployer.ComponentDeployerFactory.DefaultProvider


Copyright 2006 null. All Rights Reserved.