com.atlassian.confluence.renderer.radeox.macros
Class MacroUtils

java.lang.Object
  extended by com.atlassian.confluence.renderer.radeox.macros.MacroUtils

public class MacroUtils
extends java.lang.Object


Constructor Summary
MacroUtils()
           
 
Method Summary
static org.apache.velocity.context.Context createDefaultVelocityContext()
           
static java.util.Map<java.lang.String,java.lang.Object> defaultVelocityContext()
          Creates a default velocity context populated with the classes macro Velocity templates need.
static com.opensymphony.xwork.Action getConfluenceActionSupport()
           
static ContentEntityObject getContentEntityObject(org.radeox.macro.parameter.MacroParameter macroParameter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MacroUtils

public MacroUtils()
Method Detail

defaultVelocityContext

public static java.util.Map<java.lang.String,java.lang.Object> defaultVelocityContext()
Creates a default velocity context populated with the classes macro Velocity templates need.


createDefaultVelocityContext

public static org.apache.velocity.context.Context createDefaultVelocityContext()

getConfluenceActionSupport

public static com.opensymphony.xwork.Action getConfluenceActionSupport()

getContentEntityObject

public static ContentEntityObject getContentEntityObject(org.radeox.macro.parameter.MacroParameter macroParameter)


Copyright © 2003-2011 Atlassian. All Rights Reserved.