Changeset 7113


Ignore:
Timestamp:
Mar 16, 2016, 9:11:29 AM (8 years ago)
Author:
Nicklas Nordborg
Message:

References #1995: Add extension point for selecting start page

Added StartPageBean which can be useful for extensions to this extension point.

The start page URL may contain $SESSION-ID$ as a placeholder for the current session id.

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  
    5656  /**
    5757    Get the URL to the start page. The URL should be
    58     be an absolute URL. If the URL doesn't include the
    59     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>
    6161  */
    6262  public String getUrl();
Note: See TracChangeset for help on using the changeset viewer.