Class URILocationImpl

java.lang.Object
org.exolab.adaptx.net.URILocation
org.exolab.adaptx.net.impl.URILocationImpl

public final class URILocationImpl extends URILocation
An implementation of URILocation
Author:
Keith Visco
  • Constructor Details

    • URILocationImpl

      public URILocationImpl(String href)
      Creates a new URILocationImpl
    • URILocationImpl

      public URILocationImpl(String href, String documentBase)
      Creates a new URILocationImpl
    • URILocationImpl

      public URILocationImpl(Reader reader, String href)
      Creates a new URILocationImpl
    • URILocationImpl

      public URILocationImpl(InputStream is, String href)
      Creates a new URILocationImpl
  • Method Details