IResolveContext
- Implemented By: IResolveContext
Current resolution context for tokens.
Methods
Name | Description |
---|---|
registerPostProcessor |
Use this postprocessor after the entire token structure has been resolved. |
resolve |
Resolve an inner object. |
registerPostProcessor
public void registerPostProcessor(IPostProcessor postProcessor)
Use this postprocessor after the entire token structure has been resolved.
- Type: IPostProcessor
resolve
public java.lang.Object resolve(java.lang.Object x)
Resolve an inner object.
- Type: java.lang.Object
Properties
Name | Type | Description |
---|---|---|
preparing |
java.lang.Boolean |
True when we are still preparing, false if we're rendering the final output. |
scope |
IConstruct |
The scope from which resolution has been initiated. |
preparing
Required
public java.lang.Boolean getPreparing();
- Type: java.lang.Boolean
True when we are still preparing, false if we're rendering the final output.
scope
Required
public IConstruct getScope();
- Type: IConstruct
The scope from which resolution has been initiated.