public class FormClientTemplate extends Template
| Constructor and Description |
|---|
FormClientTemplate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
init(RewriteContext hr)
Save a reference to our request properties.
|
void |
tag_input(RewriteContext hr)
Look for , and replace the
value with the entry in the previously saved client data.
|
void |
tag_property(RewriteContext hr)
Convert the html tag "property" in to the request's property.
|
void |
tag_slash_tag(RewriteContext hr) |
void |
tag_subst(RewriteContext hr)
Tag to do substitution of previously uploaded data.
|
void |
tag_tag(RewriteContext hr)
Using the current scheme, there is no easy way to substitute into
a tag parameter.
|
public boolean init(RewriteContext hr)
init in interface TemplateInterfaceinit in class Templatepublic void tag_input(RewriteContext hr)
h - The attribute/value pairs for this entity.public void tag_property(RewriteContext hr)
h - Hashtable containing tag parameters
"name" The property name
"default" a default value, if no name availablepublic void tag_subst(RewriteContext hr)
name - The name of the token to replace with client data.public void tag_tag(RewriteContext hr)
public void tag_slash_tag(RewriteContext hr)