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 java.lang.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 |
JetspeedNamespaceMapperFactoryImpl
public JetspeedNamespaceMapperFactoryImpl()
init
public void init(javax.servlet.ServletConfig config,
java.util.Map properties)
throws java.lang.Exception
- Specified by:
init
in interface org.apache.pluto.factory.Factory
- Throws:
java.lang.Exception
destroy
public void destroy()
throws java.lang.Exception
- Specified by:
destroy
in interface org.apache.pluto.factory.Factory
- Throws:
java.lang.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-2009 Apache Software Foundation. All Rights Reserved.