org.apache.jetspeed.services.forward.configuration.impl
Class ForwardsConfigurationImpl

java.lang.Object
  extended byorg.apache.jetspeed.services.forward.configuration.impl.ForwardsConfigurationImpl
All Implemented Interfaces:
ForwardsConfiguration, java.io.Serializable

public class ForwardsConfigurationImpl
extends java.lang.Object
implements ForwardsConfiguration, java.io.Serializable

Forwards Configuration Implementation

Version:
$Id: ForwardsConfigurationImpl.java,v 1.2 2004/02/23 03:50:10 jford Exp $
Author:
David Sean Taylor
See Also:
Serialized Form

Field Summary
protected  java.util.Collection forwards
           
protected  java.util.Collection portletForwards
           
 
Constructor Summary
ForwardsConfigurationImpl()
           
 
Method Summary
 java.util.Collection getForwards()
           
 int getForwardsCount()
           
 java.util.Collection getPortletForwards()
           
 int getPortletForwardsCount()
           
 void setForwards(java.util.Collection forwards)
           
 void setPortletForwards(java.util.Collection portletForwards)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

forwards

protected java.util.Collection forwards

portletForwards

protected java.util.Collection portletForwards
Constructor Detail

ForwardsConfigurationImpl

public ForwardsConfigurationImpl()
Method Detail

getForwardsCount

public int getForwardsCount()

setForwards

public void setForwards(java.util.Collection forwards)

getForwards

public java.util.Collection getForwards()
Specified by:
getForwards in interface ForwardsConfiguration

getPortletForwardsCount

public int getPortletForwardsCount()

setPortletForwards

public void setPortletForwards(java.util.Collection portletForwards)

getPortletForwards

public java.util.Collection getPortletForwards()
Specified by:
getPortletForwards in interface ForwardsConfiguration


Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.