org.tigris.scarab.util
Class EmailLinkFactory.ErrorEmailLink

java.lang.Object
  extended byorg.tigris.scarab.util.EmailLink
      extended byorg.tigris.scarab.util.EmailLinkFactory.ErrorEmailLink
All Implemented Interfaces:
org.apache.fulcrum.pool.InitableRecyclable, org.apache.fulcrum.pool.Recyclable, SkipFiltering
Enclosing class:
EmailLinkFactory

static class EmailLinkFactory.ErrorEmailLink
extends EmailLink


Field Summary
 
Fields inherited from class org.tigris.scarab.util.EmailLink
HTTP, HTTPS
 
Constructor Summary
(package private) EmailLinkFactory.ErrorEmailLink()
           
(package private) EmailLinkFactory.ErrorEmailLink(Module module)
           
 
Method Summary
 java.lang.String toString()
          Builds the URL with all of the data URL-encoded as well as encoded using HttpServletResponse.encodeUrl().
 
Methods inherited from class org.tigris.scarab.util.EmailLink
addPair, addPathInfo, addPathInfo, addPathInfo, addPathInfo, addPathInfo, addPathInfo, dispose, getCurrentModule, getIssueIdLink, getScriptName, getServerName, getServerPort, getServerScheme, hasPathInfo, init, isDisposed, omitModule, recycle, refresh, removePairByName, removePathInfo, removePathInfo, renderPairs, renderPathInfo, setAction, setCurrentModule, setPage, setPathInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EmailLinkFactory.ErrorEmailLink

EmailLinkFactory.ErrorEmailLink()

EmailLinkFactory.ErrorEmailLink

EmailLinkFactory.ErrorEmailLink(Module module)
Method Detail

toString

public java.lang.String toString()
Description copied from class: EmailLink
Builds the URL with all of the data URL-encoded as well as encoded using HttpServletResponse.encodeUrl().

 DynamicURI dui = new DynamicURI (data, "UserScreen" );
 dui.addPathInfo("user","jon");
 dui.toString();
 
The above call to toString() would return the String:

http://www.server.com/servlets/Turbine/screen/UserScreen/user/jon

Specified by:
toString in interface SkipFiltering
Overrides:
toString in class EmailLink
Returns:
A String with the built URL.


Copyright © 2000-2004 Tigris.org. All Rights Reserved.