org.activemath.webapp.dict
Class SearchPolicy

java.lang.Object
  extended by org.activemath.webapp.dict.SearchPolicy
All Implemented Interfaces:
Serializable

public class SearchPolicy
extends Object
implements Serializable

Encodes the dictionary policy which can be read from such sources as the learner-preferences or user-roles.

See Also:
Serialized Form

Constructor Summary
SearchPolicy(AppSession appSession)
           
 
Method Summary
 boolean isAuthor()
           
 boolean isLearner()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchPolicy

public SearchPolicy(AppSession appSession)
Method Detail

isAuthor

public boolean isAuthor()

isLearner

public boolean isLearner()