Author: keith
Date: Mon Jan 21 03:27:06 2008
New Revision: 12619

Log:

Adding email host object to the list of supported host objects



Modified:
   trunk/mashup/java/xdocs/hostedobjects.html

Modified: trunk/mashup/java/xdocs/hostedobjects.html
==============================================================================
--- trunk/mashup/java/xdocs/hostedobjects.html  (original)
+++ trunk/mashup/java/xdocs/hostedobjects.html  Mon Jan 21 03:27:06 2008
@@ -2,72 +2,98 @@
 <html>
 <head>
 
-    <meta http-equiv="content-type" content="">
-    <title>WSO2 Mashup Server, Host Objects</title>
 
+    
+  <meta http-equiv="content-type" content="">
 
-    <link href="styles.css" rel="stylesheet" type="text/css" media="all">
+    
 
+
+    
+  <title>WSO2 Mashup Server, Host Objects</title>
+  <link href="styles.css" rel="stylesheet" type="text/css" media="all">
 </head>
 
+
 <body lang="EN-US">
 
+
 <div id="main-content">
-    <h1>Hosted Objects</h1>
+    
+<h1>Hosted Objects</h1>
+
 
-    <p>The Mashup Server includes a number of built-in objects
+    
+<p>The Mashup Server includes a number of built-in objects
         to provide access to various data sources from your mashup.</p>
 
-    <ul>
 
-        <li><a href="wsrequesthostobject.html">WSRequest</a>:
-            An object for invoking a Web service without a stub,
-            or necessarily even a WSDL.
-        </li>
+    
+<ul>
 
-        <li><a href="systemhostobject.html">System</a>:
-            A
-            global object providing methods for useful tasks such as including
-            JavaScript
-            files.
+
+        <li><a href="apphostobject.html">APP</a>: A
+            collection of objects facilitating publishing using the Atom
+            Publishing Protocol (APP)
         </li>
 
-        <li><a href="sessionhostobject.html">Session</a>:
-            A global object that aids in a persisting state for the duration 
of a
-            session.
+
+        <li><a href="feedhostobject.html">Feed</a>:
+            A generic collection of objects allowing the consuming and
+            persisting of Atom/RSS feeds
         </li>
 
+
         <li><a href="filehostobject.html">File</a>:
             An
             object that allows files to be read and written to the .resources
             folder.
         </li>
 
+
+        <li><a href="emailhostobject.html">Email</a>:
+            An
+            object that allows emails to be sent from mashups.
+        </li>
+
+
+        <li><a href="sessionhostobject.html">Session</a>:
+            A global object that aids in a persisting state for the duration 
of a
+            session.
+        </li>
+
+
         <li><a href="scraperhostobject.html">Scraper</a>:
             An object that allows Web pages to be converted into XML for data
             extraction
             and other manipulations.
         </li>
 
-        <li><a href="feedhostobject.html">Feed</a>:
-            A generic collection of objects allowing the consuming and
-            persisting of Atom/RSS feeds
-        </li>
 
-        <li><a href="apphostobject.html">APP</a>: A
-            collection of objects facilitating publishing using the Atom
-            Publishing Protocol (APP)
-        </li>
+        <li><a href="systemhostobject.html">System</a>:
+            A
+            global object providing methods for useful tasks such as including
+            JavaScript
+            files.</li>
+  <li><a href="wsrequesthostobject.html">WSRequest</a>:
+            An object for invoking a Web service without a stub,
+            or necessarily even a WSDL.</li>
+
+
+    
+</ul>
 
-    </ul>
 
-    <p>See the <a 
href="http://www.wso2.org/wiki/display/mashup/WSO2+Mashup+Server+Reference";
-                  target="blank">WSO2 Mashup Server Reference</a> for
+    
+<p>See the <a 
href="http://www.wso2.org/wiki/display/mashup/WSO2+Mashup+Server+Reference"; 
target="blank">WSO2 Mashup Server Reference</a> for
         more
         information on the use of these hosted objects.</p>
 
+
 </div>
 
-<p>&copy; WSO2 Inc.</p>
+
+<p>� WSO2 Inc.</p>
+
 </body>
 </html>

_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev

Reply via email to