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