Uses of Class
org.apache.wiki.api.exceptions.NoRequiredPropertyException

Packages that use NoRequiredPropertyException
org.apache.wiki The chief package of JSPWiki. 
org.apache.wiki.auth Authentication, Authorization and the third A thing. 
org.apache.wiki.auth.authorize Authorizer implementation. 
org.apache.wiki.auth.user   
org.apache.wiki.diff   
org.apache.wiki.providers Provides storage for JSPWiki. 
org.apache.wiki.rss   
org.apache.wiki.search Provides the JSPWiki search functionality. 
org.apache.wiki.util Provides a number of utility libraries that are of general use. 
 

Uses of NoRequiredPropertyException in org.apache.wiki
 

Methods in org.apache.wiki that throw NoRequiredPropertyException
 void WikiProvider.initialize(WikiEngine engine, Properties properties)
          Initializes the page provider.
 

Uses of NoRequiredPropertyException in org.apache.wiki.auth
 

Methods in org.apache.wiki.auth that throw NoRequiredPropertyException
 void UserManager.DummyUserDatabase.initialize(WikiEngine engine, Properties props)
          No-op.
 

Uses of NoRequiredPropertyException in org.apache.wiki.auth.authorize
 

Methods in org.apache.wiki.auth.authorize that throw NoRequiredPropertyException
 void XMLGroupDatabase.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 GroupDatabase.initialize(WikiEngine engine, Properties props)
          Initializes the group database based on values from a Properties object.
 

Uses of NoRequiredPropertyException in org.apache.wiki.auth.user
 

Methods in org.apache.wiki.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)
          Initializes the user database based on values from a Properties object.
 

Uses of NoRequiredPropertyException in org.apache.wiki.diff
 

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

Uses of NoRequiredPropertyException in org.apache.wiki.providers
 

Methods in org.apache.wiki.providers that throw NoRequiredPropertyException
 void VersioningFileProvider.initialize(WikiEngine engine, Properties properties)
          Initializes the page provider.
 void CachingProvider.initialize(WikiEngine engine, Properties properties)
          Initializes the page provider.
 void CachingAttachmentProvider.initialize(WikiEngine engine, Properties properties)
          Initializes the page provider.
 void BasicAttachmentProvider.initialize(WikiEngine engine, Properties properties)
          Initializes the page provider.
 void AbstractFileProvider.initialize(WikiEngine engine, Properties properties)
          Initializes the page provider.
 

Uses of NoRequiredPropertyException in org.apache.wiki.rss
 

Constructors in org.apache.wiki.rss that throw NoRequiredPropertyException
RSSGenerator(WikiEngine engine, Properties properties)
          Initialize the RSS generator for a given WikiEngine.
 

Uses of NoRequiredPropertyException in org.apache.wiki.search
 

Methods in org.apache.wiki.search that throw NoRequiredPropertyException
 void LuceneSearchProvider.initialize(WikiEngine engine, Properties props)
          Initializes the page provider.
 void BasicSearchProvider.initialize(WikiEngine engine, Properties props)
          Initializes the page provider.
 

Uses of NoRequiredPropertyException in org.apache.wiki.util
 

Methods in org.apache.wiki.util that throw NoRequiredPropertyException
static String TextUtil.getRequiredProperty(Properties props, String key)
          Throws an exception if a property is not found.
 



Copyright © {inceptionYear}-2014 The Apache Software Foundation. All rights reserved.