Package com.adobe.agl.impl
Class URLHandler
- java.lang.Object
-
- com.adobe.agl.impl.URLHandler
-
public abstract class URLHandler extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
URLHandler.URLVisitor
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PROPNAME
-
Constructor Summary
Constructors Constructor Description URLHandler()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static URLHandler
get(java.net.URL url)
void
guide(URLHandler.URLVisitor visitor, boolean recurse)
abstract void
guide(URLHandler.URLVisitor visitor, boolean recurse, boolean strip)
-
-
-
Field Detail
-
PROPNAME
public static final java.lang.String PROPNAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
get
public static URLHandler get(java.net.URL url)
-
guide
public void guide(URLHandler.URLVisitor visitor, boolean recurse)
-
guide
public abstract void guide(URLHandler.URLVisitor visitor, boolean recurse, boolean strip)
-
-