Jumpi v1.2.0

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.


Field Summary
 
Fields inherited from class org.jumpi.impl.AbstractDestination
connector_, controller_, props_, url_, wildcard_
 
Fields inherited from interface org.jumpi.Destination
PROTOCOL_SEPARATOR, SEPARATOR
 
Constructor Summary
DestinationImpl(java.lang.String url)
          Creates a new DestinationImpl object.
DestinationImpl(java.lang.String url, Controller controller, Connector connector, boolean wildcard)
          Creates a new DestinationImpl object.
 
Method Summary
 java.lang.String getUrl()
          Return the Destination's Url.
 
Methods inherited from class org.jumpi.impl.AbstractDestination
equals, getConnector, getController, getControllerName, getProperties, hashCode, isWildcard, matches, setProperties
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.
Method Detail

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.

Jumpi v1.2.0

Copyright © 2003, Peter Jonathan Klauser.