|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@StableMinor(version="6.2", sinceVersion="5.0") public interface IURLResolver
Defines methods used for resolving portal web resource URLs. This interface may be implemented to customize how the URLs are resolved.
The methods of this interface are always called inside a transactional context.
lumis.portal.url
Method Summary | |
---|---|
String |
resolveFriendlyPath(WebResource resource,
String currentPath)
Resolves the friendly path for a web resource. |
Method Detail |
---|
String resolveFriendlyPath(WebResource resource, String currentPath) throws PortalException
resource
- the web resource.currentPath
- the path value resolved by previous
IURLResolver
in the resolution pipeline, or an empty String
if this is the first resolver in the pipeline.
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |