com.mf.roundhouse.portal.util
Class PortletAppConfiguration

java.lang.Object
  extended bycom.mf.roundhouse.portal.util.PortletAppConfiguration

public class PortletAppConfiguration
extends java.lang.Object

Models information found in the portlet.xml file.


Constructor Summary
PortletAppConfiguration()
           
 
Method Summary
 void addCustomPortletMode(CustomPortletMode mode)
           
 void addCustomWindowState(CustomWindowState state)
           
 void addPortletDefinition(PortletDefinition portlet)
           
 void addSecurityConstraint(SecurityConstraint constraint)
           
 void addUserAttribute(UserAttribute attr)
           
 java.util.Collection getCustomPortletModes()
           
 java.util.Collection getCustomWindowStates()
           
 java.util.Collection getPortlets()
           
 java.util.Collection getSecurityConstraints()
           
 java.util.Collection getUserAttributes()
           
 void setCustomPortletModes(java.util.Collection collection)
           
 void setCustomWindowStates(java.util.Collection collection)
           
 void setPortlets(java.util.Collection collection)
           
 void setSecurityConstraints(java.util.Collection collection)
           
 void setUserAttributes(java.util.Collection collection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletAppConfiguration

public PortletAppConfiguration()
Method Detail

getPortlets

public java.util.Collection getPortlets()
Returns:

setPortlets

public void setPortlets(java.util.Collection collection)
Parameters:
collection -

addPortletDefinition

public void addPortletDefinition(PortletDefinition portlet)

addCustomPortletMode

public void addCustomPortletMode(CustomPortletMode mode)

addCustomWindowState

public void addCustomWindowState(CustomWindowState state)

addUserAttribute

public void addUserAttribute(UserAttribute attr)

addSecurityConstraint

public void addSecurityConstraint(SecurityConstraint constraint)

getCustomPortletModes

public java.util.Collection getCustomPortletModes()
Returns:

getCustomWindowStates

public java.util.Collection getCustomWindowStates()
Returns:

getSecurityConstraints

public java.util.Collection getSecurityConstraints()
Returns:

getUserAttributes

public java.util.Collection getUserAttributes()
Returns:

setCustomPortletModes

public void setCustomPortletModes(java.util.Collection collection)
Parameters:
collection -

setCustomWindowStates

public void setCustomWindowStates(java.util.Collection collection)
Parameters:
collection -

setSecurityConstraints

public void setSecurityConstraints(java.util.Collection collection)
Parameters:
collection -

setUserAttributes

public void setUserAttributes(java.util.Collection collection)
Parameters:
collection -


Copyright © 2004 Media Fortress, LLC. Licensed for commercial use under the Apache 2.0 License.