Skip to content

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.

postProcessorRequired


resolve

public java.lang.Object resolve(java.lang.Object x)

Resolve an inner object.

xRequired

  • 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.

preparingRequired

public java.lang.Boolean getPreparing();
  • Type: java.lang.Boolean

True when we are still preparing, false if we're rendering the final output.


scopeRequired

public IConstruct getScope();

The scope from which resolution has been initiated.