org.wings
Class SimpleURL

java.lang.Object
  extended by org.wings.SimpleURL
All Implemented Interfaces:
Serializable, Renderable
Direct Known Subclasses:
RequestURL

public class SimpleURL
extends Object
implements Serializable, Renderable

Simple URL representation.

See Also:
Serialized Form

Field Summary
protected  String baseURL
           
 
Constructor Summary
protected SimpleURL()
           
  SimpleURL(String url)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 void write(Device d)
          Write this Renderable component to some output device.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

baseURL

protected String baseURL
Constructor Detail

SimpleURL

protected SimpleURL()

SimpleURL

public SimpleURL(String url)
Method Detail

write

public void write(Device d)
           throws IOException
Description copied from interface: Renderable
Write this Renderable component to some output device.

Specified by:
write in interface Renderable
Throws:
IOException

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object
See Also:
Object.hashCode()

toString

public String toString()
Overrides:
toString in class Object


wingS Swings ;-)