org.jboss.portal.core.impl.api.node
Class WindowURL

java.lang.Object
  extended by org.jboss.portal.core.impl.api.node.AbstractPortalNodeURL
      extended by org.jboss.portal.core.impl.api.node.WindowURL
All Implemented Interfaces:
PortalNodeURL, PortalURL

public class WindowURL
extends AbstractPortalNodeURL

Version:
$Revision: 8786 $
Author:
Julien Viet

Field Summary
 
Fields inherited from class org.jboss.portal.core.impl.api.node.AbstractPortalNodeURL
controllerContext, id, parameters, relative, urlContext, wantAuthenticated, wantSecure
 
Constructor Summary
WindowURL(PortalObjectId id, ControllerContext controllerContext)
           
 
Method Summary
 java.lang.String toString()
          Generate an URL for this node.
 
Methods inherited from class org.jboss.portal.core.impl.api.node.AbstractPortalNodeURL
getURLContext, setAuthenticated, setParameter, setParameter, setRelative, setSecure
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WindowURL

public WindowURL(PortalObjectId id,
                 ControllerContext controllerContext)
Method Detail

toString

public java.lang.String toString()
Description copied from interface: PortalURL
Generate an URL for this node.

Specified by:
toString in interface PortalURL
Overrides:
toString in class java.lang.Object
Returns:
a generated url.