|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object toolbox.web.template.GetToken
public class GetToken
Template helper to generate unique tokens for use in server side tests to ensure that duplicate form submissions do not occur.
Field Summary |
---|
Fields inherited from interface freemarker.template.TemplateModel |
---|
NOTHING |
Constructor Summary | |
---|---|
GetToken()
Default constructor |
Method Summary | |
---|---|
java.lang.Object |
exec(java.util.List args)
Generate the unique token. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetToken()
Method Detail |
---|
public java.lang.Object exec(java.util.List args) throws freemarker.template.TemplateModelException
exec
in interface freemarker.template.TemplateMethodModel
args
- List containing arguments. Empty in this instance.
freemarker.template.TemplateModelException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |