org.apache.jetspeed.services.forward.configuration.impl
Class PortletImpl
java.lang.Object
org.apache.jetspeed.services.forward.configuration.impl.PortletImpl
- All Implemented Interfaces:
- Portlet, java.io.Serializable
- public class PortletImpl
- extends java.lang.Object
- implements Portlet, java.io.Serializable
Portlet Implementation for Forward
- Version:
- $Id: PortletImpl.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 |
PortletImpl
public PortletImpl()
getName
public java.lang.String getName()
- Specified by:
getName
in interface Portlet
setName
public void setName(java.lang.String name)
getId
public java.lang.String getId()
- Specified by:
getId
in interface Portlet
setId
public void setId(java.lang.String id)
getAction
public java.lang.String getAction()
- Specified by:
getAction
in interface Portlet
setAction
public void setAction(java.lang.String action)
Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.