This project has retired. For details please refer to its
Attic page.
ParameterPresentationStyleFactory (Jetspeed 1 Enterprise Portal 1.6 API)
org.apache.jetspeed.modules.parameters
Class ParameterPresentationStyleFactory
java.lang.Object
org.apache.turbine.services.assemblerbroker.util.java.JavaBaseFactory
org.apache.jetspeed.modules.parameters.ParameterPresentationStyleFactory
- All Implemented Interfaces:
- org.apache.turbine.services.assemblerbroker.util.AssemblerFactory
- public class ParameterPresentationStyleFactory
- extends org.apache.turbine.services.assemblerbroker.util.java.JavaBaseFactory
A parameter presentation method factory factory that attempts to load a java class from
the module packages defined in the TurbineResource.properties.
- Version:
- $Id: ParameterPresentationStyleFactory.java,v 1.2 2004/02/23 03:01:20 jford Exp $
- Author:
- Mark Orciuch
|
Method Summary |
org.apache.turbine.modules.Assembler |
getAssembler(java.lang.String name)
Retrieve named assembler instance |
| Methods inherited from class org.apache.turbine.services.assemblerbroker.util.java.JavaBaseFactory |
getAssembler |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParameterPresentationStyleFactory
public ParameterPresentationStyleFactory()
getAssembler
public org.apache.turbine.modules.Assembler getAssembler(java.lang.String name)
- Retrieve named assembler instance
- Parameters:
name - assembler name
- Returns:
- assembler instance
Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.