BEA WebLogic User Manual page 188

Mobility server
Hide thumbs Also See for WebLogic:
Table of Contents

Advertisement

Part VIII Appendixes
mm:page
Description
This is a required tag for content that uses the WebLogic Mobility Server JSP taglib. The
<mm:page> tag wraps the page content. Setting attributes in this tag can enhance the performance
of JSP page processing by allowing the author the choice of bypassing the WebLogic Mobility
Server transformation engine and/or of turning off the mixed-mode tag checking feature.
Attributes
content="true | false"
Allows the author to turn on or off the mixed-mode tag checking. If the author knows that the
page only contains the WebLogic Mobility Server JSP taglib tags (mm:) and no mmXHTML
tags (mm-), this attribute can be turned off to improve performance. The default is true.
bypass="true | false"
Allows the author to bypass the WebLogic Mobility Server transformation engine. This might
be done to improve performance for pages that are to be delivered exclusively to a PC. The
default is false.
Example
<!— The WebLogic Mobility Server will not check this file for mixed tags. -->
<%@ taglib uri="mmJSPtaglib" prefix="mm" %>
<mm:page content="false">
<html>
<head>
<title>Skip Tag Check</title>
</head>
<body>
<p>This page has WebLogic Mobility Server JSP tags exclusively. Tag
checking can be turned off.</p>
</body>
</html>
</mm:page>
184 - BEA WebLogic Mobility Server User Guide

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the WebLogic and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Weblogic mobility server

Table of Contents