org.apache.jetspeed.container.namespace
Class JetspeedNamespaceMapperFactoryImpl

java.lang.Object
  extended by 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

Constructor Summary
JetspeedNamespaceMapperFactoryImpl()
           
 
Method Summary
 void destroy()
           
 JetspeedNamespaceMapper getJetspeedNamespaceMapper()
           
 org.apache.pluto.util.NamespaceMapper getNamespaceMapper()
           
 void init(javax.servlet.ServletConfig config, java.util.Map properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JetspeedNamespaceMapperFactoryImpl

public JetspeedNamespaceMapperFactoryImpl()
Method Detail

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-2010 Apache Software Foundation. All Rights Reserved.