Changeset 7113
- Timestamp:
- Mar 16, 2016, 9:11:29 AM (8 years ago)
- Location:
- trunk/src/clients/web/net/sf/basedb/clients/web/extensions/startpage
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/clients/web/net/sf/basedb/clients/web/extensions/startpage/StartPageAction.java
r7111 r7113 56 56 /** 57 57 Get the URL to the start page. The URL should be 58 be an absolute URL. If the URL doesn't include the59 ID parameter it will automatically be inserted.60 Eg. my_alternate_startpage.jsp --> my_alternate_startpage.jsp?ID=...58 be an absolute URL. Use <code>$SESSION-ID$</code> 59 as a placeholder for the current session id. 60 Eg. <code>my_alternate_startpage.jsp?ID=$SESSION-ID$</code> 61 61 */ 62 62 public String getUrl();
Note: See TracChangeset
for help on using the changeset viewer.