Skip navigation links 
 
oracle.jdeveloper.palette
Interface HtmlWizardConfiguration
- All Known Subinterfaces:
 
- HtmlWizardConfiguration2
 
- All Known Implementing Classes:
 
- WebApplicationConfiguration
 
- 
public interface HtmlWizardConfiguration
 
 
 
 
getRootPath
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
URLFilter getImageFilter()
- 
- Returns:
 
- the URLFilter to use to retrieve images.
 
 
getCSSFilter
URLFilter getCSSFilter()
- 
- Returns:
 
- the URLFilter to use to retrieve CSS files
 
 
getDocumentFilter
URLFilter getDocumentFilter()
- 
- Returns:
 
- the URLFilter to use to retrieve documents.
 
 
Skip navigation links 
 
Copyright © 1997, 2011, Oracle. All rights reserved.