Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 191CF200C66 for ; Sat, 25 Mar 2017 16:53:11 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 17DD3160B88; Sat, 25 Mar 2017 15:53:11 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E1A2C160BB5 for ; Sat, 25 Mar 2017 16:53:07 +0100 (CET) Received: (qmail 50194 invoked by uid 500); 25 Mar 2017 15:53:07 -0000 Mailing-List: contact commits-help@jspwiki.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jspwiki.apache.org Delivered-To: mailing list commits@jspwiki.apache.org Received: (qmail 49553 invoked by uid 99); 25 Mar 2017 15:53:06 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Mar 2017 15:53:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6A1BADFE7B; Sat, 25 Mar 2017 15:53:06 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: juanpablo@apache.org To: commits@jspwiki.apache.org Date: Sat, 25 Mar 2017 15:53:35 -0000 Message-Id: <4a45035fcad848f4b776ca9d74b6b912@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [31/51] [abbrv] [partial] jspwiki-site git commit: first take at generating content archived-at: Sat, 25 Mar 2017 15:53:11 -0000 http://git-wip-us.apache.org/repos/asf/jspwiki-site/blob/7f9ce779/content/apidocs/2.10.1/org/apache/wiki/api/exceptions/class-use/NoRequiredPropertyException.html ---------------------------------------------------------------------- diff --git a/content/apidocs/2.10.1/org/apache/wiki/api/exceptions/class-use/NoRequiredPropertyException.html b/content/apidocs/2.10.1/org/apache/wiki/api/exceptions/class-use/NoRequiredPropertyException.html new file mode 100755 index 0000000..2134e94 --- /dev/null +++ b/content/apidocs/2.10.1/org/apache/wiki/api/exceptions/class-use/NoRequiredPropertyException.html @@ -0,0 +1,537 @@ + + + + + + + +Uses of Class org.apache.wiki.api.exceptions.NoRequiredPropertyException (Apache JSPWiki Main War 2.10.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

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

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use NoRequiredPropertyException
org.apache.wikiThe chief package of JSPWiki. 
org.apache.wiki.authAuthentication, Authorization and the third A thing. 
org.apache.wiki.auth.authorizeAuthorizer implementation. 
org.apache.wiki.auth.user  
org.apache.wiki.diff  
org.apache.wiki.providersProvides storage for JSPWiki. 
org.apache.wiki.rss  
org.apache.wiki.searchProvides the JSPWiki search functionality. 
org.apache.wiki.utilProvides 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
+ voidWikiProvider.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
+ voidUserManager.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
+ voidXMLGroupDatabase.initialize(WikiEngine engine, + Properties props) + +
+          Initializes the group database based on values from a Properties object.
+ voidJDBCGroupDatabase.initialize(WikiEngine engine, + Properties props) + +
+          Initializes the group database based on values from a Properties object.
+ voidGroupDatabase.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
+ voidXMLUserDatabase.initialize(WikiEngine engine, + Properties props) + +
+          Initializes the user database based on values from a Properties object.
+ voidUserDatabase.initialize(WikiEngine engine, + Properties props) + +
+          Initializes the user database based on values from a Properties object.
+ voidJDBCUserDatabase.initialize(WikiEngine engine, + Properties props) + +
+           
+abstract  voidAbstractUserDatabase.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
+ voidTraditionalDiffProvider.initialize(WikiEngine engine, + Properties properties) + +
+          Initializes the page provider.
+ voidExternalDiffProvider.initialize(WikiEngine engine, + Properties properties) + +
+          Initializes the page provider.
+ voidDiffProvider.NullDiffProvider.initialize(WikiEngine engine, + Properties properties) + +
+          Initializes the page provider.
+ voidContextualDiffProvider.initialize(WikiEngine engine, + Properties properties) + +
+           
+  +

+ + + + + +
+Uses of NoRequiredPropertyException in org.apache.wiki.providers
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in org.apache.wiki.providers that throw NoRequiredPropertyException
+ voidVersioningFileProvider.initialize(WikiEngine engine, + Properties properties) + +
+          Initializes the page provider.
+ voidCachingProvider.initialize(WikiEngine engine, + Properties properties) + +
+          Initializes the page provider.
+ voidCachingAttachmentProvider.initialize(WikiEngine engine, + Properties properties) + +
+          Initializes the page provider.
+ voidBasicAttachmentProvider.initialize(WikiEngine engine, + Properties properties) + +
+          Initializes the page provider.
+ voidAbstractFileProvider.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
+ voidLuceneSearchProvider.initialize(WikiEngine engine, + Properties props) + +
+          Initializes the page provider.
+ voidBasicSearchProvider.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 StringTextUtil.getRequiredProperty(Properties props, + String key) + +
+          Throws an exception if a property is not found.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © {inceptionYear}-2014 The Apache Software Foundation. All rights reserved. + + http://git-wip-us.apache.org/repos/asf/jspwiki-site/blob/7f9ce779/content/apidocs/2.10.1/org/apache/wiki/api/exceptions/class-use/NoSuchVariableException.html ---------------------------------------------------------------------- diff --git a/content/apidocs/2.10.1/org/apache/wiki/api/exceptions/class-use/NoSuchVariableException.html b/content/apidocs/2.10.1/org/apache/wiki/api/exceptions/class-use/NoSuchVariableException.html new file mode 100755 index 0000000..0210dc0 --- /dev/null +++ b/content/apidocs/2.10.1/org/apache/wiki/api/exceptions/class-use/NoSuchVariableException.html @@ -0,0 +1,191 @@ + + + + + + + +Uses of Class org.apache.wiki.api.exceptions.NoSuchVariableException (Apache JSPWiki Main War 2.10.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
org.apache.wiki.api.exceptions.NoSuchVariableException

+
+ + + + + + + + + +
+Packages that use NoSuchVariableException
org.apache.wikiThe chief package of JSPWiki. 
+  +

+ + + + + +
+Uses of NoSuchVariableException in org.apache.wiki
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.wiki that throw NoSuchVariableException
+ StringVariableManager.getValue(WikiContext context, + String varName) + +
+          Returns a value of the named variable.
+ StringVariableManager.parseAndGetValue(WikiContext context, + String link) + +
+          Parses the link and finds a value.
+  +

+


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