Uses of Class
com.ecyrd.jspwiki.NoRequiredPropertyException

Packages that use NoRequiredPropertyException
com.ecyrd.jspwiki The chief package of JSPWiki. 
com.ecyrd.jspwiki.auth Authentication, Authorization and the third A thing. 
com.ecyrd.jspwiki.auth.authorize Authorizer implementation. 
com.ecyrd.jspwiki.auth.user   
com.ecyrd.jspwiki.diff   
com.ecyrd.jspwiki.providers Provides storage for JSPWiki. 
com.ecyrd.jspwiki.rss   
com.ecyrd.jspwiki.search Provides the JSPWiki search functionality. 
 

Uses of NoRequiredPropertyException in com.ecyrd.jspwiki
 

Methods in com.ecyrd.jspwiki that throw NoRequiredPropertyException
static String WikiEngine.getRequiredProperty(Properties props, String key)
          Throws an exception if a property is not found.
 void WikiProvider.initialize(WikiEngine engine, Properties properties)
          Initializes the page provider.
 

Uses of NoRequiredPropertyException in com.ecyrd.jspwiki.auth
 

Methods in com.ecyrd.jspwiki.auth that throw NoRequiredPropertyException
 void UserManager.DummyUserDatabase.initialize(WikiEngine engine, Properties props)
          No-op.
 

Uses of NoRequiredPropertyException in com.ecyrd.jspwiki.auth.authorize
 

Methods in com.ecyrd.jspwiki.auth.authorize that throw NoRequiredPropertyException
 void GroupDatabase.initialize(WikiEngine engine, Properties props)
          Initializes the group database based on values from a Properties object.
 void JDBCGroupDatabase.initialize(WikiEngine engine, Properties props)
          Initializes the group database based on values from a Properties object.
 void XMLGroupDatabase.initialize(WikiEngine engine, Properties props)
          Initializes the group database based on values from a Properties object.
 

Uses of NoRequiredPropertyException in com.ecyrd.jspwiki.auth.user
 

Methods in com.ecyrd.jspwiki.auth.user that throw NoRequiredPropertyException
 void UserDatabase.initialize(WikiEngine engine, Properties props)
          Initializes the user database based on values from a Properties object.
abstract  void AbstractUserDatabase.initialize(WikiEngine engine, Properties props)
          Initializes the user database based on values from a Properties object.
 void JDBCUserDatabase.initialize(WikiEngine engine, Properties props)
           
 void XMLUserDatabase.initialize(WikiEngine engine, Properties props)
          Initializes the user database based on values from a Properties object.
 

Uses of NoRequiredPropertyException in com.ecyrd.jspwiki.diff
 

Methods in com.ecyrd.jspwiki.diff that throw NoRequiredPropertyException
 void DiffProvider.NullDiffProvider.initialize(WikiEngine engine, Properties properties)
          Initializes the page provider.
 void ContextualDiffProvider.initialize(WikiEngine engine, Properties properties)
           
 void ExternalDiffProvider.initialize(WikiEngine engine, Properties properties)
          Initializes the page provider.
 void TraditionalDiffProvider.initialize(WikiEngine engine, Properties properties)
          Initializes the page provider.
 

Uses of NoRequiredPropertyException in com.ecyrd.jspwiki.providers
 

Methods in com.ecyrd.jspwiki.providers that throw NoRequiredPropertyException
 void AbstractFileProvider.initialize(WikiEngine engine, Properties properties)
          Initializes the page provider.
 void BasicAttachmentProvider.initialize(WikiEngine engine, Properties properties)
          Initializes the page provider.
 void CachingAttachmentProvider.initialize(WikiEngine engine, Properties properties)
          Initializes the page provider.
 void CachingProvider.initialize(WikiEngine engine, Properties properties)
          Initializes the page provider.
 void RCSFileProvider.initialize(WikiEngine engine, Properties props)
          Initializes the page provider.
 void VersioningFileProvider.initialize(WikiEngine engine, Properties properties)
          Initializes the page provider.
 

Uses of NoRequiredPropertyException in com.ecyrd.jspwiki.rss
 

Constructors in com.ecyrd.jspwiki.rss that throw NoRequiredPropertyException
RSSGenerator(WikiEngine engine, Properties properties)
          Initialize the RSS generator for a given WikiEngine.
 

Uses of NoRequiredPropertyException in com.ecyrd.jspwiki.search
 

Methods in com.ecyrd.jspwiki.search that throw NoRequiredPropertyException
 void BasicSearchProvider.initialize(WikiEngine engine, Properties props)
          Initializes the page provider.
 void LuceneSearchProvider.initialize(WikiEngine engine, Properties props)
          Initializes the page provider.