PREV CLASS
NEXT CLASS
|
|
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
com.ibm.portal.resolver.data
Interface RedirectDataSource
- All Superinterfaces:
- Addressable, DataSource, DataSourceFragment, Disposable, TimeStamped
-
public interface RedirectDataSource
- extends DataSource
Data source that allows to redirect to a different URL. If the
TimeStamped methods and the DataSource.getExpiration() method
are implemented then the appropriate cache headers will be set.
- Since:
- 6.1.0
- Note:
This interface is designed to be implemented by clients. |
Method Summary
|
java.lang.String |
getRedirectURL()
Return the URL to redirect to |
getRedirectURL
java.lang.String getRedirectURL()
- Returns the URL to redirect to
- Returns:
- the URL, not null
PREV CLASS
NEXT CLASS
|
|
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |