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 Java Tags

javaTags

Tags useful in generating Java code.


Tag Summary
<java:class>

Create a Java class with the specified name and write its contents by evaluating the supplied template

<java:format>

Invokes the Eclipse JDT Code formatter on the tag's content

<java:impliedImport>

Record a name as being implicitly imported

<java:import>

Replace the enclosed content with the equivalent unqualified Java name (if possible), and ensure an appropriate Java import statement is generated

<java:importsLocation>

Identify the location for Java import statement generation

<java:merge>

Cause the template contents to be merged with the existing Java file using the EMF JMerge engine

<java:package>

Create a Java package

<java:resource>

Create a file within a Java package


Example Directive
<%@taglib prefix="java" id="org.eclipse.jet.javaTags"%>

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