org.wings
Class SimpleURL
java.lang.Object
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
baseURL
protected String baseURL
SimpleURL
protected SimpleURL()
SimpleURL
public SimpleURL(String url)
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 ;-)