org.apache.tapestry.services.impl
Class AbstractSetupApplicationGlobals

java.lang.Object
  extended by org.apache.tapestry.services.impl.AbstractSetupApplicationGlobals
Direct Known Subclasses:
SetupPortletApplicationGlobals, SetupServletApplicationGlobals

public class AbstractSetupApplicationGlobals
extends Object

Base class for settting up services and configurations inside tapestry.globals.ApplicationGlobals.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
AbstractSetupApplicationGlobals()
           
 
Method Summary
protected  void initialize(String mode)
           
 void setFactoryServices(List factoryServices)
           
 void setGlobals(ApplicationGlobals globals)
           
 void setInfrastructure(Infrastructure infrastructure)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractSetupApplicationGlobals

public AbstractSetupApplicationGlobals()
Method Detail

initialize

protected void initialize(String mode)

setGlobals

public void setGlobals(ApplicationGlobals globals)

setFactoryServices

public void setFactoryServices(List factoryServices)

setInfrastructure

public void setInfrastructure(Infrastructure infrastructure)


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.