org.jumpi.impl
Class DestinationImpl
java.lang.Object
|
+--org.jumpi.impl.AbstractDestination
|
+--org.jumpi.impl.DestinationImpl
- All Implemented Interfaces:
- Destination, Destination
- public class DestinationImpl
- extends AbstractDestination
A String Url based Destination implementation.
Method Summary |
java.lang.String |
getUrl()
Return the Destination's Url. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
DestinationImpl
public DestinationImpl(java.lang.String url)
- Creates a new DestinationImpl object.
- Parameters:
url
- the Url.
DestinationImpl
public DestinationImpl(java.lang.String url,
Controller controller,
Connector connector,
boolean wildcard)
- Creates a new DestinationImpl object.
- Parameters:
url
- the Url.controller
- the Controller.connector
- the Connector.wildcard
- whether the Destination is a wildcard Destination.
getUrl
public java.lang.String getUrl()
- Return the Destination's Url.
- Specified by:
getUrl
in interface Destination
- Specified by:
getUrl
in class AbstractDestination
- Returns:
- the Destination's Url.
Copyright © 2003, Peter Jonathan Klauser.