diff options
Diffstat (limited to 'doc/org.eclipse.jet.doc/references/taglibs/javaTags/importTag.html')
-rw-r--r-- | doc/org.eclipse.jet.doc/references/taglibs/javaTags/importTag.html | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/doc/org.eclipse.jet.doc/references/taglibs/javaTags/importTag.html b/doc/org.eclipse.jet.doc/references/taglibs/javaTags/importTag.html deleted file mode 100644 index 879aa50..0000000 --- a/doc/org.eclipse.jet.doc/references/taglibs/javaTags/importTag.html +++ /dev/null @@ -1,65 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<HTML> -<HEAD> -<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> -<META name="GENERATOR" content="IBM Software Development Platform"> -<link rel="STYLESHEET" href="../../../book.css" charset="ISO-8859-1" type="text/css"/> -<TITLE><java:import> - Standard JET2 Java Tags</TITLE> -</HEAD> -<BODY> -<TABLE border="0" cellpadding="0" cellspacing="1" width="100%"> - <TBODY> - <TR> - <TH align="left"> - <P><java:import></P></TH> - <TH align="right"><A href="overview.html">Standard JET2 Java Tags</A></TH> - </TR> - </TBODY> -</TABLE> -<HR> -<P><B>import</B></P> -<P><P> Replace the enclosed content with the equivalent unqualified Java name (if possible), and ensure an appropriate Java import statement is generated.<P><P>This tag must be preceded by a 'importsLocation' tag.<P><P> </P> -<HR> -<TABLE border="1" width="100%"> - <TBODY> - <TR> - <TH colspan="2" align="left">Tag Summary</TH></TR> - <TR> - <TD width="10%">required</TD> - <TD><SPAN style="font-family: monospace"> - <java:import><br> - <I>content consumed by tag evaluation</I><BR> - </java:import> - </SPAN></TD> - </TR> - <TR> - <TD width="10%">full tag</TD> - <TD><SPAN style="font-family: monospace"> - <java:import><br> - <I>content consumed by tag evaluation</I><BR> - </java:import> - </SPAN></TD> - </TR> - </TBODY> -</TABLE> -<HR> -<TABLE border="1" width="100%"> - <TBODY> - <TR> - <TH colspan="2" align="left">Example</TH></TR> - <TR> - <TD width="10%"></TD> - <TD><SPAN style="font-family: monospace"> -<!-- Begin import example --> - <%-- generates List and in import java.util.List import if another List is not imported --%><BR> - package org.example;<BR><BR> - <java:importsLocation package="org.example"/><BR><BR> - <I>... later in the template ...</I><BR><BR> - <java:import>java.util.List</java:import> myList; -<!-- End import example --> -</SPAN></TD> - </TR> - </TBODY> -</TABLE> -<P></P></BODY> -</HTML> |