org.apache.pluto.driver.url
Class PortalURLParameter
java.lang.Object
org.apache.pluto.driver.url.PortalURLParameter
public class PortalURLParameter
- extends Object
The portal URL parameter.
- Since:
- Sep 30, 2004
- Version:
- 1.0
- Author:
- David H. DeWolf, ZHENG Zhong
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortalURLParameter
public PortalURLParameter(String window,
String name,
String value)
PortalURLParameter
public PortalURLParameter(String window,
String name,
String[] values)
getName
public String getName()
setName
public void setName(String name)
getValues
public String[] getValues()
setValues
public void setValues(String[] values)
getWindowId
public String getWindowId()
Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.