|
|
| |
"Edge Computing with Java Edge Side Includes"
Vol. 9, Issue 7, p. 16
Listing 1
The <jesi:control> tag
Syntax:
<jesi:control
[expiration="value"]
[maxRemovalDelay="value"]
[cache= "yes" | "no" | "no-remote" ]
[control="control_str"]
[useRelativeURLs= "true" | "false" ]
[scheme="scheme_str" ]
[serverName="server_name_str"]
[serverPort="server_port_str"]
[servletPath="servlet_path_str"]
[pathInfo="path_info_str"]
/>
The <jesi:include> tag
Syntax:
<jesi:include
page= "url_str" | "<%= expression %>"
[flush="true"|"false"]
[copyparam="true"|"false"]
[alt="alt_page_str"]
[ignoreError="true"|"false"]
/>
Or
<jesi:include
page="url_str" | "<%=expression %>"
[flush="true"|"false"]
[copyparam="true"|"false"]
[alt="alt_page_str"]
[ignoreError="true"|"false"]
>
( <jesi:param
name="paramterName"
value="{ parameterValue | <%= expression %> }"
/> )+
</jesi:include>
The <jesi:template> tag
Syntax:
<jesi:template
[expiration="value"]
[maxRemovalDelay="value"]
[cache={"yes", "no", "no-remote"}]
[control="control_str"]
[useRelativeURLs="true" | "false" ]
[scheme="scheme_str"]
[serverName="server_name_str"]
[serverPort="server_port_str"]
[servletPath="servlet_path_str"]
[pathInfo="path_info_str"]
[executeEntirePage="true" | "false"]
>
The <jesi:fragment> tag
Syntax:
<jesi:fragment
[expiration="value"]
[maxRemovalDelay="value"]
[cache="yes" | "no" | "no-remote"]
[control="control_str"]
>
The <jesi:codeblock> tag
Syntax:
<jesi:codeblock execute="template" | "fragment" | "always" >
The <jesi:invalidate> tag
Syntax:
<jesi:invalidate
[url="url" username="value"password="value"]
<jesi:object uri="..."/>
</jesi:invalidate>
Or
<jesi:invalidate
[url="url" username="value" password="value"]
<jesi:object uri="..." [prefix="yes"] [maxRemovalDelay="..."]>
[<jesi:cookie name="..." value="..."/>]
[<jesi:header name="..." value="..."/>]
</object>
</jesi:invalidate>
The <jesi:personalization> tag
Syntax:
<jesi:personalize name="a_name_str" value="a_value_str" />
|
|
All Rights Reserved
Copyright © 2004 SYS-CON Media, Inc.
E-mail: info@sys-con.com
Java and Java-based marks are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries. SYS-CON Publications, Inc. is independent of Sun Microsystems, Inc.
|