blob: 0559bd6243a4a8ba4f15abc977ef6842f46bac18 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>overview.html</TITLE>
</HEAD>
<BODY>
<TABLE border="0" cellpadding="0" cellspacing="1" width="100%">
<TBODY>
<TR>
<TH align="left">
<P>Overview</P>
</TH>
<TH align="right">Standard JET2 Java Tags</TH>
</TR>
</TBODY>
</TABLE>
<P>javaTags</P>
<P><P> Tags useful in generating Java code.<P> </P>
<HR>
<TABLE border="1" width="100%">
<TBODY>
<TR>
<TH colspan="2" align="left">Tag Summary</TH></TR>
<TR>
<TD width="10%"><A href="importsLocationTag.html"><java:importsLocation></A></TD>
<TD><!-- Begin importsLocation description -->
<P> Identify the location for Java import statement generation
<!-- End importsLocation description -->
</TD>
</TR>
<TR>
<TD width="10%"><A href="impliedImportTag.html"><java:impliedImport></A></TD>
<TD><!-- Begin impliedImport description -->
<P> Record a name as being implicitly imported
<!-- End impliedImport description -->
</TD>
</TR>
<TR>
<TD width="10%"><A href="importTag.html"><java:import></A></TD>
<TD><!-- Begin import description -->
<P> Replace the enclosed content with the equivalent unqualified Java name (if possible), and ensure an appropriate Java import statement is generated
<!-- End import description -->
</TD>
</TR>
<TR>
<TD width="10%"><A href="packageTag.html"><java:package></A></TD>
<TD><!-- Begin package description -->
<P> Create a Java package
<!-- End package description -->
</TD>
</TR>
<TR>
<TD width="10%"><A href="resourceTag.html"><java:resource></A></TD>
<TD><!-- Begin resource description -->
<P> Create a file within a Java package
<!-- End resource description -->
</TD>
</TR>
<TR>
<TD width="10%"><A href="classTag.html"><java:class></A></TD>
<TD><!-- Begin class description -->
<P> Create a Java class with the specified name
<!-- End class description -->
</TD>
</TR>
<TR>
<TD width="10%"><A href="mergeTag.html"><java:merge></A></TD>
<TD><!-- Begin merge description -->
<P> Cause the template contents to be merged with the existing Java file using the EMF JMerge engine
<!-- End merge description -->
</TD>
</TR>
</TBODY>
</TABLE>
<HR>
<TABLE border="1" width="100%">
<TBODY>
<TR>
<TH colspan="2" align="left">Example Directive</TH></TR>
<TR>
<TD width="10%"></TD>
<TD><SPAN style="font-family: sans-serif"><SPAN
style="font-family: monospace"><%@taglib prefix="java"
id="org.eclipse.jet.javaTags"%></SPAN></SPAN></TD>
</TR>
</TBODY>
</TABLE>
</BODY>
</HTML>
|