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 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

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

Field Detail

namespaceMapper

private JetspeedNamespaceMapper namespaceMapper
Constructor Detail

JetspeedNamespaceMapperFactoryImpl

public JetspeedNamespaceMapperFactoryImpl()
Method Detail

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.