Author: thorsten
Date: Tue May 6 02:30:07 2008
New Revision: 653722
URL: http://svn.apache.org/viewvc?rev=653722&view=rev
Log:
Adding javadoc.
Modified:
forrest/trunk/main/java/org/apache/forrest/locationmap/lm/SelectNode.java
Modified:
forrest/trunk/main/java/org/apache/forrest/locationmap/lm/SelectNode.java
URL:
http://svn.apache.org/viewvc/forrest/trunk/main/java/org/apache/forrest/locationmap/lm/SelectNode.java?rev=653722&r1=653721&r2=653722&view=diff
==============================================================================
--- forrest/trunk/main/java/org/apache/forrest/locationmap/lm/SelectNode.java
(original)
+++ forrest/trunk/main/java/org/apache/forrest/locationmap/lm/SelectNode.java
Tue May 6 02:30:07 2008
@@ -32,6 +32,20 @@
/**
* Locationmap select statement.
+ *
+ * <p>
+ * The <select> element has one optional <code>type</code> attribute
+ * which identifies the <code>[EMAIL PROTECTED] Selector}<code> that is to do
the selection.
+ * If no <code>type</code> attribute is used the default selector is used.
+ * </p>
+ *
+ * Select statements can contain <code><select></code>,
+ * <code><mount></code> and <code><location></code>
+ * child statements.
+ *
+ * <p>
+ * Select nodes can be parametrized using <code><parameter></code> child
elements.
+ * </p>
*/
public final class SelectNode extends AbstractNode {
@@ -121,8 +135,6 @@
return null;
}
-
-
/**
* If debugging is turned on then log a debug message.