org.apache.tapestry.services.impl
Class ApplicationSpecificationInitializer
java.lang.Object
org.apache.tapestry.services.impl.ApplicationSpecificationInitializer
- All Implemented Interfaces:
- ApplicationInitializer
public class ApplicationSpecificationInitializer
- extends Object
- implements ApplicationInitializer
Locates the application specification and informs the servlet service about it.
- Since:
- 4.0
- Author:
- Howard Lewis Ship
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
APP_SPEC_PATH_PARAM
public static final String APP_SPEC_PATH_PARAM
- See Also:
- Constant Field Values
ApplicationSpecificationInitializer
public ApplicationSpecificationInitializer()
initialize
public void initialize(HttpServlet servlet)
- Specified by:
initialize
in interface ApplicationInitializer
setClasspathResourceFactory
public void setClasspathResourceFactory(ClasspathResourceFactory factory)
setLog
public void setLog(Log log)
setGlobals
public void setGlobals(ApplicationGlobals globals)
setParser
public void setParser(ISpecificationParser parser)
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.