Uses of Class
com.ecyrd.jspwiki.NoRequiredPropertyException

Packages that use NoRequiredPropertyException
com.ecyrd.jspwiki   
com.ecyrd.jspwiki.auth   
com.ecyrd.jspwiki.auth.user   
com.ecyrd.jspwiki.diff   
com.ecyrd.jspwiki.providers   
com.ecyrd.jspwiki.rss   
com.ecyrd.jspwiki.search   
 

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)
           
 

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

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

Uses of NoRequiredPropertyException in com.ecyrd.jspwiki.diff
 

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

Uses of NoRequiredPropertyException in com.ecyrd.jspwiki.providers
 

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

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.
 

Uses of NoRequiredPropertyException in com.ecyrd.jspwiki.search
 

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