Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

oracle.jdeveloper.palette
Class WebApplicationConfiguration

java.lang.Object
  extended by oracle.jdeveloper.palette.WebApplicationConfiguration
All Implemented Interfaces:
HtmlWizardConfiguration, HtmlWizardConfiguration2

public class WebApplicationConfiguration
extends java.lang.Object
implements HtmlWizardConfiguration2


Constructor Summary
WebApplicationConfiguration()
           
 
Method Summary
 java.lang.String getContentSetKey()
           
 URLFilter getCSSFilter()
           
 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.

getCSSFilter

public URLFilter getCSSFilter()
Specified by:
getCSSFilter in interface HtmlWizardConfiguration
Returns:
the URLFilter to use to retrieve CSS files

getDocumentFilter

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

getContentSetKey

public java.lang.String getContentSetKey()
Specified by:
getContentSetKey in interface HtmlWizardConfiguration2

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

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