org.apache.jetspeed.services.forward.configuration.impl
Class ForwardsConfigurationImpl
java.lang.Object
org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
forwards
protected java.util.Collection forwards
portletForwards
protected java.util.Collection portletForwards
ForwardsConfigurationImpl
public ForwardsConfigurationImpl()
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.