|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.tigris.scarab.util.EmailLink
org.tigris.scarab.util.EmailLinkFactory.ErrorEmailLink
| 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(Module module)
| Method Detail |
public java.lang.String toString()
EmailLink
The above call to toString() would return the String:
DynamicURI dui = new DynamicURI (data, "UserScreen" );
dui.addPathInfo("user","jon");
dui.toString();
http://www.server.com/servlets/Turbine/screen/UserScreen/user/jon
toString in interface SkipFilteringtoString in class EmailLink
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||