This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.jetspeed.container.namespace
Class JetspeedNamespaceMapperFactoryImpl
java.lang.Object
   org.apache.jetspeed.container.namespace.JetspeedNamespaceMapperFactoryImpl
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:
- initin interface- org.apache.pluto.factory.Factory
 
- 
- Throws:
- Exception
 
destroy
public void destroy()
             throws Exception
- 
- Specified by:
- destroyin interface- org.apache.pluto.factory.Factory
 
- 
- Throws:
- Exception
 
getNamespaceMapper
public org.apache.pluto.util.NamespaceMapper getNamespaceMapper()
- 
- Specified by:
- getNamespaceMapperin interface- org.apache.pluto.factory.NamespaceMapperFactory
 
- 
 
getJetspeedNamespaceMapper
public JetspeedNamespaceMapper getJetspeedNamespaceMapper()
- 
- Specified by:
- getJetspeedNamespaceMapperin interface- JetspeedNamespaceMapperFactory
 
- 
 
Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.