From 2bb70d27a59b6678f52ca81d3363d24d86c6af35 Mon Sep 17 00:00:00 2001 From: Simon Kaegi Date: Thu, 7 Jun 2007 18:15:19 +0000 Subject: [doc] formatting javadoc to improve readability --- .../src/org/eclipse/equinox/jsp/jasper/registry/JSPFactory.java | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bundles/org.eclipse.equinox.jsp.jasper.registry/src/org/eclipse') diff --git a/bundles/org.eclipse.equinox.jsp.jasper.registry/src/org/eclipse/equinox/jsp/jasper/registry/JSPFactory.java b/bundles/org.eclipse.equinox.jsp.jasper.registry/src/org/eclipse/equinox/jsp/jasper/registry/JSPFactory.java index 30718f53c..842d81775 100644 --- a/bundles/org.eclipse.equinox.jsp.jasper.registry/src/org/eclipse/equinox/jsp/jasper/registry/JSPFactory.java +++ b/bundles/org.eclipse.equinox.jsp.jasper.registry/src/org/eclipse/equinox/jsp/jasper/registry/JSPFactory.java @@ -16,11 +16,15 @@ import org.eclipse.equinox.internal.jsp.jasper.registry.Activator; import org.eclipse.equinox.jsp.jasper.JspServlet; import org.osgi.framework.Bundle; -/** +/** + *

* The JSPFactory can be used in conjunction with org.eclipse.equinox.http.registry and the Servlets extension point * to allow the use of JSPs declaratively with the extension registry. + *

+ *

* JSPFactory will accept a "path" parameter corresponding to the base path in the bundle to look up JSP resources. * This parameter can be set using the ":" separator approach or by xml parameter. + *

* e.g. class="org.eclipse.equinox.jsp.jasper.registry.JSPFactory:/A/PATH" or <parameter name="path" value="/A/PATH"/> */ public class JSPFactory implements IExecutableExtensionFactory, IExecutableExtension { -- cgit v1.2.3