ariba.ui.aribaweb.util
Interface AWBookmarker.BookmarkEncrypter
- Enclosing class:
- AWBookmarker
public static interface AWBookmarker.BookmarkEncrypter
This interface is intended to be implemented by the Application.
It should provide a way to encrypt the query string of the urls to prevent hacking.
isEncrypted
boolean isEncrypted(AWRequestContext requestContext)
getEncryptedUrl
String getEncryptedUrl(String url,
String queryToAppend)
getDecryptedUrl
String getDecryptedUrl(AWRequestContext requestContext)
AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.