|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.webmacro.directive.Directive | +--org.webmacro.directive.DummyDirective
Fields inherited from class org.webmacro.directive.Directive |
ArgType_ASSIGN, ArgType_BLOCK, ArgType_CHOICE, ArgType_CONDITION, ArgType_GROUP, ArgType_KEYWORD, ArgType_LITBLOCK, ArgType_LVALUE, ArgType_QUOTEDSTRING, ArgType_RVALUE, ArgType_STRING, ArgType_SUBDIRECTIVE |
Constructor Summary | |
DummyDirective()
|
Method Summary | |
void |
accept(TemplateVisitor v)
|
java.lang.Object |
build(DirectiveBuilder builder,
BuildContext bc)
Directives must implement a build() method. |
static DirectiveDescriptor |
getDescriptor()
|
void |
write(FastWriter out,
Context context)
Interpret the directive and write it out, using the values in the supplied context as appropriate. |
Methods inherited from class org.webmacro.directive.Directive |
evaluate, getWarningText, writeWarning |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DummyDirective()
Method Detail |
public static DirectiveDescriptor getDescriptor()
public java.lang.Object build(DirectiveBuilder builder, BuildContext bc) throws BuildException
Directive
build
in class Directive
public void write(FastWriter out, Context context) throws PropertyException, java.io.IOException
Macro
org.webmacro.Macro
PropertyException
- if required data was missing from contextjava.io.IOException
- if we could not successfully write to outpublic void accept(TemplateVisitor v)
accept
in class Directive
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |