org.granite.generator.gsp.token
Class Directive

java.lang.Object
  extended by org.granite.generator.gsp.token.Token
      extended by org.granite.generator.gsp.token.Directive

public class Directive
extends Token

Author:
Franck WOLFF

Constructor Summary
Directive(int index, String content)
           
 
Method Summary
 Map<String,String> getAttributes()
           
 String getName()
           
 String toString()
           
 
Methods inherited from class org.granite.generator.gsp.token.Token
getContent, getIndex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Directive

public Directive(int index,
                 String content)
          throws ParseException
Throws:
ParseException
Method Detail

getName

public String getName()

getAttributes

public Map<String,String> getAttributes()

toString

public String toString()
Overrides:
toString in class Token