|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfmpp.dataloaders.HtmlUtilsDataLoader
public class HtmlUtilsDataLoader
Returns a hash that contains useful directives for HTML generation.
Constructor Summary | |
---|---|
HtmlUtilsDataLoader()
|
Method Summary | |
---|---|
java.lang.Object |
load(Engine e,
java.util.List args)
|
void |
setXHtml(boolean xHtml)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HtmlUtilsDataLoader()
Method Detail |
---|
public java.lang.Object load(Engine e, java.util.List args) throws java.lang.Exception
load
in interface DataLoader
args
- Arguments that the caller specifies for this directive call.
Not null.
The implementation should check if it understands all arguments,
and it should throw java.lang.IllegalArgumentException
if it doesn't.
freemarker.template.TemplateModel
, then it
will not be wrapped, as it is already an FTL variable.
java.lang.Exception
public void setXHtml(boolean xHtml)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |