ariba.ui.aribaweb.util
Class AWBookmarker
java.lang.Object
ariba.ui.aribaweb.util.AWBookmarker
public class AWBookmarker
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AWBookmarker
public AWBookmarker()
isBookmarkable
public boolean isBookmarkable(AWRequestContext requestContext)
getURLString
public java.lang.String getURLString(AWRequestContext requestContext)
getAnnotedProperties
public java.util.Map<java.lang.String,java.lang.Class<?>> getAnnotedProperties(java.lang.Class<?> aclass)
getComponent
public AWComponent getComponent(AWRequestContext requestContext)
getEncrypter
public AWBookmarker.BookmarkEncrypter getEncrypter()
- Returns the current encrypter i.e. the implementation of BookmarkEncrypter
- Returns:
- BookmarkEncrypter
setEncrypter
public void setEncrypter(AWBookmarker.BookmarkEncrypter encryptor)
- Set the encrypter to be used for encrypting and decrypting urls.
- Parameters:
encryptor
- concrete implementation of BookmarkEncrypter.
AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.