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

E13403-03

oracle.jdeveloper.jsp
Class JspWizardNewFilePanelMediator

java.lang.Object
  extended by oracle.jdeveloper.jsp.JspWizardNewFilePanelMediator

public abstract class JspWizardNewFilePanelMediator
extends java.lang.Object

A mediator between a JspWizardNewFilePanelExtension and the JspWizardNewFilePanel


Field Summary
static int JSP_DOCUMENT_ONLY
           
static int JSP_PAGE_AND_DOCUMENT
           
static int JSP_PAGE_ONLY
           
static int WEB_APP_VERSION_TWO_DOT_FIVE
           
static int WEB_APP_VERSION_TWO_DOT_FOUR
           
static int WEB_APP_VERSION_TWO_DOT_THREE
           
static int WEB_APP_VERSION_TWO_DOT_TWO
           
static int WEB_APP_VERSION_UNKNOWN
           
 
Constructor Summary
JspWizardNewFilePanelMediator()
           
 
Method Summary
abstract  void enableChoices(int choice)
           
abstract  void enableErrorPageOptions(boolean enable)
           
abstract  void enableHtmlOptions(boolean enable)
           
abstract  int getWebAppVersion()
           
abstract  boolean isErrorPage()
          Returns true if the page being created is an error page.
abstract  void reloadType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JSP_PAGE_AND_DOCUMENT

public static final int JSP_PAGE_AND_DOCUMENT
See Also:
Constant Field Values

JSP_PAGE_ONLY

public static final int JSP_PAGE_ONLY
See Also:
Constant Field Values

JSP_DOCUMENT_ONLY

public static final int JSP_DOCUMENT_ONLY
See Also:
Constant Field Values

WEB_APP_VERSION_TWO_DOT_TWO

public static final int WEB_APP_VERSION_TWO_DOT_TWO
See Also:
Constant Field Values

WEB_APP_VERSION_TWO_DOT_THREE

public static final int WEB_APP_VERSION_TWO_DOT_THREE
See Also:
Constant Field Values

WEB_APP_VERSION_TWO_DOT_FOUR

public static final int WEB_APP_VERSION_TWO_DOT_FOUR
See Also:
Constant Field Values

WEB_APP_VERSION_TWO_DOT_FIVE

public static final int WEB_APP_VERSION_TWO_DOT_FIVE
See Also:
Constant Field Values

WEB_APP_VERSION_UNKNOWN

public static final int WEB_APP_VERSION_UNKNOWN
See Also:
Constant Field Values
Constructor Detail

JspWizardNewFilePanelMediator

public JspWizardNewFilePanelMediator()
Method Detail

enableChoices

public abstract void enableChoices(int choice)

isErrorPage

public abstract boolean isErrorPage()
Returns true if the page being created is an error page.

Returns:
true if the page being created is an error page

getWebAppVersion

public abstract int getWebAppVersion()

enableErrorPageOptions

public abstract void enableErrorPageOptions(boolean enable)

enableHtmlOptions

public abstract void enableHtmlOptions(boolean enable)

reloadType

public abstract void reloadType()

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

E13403-03

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