info.bliki.wiki.tags.code
Class GroovyCodeFilter

java.lang.Object
  extended by info.bliki.wiki.tags.code.AbstractCodeFormatter
      extended by info.bliki.wiki.tags.code.AbstractCPPBasedCodeFilter
          extended by info.bliki.wiki.tags.code.GroovyCodeFilter
All Implemented Interfaces:
SourceCodeFormatter

public class GroovyCodeFilter
extends AbstractCPPBasedCodeFilter
implements SourceCodeFormatter

Syntax highlighting support for Groovy source codes


Field Summary
 
Fields inherited from class info.bliki.wiki.tags.code.AbstractCodeFormatter
FONT_COMMENT, FONT_END, FONT_JAVADOC, FONT_KEYWORD, FONT_OBJECTS, FONT_STRINGS
 
Constructor Summary
GroovyCodeFilter()
           
 
Method Summary
 java.lang.String filter(java.lang.String input)
          Convert the given content string to HTML synatx highlighted string.
 java.util.HashMap<java.lang.String,java.lang.String> getKeywordSet()
           
 java.lang.String getName()
           
 java.util.HashMap<java.lang.String,java.lang.String> getObjectSet()
           
 
Methods inherited from class info.bliki.wiki.tags.code.AbstractCPPBasedCodeFilter
appendIdentifier, isKeywordCaseSensitive, isPHPTag
 
Methods inherited from class info.bliki.wiki.tags.code.AbstractCodeFormatter
appendChar, createHashMap, createObjectsMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroovyCodeFilter

public GroovyCodeFilter()
Method Detail

filter

public java.lang.String filter(java.lang.String input)
Description copied from interface: SourceCodeFormatter
Convert the given content string to HTML synatx highlighted string.

Specified by:
filter in interface SourceCodeFormatter
Overrides:
filter in class AbstractCPPBasedCodeFilter
Returns:

getKeywordSet

public java.util.HashMap<java.lang.String,java.lang.String> getKeywordSet()
Specified by:
getKeywordSet in class AbstractCodeFormatter
Returns:
Returns the KEYWORD_SET.

getName

public java.lang.String getName()

getObjectSet

public java.util.HashMap<java.lang.String,java.lang.String> getObjectSet()
Specified by:
getObjectSet in class AbstractCodeFormatter
Returns:
Returns the OBJECT_SET.


Copyright © 2012 Java Wikipedia API (Bliki engine). All Rights Reserved.