net.sf.jportlet.portlet.descriptor
Class ApplicationDescriptor

java.lang.Object
  |
  +--net.sf.jportlet.portlet.descriptor.ApplicationDescriptor

public class ApplicationDescriptor
extends java.lang.Object

The ApplicationDescriptor describes the portlet application

Author:
Herve Tchepannou

Constructor Summary
ApplicationDescriptor()
           
 
Method Summary
 void addContextParameter(java.lang.String name, java.lang.String value)
           
 void addPortletDescriptor(net.sf.jportlet.portlet.descriptor.PortletDescriptor descriptor)
           
 java.lang.String getContextParameter(java.lang.String name)
           
 java.util.Enumeration getContextParameterNames()
           
 java.lang.String getName()
           
 net.sf.jportlet.portlet.descriptor.PortletDescriptor getPortletDescriptor(java.lang.String name)
           
 java.util.Collection getPortletDescriptors()
           
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationDescriptor

public ApplicationDescriptor()
Method Detail

addContextParameter

public void addContextParameter(java.lang.String name,
                                java.lang.String value)

getContextParameter

public java.lang.String getContextParameter(java.lang.String name)

getContextParameterNames

public java.util.Enumeration getContextParameterNames()

addPortletDescriptor

public void addPortletDescriptor(net.sf.jportlet.portlet.descriptor.PortletDescriptor descriptor)
                          throws PortletException
PortletException

getName

public java.lang.String getName()

getPortletDescriptors

public java.util.Collection getPortletDescriptors()

getPortletDescriptor

public net.sf.jportlet.portlet.descriptor.PortletDescriptor getPortletDescriptor(java.lang.String name)

setName

public void setName(java.lang.String name)


Copyright © 2002 Herve Tchepannou. All Rights Reserved.