|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.jdeveloper.model.J2eePanelUtil
public class J2eePanelUtil
A utility class with routines that can be shared among J2EE wizard panels
| Constructor Summary | |
|---|---|
J2eePanelUtil() |
|
| Method Summary | |
|---|---|
static void |
checkValidWebAppContext(java.lang.String webAppContext, java.awt.Component parent, boolean allowInvalid, java.lang.String helpId)Checks if web application context string passed is valid. |
static void |
checkValidWebAppName(java.lang.String webAppName, java.awt.Component parent, boolean allowInvalid, java.lang.String helpId)Checks if a web application name passed is valid. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public J2eePanelUtil()
| Method Detail |
|---|
public static void checkValidWebAppContext(java.lang.String webAppContext,
java.awt.Component parent,
boolean allowInvalid,
java.lang.String helpId)
throws TraversalException
webAppContext - The context string that has to be validatedparent - Parent component for error or message dialog that could be shownallowInvalid - if true, an invalid webAppContext does not cause an exception to be thrownhelpId - Help id for the message and error dialogsTraversalException - if validation fails and allowInvalid is false
public static void checkValidWebAppName(java.lang.String webAppName,
java.awt.Component parent,
boolean allowInvalid,
java.lang.String helpId)
throws TraversalException
webAppName - the web application name string that has to be validatedparent - parent component for error or message dialogallowInvalid - if true, supresses TraversalException. See method definition abovehelpId - help text id for message or error dialogsTraversalException - if validation fails and allowInvalid is false
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||