WebLogic's JSP Tag Library

WebLogic Server provides a custom tag library called weblogic-tags.jar. This custom tag library is located in the %BEA_HOME%\weblogic700\server\ext directory.

The custom tag library of WebLogic provides the following tags:

  • <wl:cache></wl:cache>— The wl signifies that this tag belongs to the tag library provided by the WebLogic Server. The <wl:cache> tag allows caching of the body content present within the tags. Two types of caching are supported by the <wl:cache>, input caching and output caching. Output caching is used to cache the output generated in the body content between the tags. Input caching is the preserving of the values set by the body content of the <wl:cache> tag.

  • <wl:process></wl:process>— The <wl:process> ...

Get Sams Teach Yourself BEA WebLogic Server 7.0™ in 21 Days now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.