|
Oracle Fusion Middleware Java API Reference for Oracle ADF Share 11g Release 1 (11.1.1.9.0) E52934-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.adf.share.config.ADFConfigParsingContext
public class ADFConfigParsingContext
Constructor Summary | |
---|---|
ADFConfigParsingContext(java.lang.String applicationName, java.lang.Object ctx, java.lang.String filename, java.lang.String filePath, boolean reparse) Creates the parsing context. |
Method Summary | |
---|---|
java.lang.String |
getApplicationName() Get the application name associated with this parsing context. |
java.lang.String |
getConfigFilename() Get the config file associated with this parsing context. |
java.lang.String |
getConfigFilePath() Returns the absolute path of the configuration file. |
java.lang.Object |
getContext() Return the context under which the file adf-config.xml is being read. |
ADFLogger |
getLogger() Will return subclassed ADFLogger that will use log additional information relative to the node currently being parsed, and the adf-config.xml file. |
boolean |
isReparse() |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ADFConfigParsingContext(java.lang.String applicationName, java.lang.Object ctx, java.lang.String filename, java.lang.String filePath, boolean reparse)
applicationName
- name of the current application.ctx
- current context.filename
- resource name associated with this config file.filePath
- path of the file that is being parsed.reparse
- true if the object is forced to reparseMethod Detail |
---|
public ADFLogger getLogger()
public java.lang.Object getContext()
public java.lang.String getApplicationName()
public boolean isReparse()
public java.lang.String getConfigFilename()
public java.lang.String getConfigFilePath()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Share 11g Release 1 (11.1.1.9.0) E52934-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |