|
Oracle Fusion Middleware Java API Reference for Oracle ADF Controller 11g Release 1 (11.1.1.7.0) E10651-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.adf.controller.metadata.model.ParsingContext
public class ParsingContext
Represents contextual information for the element being parsed. This information could be used for debugging and error logging.
| Field Summary | |
|---|---|
static ParsingContext |
DYNAMIC_CONTEXT
ParsingContext representing dynamic runtime metadata (e.g. |
static java.lang.String |
WEB_INF_ADFC_CONFIG_FILE_NAME
|
static ParsingContext |
WEB_INF_ADFC_CONFIG_NON_MUTABLE_PARSING_CONTEXT
|
| Constructor Summary | |
|---|---|
ParsingContext(java.lang.String documentName,
TaskFlowId taskFlowId,
boolean isMutable)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDocumentName()
|
TaskFlowId |
getTaskFlowId()
|
boolean |
isMutable()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ParsingContext DYNAMIC_CONTEXT
public static final java.lang.String WEB_INF_ADFC_CONFIG_FILE_NAME
public static final ParsingContext WEB_INF_ADFC_CONFIG_NON_MUTABLE_PARSING_CONTEXT
| Constructor Detail |
|---|
public ParsingContext(java.lang.String documentName,
TaskFlowId taskFlowId,
boolean isMutable)
documentName - the name of the document that this element is defined intaskFlowId - the id of the bounded task flow, or task flow template that
contains this document.isMutable - indicates whether resource corresponding to this context can be modified| Method Detail |
|---|
public java.lang.String getDocumentName()
public TaskFlowId getTaskFlowId()
public boolean isMutable()
public java.lang.String toString()
toString in class java.lang.Object
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Controller 11g Release 1 (11.1.1.7.0) E10651-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||