C D G I O S T V 
All Classes All Packages

C

ContextMacroParameters - Class in org.xwiki.rendering.macro.context
Parameters for the Context macro.
ContextMacroParameters() - Constructor for class org.xwiki.rendering.macro.context.ContextMacroParameters
 
CURRENT - org.xwiki.rendering.macro.context.TransformationContextMode
The XDOM on which the macros in the Context macro execute is the current document's XDOM.

D

DOCUMENT - org.xwiki.rendering.macro.context.TransformationContextMode
The XDOM on which the macros in the Context macro execute is the referenced document's XDOM (but without transformations applied to that XDOM).

G

getDocument() - Method in class org.xwiki.rendering.macro.context.ContextMacroParameters
 
getSource() - Method in class org.xwiki.rendering.macro.context.ContextMacroParameters
 
getTransformationContext() - Method in class org.xwiki.rendering.macro.context.ContextMacroParameters
 

I

isRestricted() - Method in class org.xwiki.rendering.macro.context.ContextMacroParameters
 

O

org.xwiki.rendering.macro.context - package org.xwiki.rendering.macro.context
 

S

setDocument(String) - Method in class org.xwiki.rendering.macro.context.ContextMacroParameters
 
setRestricted(boolean) - Method in class org.xwiki.rendering.macro.context.ContextMacroParameters
 
setSource(MacroContentSourceReference) - Method in class org.xwiki.rendering.macro.context.ContextMacroParameters
 
setTransformationContext(TransformationContextMode) - Method in class org.xwiki.rendering.macro.context.ContextMacroParameters
 

T

TransformationContextMode - Enum in org.xwiki.rendering.macro.context
Defines the strategy to use for setting the Transformation Context for the Context Macro.
TRANSFORMATIONS - org.xwiki.rendering.macro.context.TransformationContextMode
The XDOM on which the macros in the Context macro execute is the referenced document's XDOM but with transformations applied to that XDOM.

V

valueOf(String) - Static method in enum org.xwiki.rendering.macro.context.TransformationContextMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.xwiki.rendering.macro.context.TransformationContextMode
Returns an array containing the constants of this enum type, in the order they are declared.
C D G I O S T V 
All Classes All Packages