org.apache.jetspeed.container.namespace
Class JetspeedNamespaceMapperFactoryImpl
java.lang.Object
org.apache.jetspeed.container.namespace.JetspeedNamespaceMapperFactoryImpl
- All Implemented Interfaces:
- JetspeedNamespaceMapperFactory, org.apache.pluto.factory.Factory, org.apache.pluto.factory.NamespaceMapperFactory
public class JetspeedNamespaceMapperFactoryImpl
- extends Object
- implements JetspeedNamespaceMapperFactory
Jetspeed version of the Factory implementation for the NamespaceMapper
- Version:
- $Id: JetspeedNamespaceMapperFactoryImpl.java 516448 2007-03-09 16:25:47Z ate $
- Author:
- Ate Douma
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
namespaceMapper
private JetspeedNamespaceMapper namespaceMapper
JetspeedNamespaceMapperFactoryImpl
public JetspeedNamespaceMapperFactoryImpl()
init
public void init(javax.servlet.ServletConfig config,
Map properties)
throws Exception
- Specified by:
init
in interface org.apache.pluto.factory.Factory
- Throws:
Exception
destroy
public void destroy()
throws Exception
- Specified by:
destroy
in interface org.apache.pluto.factory.Factory
- Throws:
Exception
getNamespaceMapper
public org.apache.pluto.util.NamespaceMapper getNamespaceMapper()
- Specified by:
getNamespaceMapper
in interface org.apache.pluto.factory.NamespaceMapperFactory
getJetspeedNamespaceMapper
public JetspeedNamespaceMapper getJetspeedNamespaceMapper()
- Specified by:
getJetspeedNamespaceMapper
in interface JetspeedNamespaceMapperFactory
Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.