Extension SDK 9.0.5

oracle.jdeveloper.palette
Class WebApplicationConfiguration

java.lang.Object
  extended byoracle.jdeveloper.palette.WebApplicationConfiguration
All Implemented Interfaces:
HtmlWizardConfiguration

public class WebApplicationConfiguration
extends java.lang.Object
implements HtmlWizardConfiguration


Constructor Summary
WebApplicationConfiguration()
           
 
Method Summary
 URLFilter getDocumentFilter()
           
 URLFilter getImageFilter()
           
 java.net.URL getRootPath(Context context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebApplicationConfiguration

public WebApplicationConfiguration()
Method Detail

getRootPath

public java.net.URL getRootPath(Context context)
Specified by:
getRootPath in interface HtmlWizardConfiguration
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()
Specified by:
getImageFilter in interface HtmlWizardConfiguration
Returns:
the URLFilter to use to retrieve images.

getDocumentFilter

public URLFilter getDocumentFilter()
Specified by:
getDocumentFilter in interface HtmlWizardConfiguration
Returns:
the URLFilter to use to retrieve documents.

Extension SDK

 

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