Class MacroUtils
java.lang.Object
com.atlassian.confluence.renderer.radeox.macros.MacroUtils
- Since:
- 1.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.velocity.context.Context
Creates a default velocity context populated with the classes macro Velocity templates need.defaultVelocityContext
(@Nullable Space space) static com.opensymphony.xwork2.Action
Deprecated, for removal: This API element is subject to removal in a future version.static ConfluenceActionSupport
requiredVelocityContext
(List<String> requiredKeys)
-
Method Details
-
defaultVelocityContext
Creates a default velocity context populated with the classes macro Velocity templates need. -
defaultVelocityContext
-
requiredVelocityContext
-
createDefaultVelocityContext
public static org.apache.velocity.context.Context createDefaultVelocityContext() -
newConfluenceActionSupport
- Since:
- 9.1
-
getConfluenceActionSupport
@Deprecated(forRemoval=true) public static com.opensymphony.xwork2.Action getConfluenceActionSupport()Deprecated, for removal: This API element is subject to removal in a future version.since 9.1, usenewConfluenceActionSupport()
instead.
-
newConfluenceActionSupport()
instead.