Instance Constructors
              - 
      
      
      new
       
        DefaultXWikiMacro
        
        (name: String, description: String)(implicit c: ClassManifest[P])
      
      
      
     
             
        
        
        
              Abstract Value Members
              - 
      
      
      def
       
        exec
        
        (parameters: P, content: String, context: MacroTransformationContext): List[Block]
      
      
      
     - 
      
      
      def
       
        supportsInlineMode
        
        (): Boolean
      
      
      
     
             
        
              Concrete Value Members
              - 
      
      
      def
       
        !=
        
        (arg0: AnyRef): Boolean
      
      
      
     - 
      
      
      def
       
        !=
        
        (arg0: Any): Boolean
      
      
      
     - 
      
      
      def
       
        ##
        
        (): Int
      
      
      
     - 
      
      
      def
       
        ==
        
        (arg0: AnyRef): Boolean
      
      
      
     - 
      
      
      def
       
        ==
        
        (arg0: Any): Boolean
      
      
      
     - 
      
      
      def
       
        asInstanceOf
        [T0]
        : T0
      
      
      
     - 
      
      
      def
       
        clone
        
        (): AnyRef
      
      
      
     - 
      
      
      def
       
        compareTo
        
        (arg0: org.xwiki.rendering.macro.Macro[_]): Int
      
      
      
     - 
      
      
      def
       
        eq
        
        (arg0: AnyRef): Boolean
      
      
      
     - 
      
      
      def
       
        equals
        
        (arg0: Any): Boolean
      
      
      
     - 
      
      
      def
       
        execute
        
        (parameters: P, content: String, context: MacroTransformationContext): List[Block]
      
      
      
     - 
      
      
      def
       
        finalize
        
        (): Unit
      
      
      
     - 
      
      
      def
       
        getClass
        
        (): java.lang.Class[_]
      
      
      
     - 
      
      
      def
       
        getDescriptor
        
        (): MacroDescriptor
      
      
      
     - 
      
      
      def
       
        getPriority
        
        (): Int
      
      
      
     - 
      
      
      def
       
        hashCode
        
        (): Int
      
      
      
     - 
      
      
      def
       
        initialize
        
        (): Unit
      
      
      
     - 
      
      
      def
       
        isInstanceOf
        [T0]
        : Boolean
      
      
      
     - 
      
      
      def
       
        macroName
        
        : String
      
      
      
     - 
      
      
      def
       
        ne
        
        (arg0: AnyRef): Boolean
      
      
      
     - 
      
      
      def
       
        notify
        
        (): Unit
      
      
      
     - 
      
      
      def
       
        notifyAll
        
        (): Unit
      
      
      
     - 
      
      
      def
       
        setDefaultCategory
        
        (arg0: String): Unit
      
      
      
     - 
      
      
      def
       
        setDescriptor
        
        (arg0: MacroDescriptor): Unit
      
      
      
     - 
      
      
      def
       
        setPriority
        
        (arg0: Int): Unit
      
      
      
     - 
      
      
      def
       
        synchronized
        [T0]
        (arg0: ⇒ T0): T0
      
      
      
     - 
      
      
      def
       
        toString
        
        (): String
      
      
      
     - 
      
      
      def
       
        wait
        
        (): Unit
      
      
      
     - 
      
      
      def
       
        wait
        
        (arg0: Long, arg1: Int): Unit
      
      
      
     - 
      
      
      def
       
        wait
        
        (arg0: Long): Unit
      
      
      
     
             
        
        
              
Inherited from AbstractMacro[P]
            
              
Inherited from Initializable
            
              
Inherited from Macro[P]
            
              
Inherited from Comparable[org.xwiki.rendering.macro.Macro[_]]
            
              
Inherited from AnyRef
            
              
Inherited from Any
            
       
      
      
XWiki macro takes some parameters (e.g. {{code for="java" /}}) to use in Play default component manager.
bean class that represents the macro's parameter.