|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsunlabs.brazil.template.Template
sunlabs.brazil.template.IncludeTemplate
public class IncludeTemplate
Convert the html tag "include" in to text for an included html page. Attributes processed
proxy
property,
in request.props
.
request.props
are used for the header name and value
respectively.
[prefix].[getheaders].[header_name]=[header_value]
.
If multiple entries exist for a particular header name, the values
are combined as per HTTP conventions (e.g. v1, v2, ... vn).
The pseudo headers status
and encoding
will contain the http status line and charset encoding, respectively.
<include href=http://www.foo.com/index.html>
Field Summary |
---|
Fields inherited from class sunlabs.brazil.template.Template |
---|
debug |
Constructor Summary | |
---|---|
IncludeTemplate()
|
Method Summary | |
---|---|
void |
comment(RewriteContext hr)
Treat comments of the form: <! |
void |
tag_include(RewriteContext hr)
|
Methods inherited from class sunlabs.brazil.template.Template |
---|
debug, debug, done, init |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IncludeTemplate()
Method Detail |
---|
public void tag_include(RewriteContext hr)
public void comment(RewriteContext hr)
<!#include ...>
as if they were include tags.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |