Extension SDK 10.1.2


oracle.jdeveloper.palette
Interface HtmlWizardConfiguration

All Known Implementing Classes:
WebApplicationConfiguration

public interface HtmlWizardConfiguration

Method Summary
 URLFilter getDocumentFilter()
           
 URLFilter getImageFilter()
           
 java.net.URL getRootPath(Context context)
           

 

Method Detail

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.

Extension SDK


Copyright © 1997, 2004, Oracle. All rights reserved.