oracle.jdeveloper.palette
Interface HtmlWizardConfiguration
- All Known Implementing Classes:
- WebApplicationConfiguration
- public interface HtmlWizardConfiguration
getRootPath
public java.net.URL getRootPath(Context context)
- Returns:
- the root path for this type of html document. An example
would be the Document Root URL of a web application.
getImageFilter
public URLFilter getImageFilter()
- Returns:
- the URLFilter to use to retrieve images.
getDocumentFilter
public URLFilter getDocumentFilter()
- Returns:
- the URLFilter to use to retrieve documents.
Copyright © 1997, 2004, Oracle. All rights reserved.