ariba.ui.aribaweb.util
Class AWBookmarker

java.lang.Object
  extended by ariba.ui.aribaweb.util.AWBookmarker

public class AWBookmarker
extends java.lang.Object


Nested Class Summary
static interface AWBookmarker.BookmarkEncrypter
          This interface is intended to be implemented by the Application.
 
Constructor Summary
AWBookmarker()
           
 
Method Summary
 java.util.Map<java.lang.String,java.lang.Class<?>> getAnnotedProperties(java.lang.Class<?> aclass)
           
 AWComponent getComponent(AWRequestContext requestContext)
           
 AWBookmarker.BookmarkEncrypter getEncrypter()
          Returns the current encrypter i.e.
 java.lang.String getURLString(AWRequestContext requestContext)
           
 boolean isBookmarkable(AWRequestContext requestContext)
           
 void setEncrypter(AWBookmarker.BookmarkEncrypter encryptor)
          Set the encrypter to be used for encrypting and decrypting urls.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AWBookmarker

public AWBookmarker()
Method Detail

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.