|
|
Brazil project: Class AddHeaderTemplate
sunlabs.brazil.template
Class AddHeaderTemplate
java.lang.Object
|
+--sunlabs.brazil.template.Template
|
+--sunlabs.brazil.template.AddHeaderTemplate
- public class AddHeaderTemplate
- extends Template
SAMPLE Template class for adding arbitrary mime headers to a reply
This class is used by the TemplateHandler
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
AddHeaderTemplate
public AddHeaderTemplate()
tag_addheader
public void tag_addheader(RewriteContext hr)
- Add a header onto the response, removing the tag from the HTML.
<addheader name1=value1 name2=value2 ...>>
|