|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pluto.util.impl.NamespaceMapperFactoryImpl
public class NamespaceMapperFactoryImpl
Constructor Summary | |
---|---|
NamespaceMapperFactoryImpl()
|
Method Summary | |
---|---|
void |
destroy()
Destroys the factory. |
NamespaceMapper |
getNamespaceMapper()
|
void |
init(javax.servlet.ServletConfig config,
java.util.Map properties)
Initializes the factory using the servlet configuration and the factory properties. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NamespaceMapperFactoryImpl()
Method Detail |
---|
public void init(javax.servlet.ServletConfig config, java.util.Map properties) throws java.lang.Exception
Factory
init
in interface Factory
config
- the servlet configurationproperties
- the factory properties
java.lang.Exception
- if the initialization failspublic void destroy() throws java.lang.Exception
Factory
destroy
in interface Factory
java.lang.Exception
- if the destruction failspublic NamespaceMapper getNamespaceMapper()
getNamespaceMapper
in interface NamespaceMapperFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |