Return-Path: Delivered-To: apmail-jakarta-jetspeed-dev-archive@apache.org Received: (qmail 90702 invoked from network); 11 Jan 2002 23:52:38 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 11 Jan 2002 23:52:38 -0000 Received: (qmail 16196 invoked by uid 97); 11 Jan 2002 23:52:42 -0000 Delivered-To: qmlist-jakarta-archive-jetspeed-dev@jakarta.apache.org Received: (qmail 16180 invoked by uid 97); 11 Jan 2002 23:52:41 -0000 Mailing-List: contact jetspeed-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jetspeed Developers List" Reply-To: "Jetspeed Developers List" Delivered-To: mailing list jetspeed-dev@jakarta.apache.org Received: (qmail 16169 invoked by uid 97); 11 Jan 2002 23:52:41 -0000 Date: 11 Jan 2002 23:52:31 -0000 Message-ID: <20020111235231.57538.qmail@icarus.apache.org> From: paulsp@apache.org To: jakarta-jetspeed-cvs@apache.org Subject: cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/util HTMLRewriter.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N paulsp 02/01/11 15:52:31 Modified: xdocs portlet_config_WebPagePortlet.xml docs/site portlet_config_WebPagePortlet.html src/java/org/apache/jetspeed/util HTMLRewriter.java Log: Update documentation to reflect changes in HTMLRewriter Revision Changes Path 1.3 +74 -1 jakarta-jetspeed/xdocs/portlet_config_WebPagePortlet.xml Index: portlet_config_WebPagePortlet.xml =================================================================== RCS file: /home/cvs/jakarta-jetspeed/xdocs/portlet_config_WebPagePortlet.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- portlet_config_WebPagePortlet.xml 28 Aug 2001 03:31:20 -0000 1.2 +++ portlet_config_WebPagePortlet.xml 11 Jan 2002 23:52:30 -0000 1.3 @@ -325,7 +325,79 @@

-
+
+

+ The following is from the util/HTMLRewriter.java +

+ (HTML Comments) + * o Unless otherwise mentioned, comments are striped. + * + * + * o HREF attribute - URL merged with base URL (See Note 1) + * o TARGET attribute - Set to "_BLANK" if it does not exist + * and openInNewWindow = TRUE + * + * o Optionally included + * o CODEBASE attribute - Set to the current path if it does + * not exist. + * + * + * o does NOT have to be included. + * o HREF attribute - Set the Base URL of the page, but the tag + * not set in resulting HTML. URL merged with + * base URL (See Note 1) + * + * + * o Background attribute - Always striped. + * + * + * o May not work. Not supported by JDK 1.3/ + * + *
+ * o ACTION attribute - Set to the current URL if it does + * not exist. URL merged with base + * URL (See Note 1) + * + * + * o SRC attribute - URL merged with base URL (See Note 1) + * + * + * o SRC attribute - URL merged with base URL (See Note 1) + * + * + * o Optionally included + * o CODEBASE attribute - Set to the current path if it does + * not exist. URL merged with base + * URL (See Note 1) + * + *