Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse JET Guide
Previous Page Home Next Page

Overview

Standard JET2 Format Tags

formatTags

Standard utility tags that rewrite their content in a different format.


Tag Summary
<f:bundle>

Define the message bundle from which contained f:message tags will retrieve messages

<f:formatNow> Formats and writes out the current date and time
<f:indent>

Indent the tag contents the specified number of times

<f:lc>

Convert the tag contents to lower case

<f:message>

Retrieve a message from a message bundle and either write it or store it in a variable

<f:milliseconds> Writes out a current system milliseconds value
<f:param>

Define a parameter value for a containing f:message tag

<f:replaceAll>

Replace all instances of a value in the tag's content with a new value

<f:setBundle>

Define the default message bundle to be used by all f:message tags in all JET templates

<f:setLocale>

Define the language locale to be used when loading message bundles with the f:bundle and f:setBundle tags

<f:strip>

*** DEPRECATED *** Strip all whitespace from the content

<f:uc>

Convert the tag contents to upper case

<f:unique> Writes out a unique integer value
<f:uuid> Generate a universally unique identifier (UUID)
<f:xpath>

Evaluate the specified XPath function on the tag content and write the result in place of the tag content


Example Directive
<%@taglib prefix="f" id="org.eclipse.jet.formatTags"%>

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire