Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Controller
11g Release 2 (11.1.2.2.0)

E17480-03


oracle.adf.controller.metadata.model
Class ParsingContext

java.lang.Object
  extended by oracle.adf.controller.metadata.model.ParsingContext


public class ParsingContext
extends java.lang.Object

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

DYNAMIC_CONTEXT

public static final ParsingContext DYNAMIC_CONTEXT
ParsingContext representing dynamic runtime metadata (e.g. action outcomes).

WEB_INF_ADFC_CONFIG_FILE_NAME

public static final java.lang.String WEB_INF_ADFC_CONFIG_FILE_NAME
See Also:
Constant Field Values

WEB_INF_ADFC_CONFIG_NON_MUTABLE_PARSING_CONTEXT

public static final ParsingContext WEB_INF_ADFC_CONFIG_NON_MUTABLE_PARSING_CONTEXT

Constructor Detail

ParsingContext

public ParsingContext(java.lang.String documentName,
                      TaskFlowId taskFlowId,
                      boolean isMutable)
Constructor.
Parameters:
documentName - the name of the document that this element is defined in
taskFlowId - 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

getDocumentName

public java.lang.String getDocumentName()
Returns:
the name of the XML document this element is defined in.

getTaskFlowId

public TaskFlowId getTaskFlowId()
Returns:
the id of the bounded task flow, or task flow template that contains this document.

isMutable

public boolean isMutable()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Controller
11g Release 2 (11.1.2.2.0)

E17480-03


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