org.jboss.portlet.content
Class ContentTypeRegistration

java.lang.Object
  extended by org.jboss.portlet.content.ContentTypeRegistration

public class ContentTypeRegistration
extends java.lang.Object

Provide registration of a content type with a portlet instance. This listener can be used in war files to register content driven portlet.

Version:
$Revision: 1.1 $
Author:
Julien Viet, Thomas Heute

Constructor Summary
ContentTypeRegistration()
           
 
Method Summary
 void contextDestroyed(ServletContextEvent event)
           
 void contextInitialized(ServletContextEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentTypeRegistration

public ContentTypeRegistration()
Method Detail

contextInitialized

public void contextInitialized(ServletContextEvent event)

contextDestroyed

public void contextDestroyed(ServletContextEvent event)