org.jasig.portal.container.factory
Class ObjectIDFactoryImpl
java.lang.Object
org.jasig.portal.container.factory.ObjectIDFactoryImpl
- All Implemented Interfaces:
- org.apache.pluto.factory.Factory, org.apache.pluto.factory.ObjectIDFactory
- public class ObjectIDFactoryImpl
- extends java.lang.Object
- implements org.apache.pluto.factory.ObjectIDFactory
Implementation of Apache Pluto ObjectIDFactory.
- Version:
- $Revision: 1.1 $
- Author:
- Ken Weiner, kweiner@unicon.net
Method Summary |
org.apache.pluto.om.common.ObjectID |
createObjectID(java.lang.String portletGUID)
|
void |
destroy()
|
void |
init(javax.servlet.ServletConfig config,
java.util.Map properties)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectIDFactoryImpl
public ObjectIDFactoryImpl()
createObjectID
public org.apache.pluto.om.common.ObjectID createObjectID(java.lang.String portletGUID)
- Specified by:
createObjectID
in interface org.apache.pluto.factory.ObjectIDFactory
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