org.xwiki.rendering.internal.parser.xwiki10
Class UnderlineSyntaxFilter

java.lang.Object
  extended by org.xwiki.rendering.parser.xwiki10.AbstractFilter
      extended by org.xwiki.rendering.parser.xwiki10.AbstractSyntaxFilter
          extended by org.xwiki.rendering.internal.parser.xwiki10.UnderlineSyntaxFilter
All Implemented Interfaces:
Initializable, Filter

@Component
@Named(value="underline")
@Singleton
public class UnderlineSyntaxFilter
extends AbstractSyntaxFilter
implements Initializable

Since:
1.8M1

Constructor Summary
UnderlineSyntaxFilter()
           
 
Method Summary
 void initialize()
          Method called by the Component Manager when the component is created for the first time (i.e.
 
Methods inherited from class org.xwiki.rendering.parser.xwiki10.AbstractSyntaxFilter
filter
 
Methods inherited from class org.xwiki.rendering.parser.xwiki10.AbstractFilter
getPriority, setPriority
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnderlineSyntaxFilter

public UnderlineSyntaxFilter()
Method Detail

initialize

public void initialize()
                throws InitializationException
Description copied from interface: Initializable
Method called by the Component Manager when the component is created for the first time (i.e. when it's looked up for the first time or if the component is specified as being loaded on startup). If the component instantiation strategy is singleton then this method is called only once during the lifecycle of the Component Manager. Otherwise the component is created at each lookup and thus this method is called at each lookup too.

Specified by:
initialize in interface Initializable
Throws:
InitializationException - if an error happens during a component's initialization