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 14777200CC2 for ; Tue, 20 Jun 2017 21:32:17 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 127AC160BEF; Tue, 20 Jun 2017 19:32:17 +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 DB157160C07 for ; Tue, 20 Jun 2017 21:32:14 +0200 (CEST) Received: (qmail 22308 invoked by uid 500); 20 Jun 2017 19:32:14 -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 22172 invoked by uid 99); 20 Jun 2017 19:32:13 -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; Tue, 20 Jun 2017 19:32:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 725D6E1812; Tue, 20 Jun 2017 19:32:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: git-site-role@apache.org To: commits@jspwiki.apache.org Date: Tue, 20 Jun 2017 19:32:34 -0000 Message-Id: <83507ab5f10e4b17a9c3fd697f995b9d@git.apache.org> In-Reply-To: <0376810a7d4645cbb4310daffb0708ca@git.apache.org> References: <0376810a7d4645cbb4310daffb0708ca@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [23/51] [partial] jspwiki-site git commit: Automatic Site Publish by Buildbot archived-at: Tue, 20 Jun 2017 19:32:17 -0000 http://git-wip-us.apache.org/repos/asf/jspwiki-site/blob/570c2bf5/apidocs/2.10.1/org/apache/wiki/api/plugin/package-tree.html ---------------------------------------------------------------------- diff --git a/apidocs/2.10.1/org/apache/wiki/api/plugin/package-tree.html b/apidocs/2.10.1/org/apache/wiki/api/plugin/package-tree.html deleted file mode 100755 index 9ed8ff5..0000000 --- a/apidocs/2.10.1/org/apache/wiki/api/plugin/package-tree.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - - -org.apache.wiki.api.plugin Class Hierarchy (Apache JSPWiki Main War 2.10.1 API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Hierarchy For Package org.apache.wiki.api.plugin -

-
-
-
Package Hierarchies:
All Packages
-
-

-Interface Hierarchy -

- -
- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © {inceptionYear}-2014 The Apache Software Foundation. All rights reserved. - - http://git-wip-us.apache.org/repos/asf/jspwiki-site/blob/570c2bf5/apidocs/2.10.1/org/apache/wiki/api/plugin/package-use.html ---------------------------------------------------------------------- diff --git a/apidocs/2.10.1/org/apache/wiki/api/plugin/package-use.html b/apidocs/2.10.1/org/apache/wiki/api/plugin/package-use.html deleted file mode 100755 index fb08817..0000000 --- a/apidocs/2.10.1/org/apache/wiki/api/plugin/package-use.html +++ /dev/null @@ -1,222 +0,0 @@ - - - - - - - -Uses of Package org.apache.wiki.api.plugin (Apache JSPWiki Main War 2.10.1 API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Package
org.apache.wiki.api.plugin

-
- - - - - - - - - - - - - - - - - -
-Packages that use org.apache.wiki.api.plugin
org.apache.wiki.api.engineJSPWiki's WikiEngine Managers package. 
org.apache.wiki.formsContains classes for doing form handling within JSPWiki. 
org.apache.wiki.pluginProvides plugins to the JSPWiki. 
-  -

- - - - - - - - -
-Classes in org.apache.wiki.api.plugin used by org.apache.wiki.api.engine
WikiPlugin - -
-          Defines an interface for plugins.
-  -

- - - - - - - - -
-Classes in org.apache.wiki.api.plugin used by org.apache.wiki.forms
WikiPlugin - -
-          Defines an interface for plugins.
-  -

- - - - - - - - - - - - - - -
-Classes in org.apache.wiki.api.plugin used by org.apache.wiki.plugin
InitializablePlugin - -
-          If a plugin defines this interface, it is called exactly once - prior to the actual execute() routine.
ParserStagePlugin - -
-          Implements a Plugin interface for the parser stage.
WikiPlugin - -
-          Defines an interface for plugins.
-  -

-


- - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © {inceptionYear}-2014 The Apache Software Foundation. All rights reserved. - - http://git-wip-us.apache.org/repos/asf/jspwiki-site/blob/570c2bf5/apidocs/2.10.1/org/apache/wiki/attachment/Attachment.html ---------------------------------------------------------------------- diff --git a/apidocs/2.10.1/org/apache/wiki/attachment/Attachment.html b/apidocs/2.10.1/org/apache/wiki/attachment/Attachment.html deleted file mode 100755 index a8d16d8..0000000 --- a/apidocs/2.10.1/org/apache/wiki/attachment/Attachment.html +++ /dev/null @@ -1,432 +0,0 @@ - - - - - - - -Attachment (Apache JSPWiki Main War 2.10.1 API) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.apache.wiki.attachment -
-Class Attachment

-
-java.lang.Object
-  extended by org.apache.wiki.WikiPage
-      extended by org.apache.wiki.attachment.Attachment
-
-
-
All Implemented Interfaces:
Cloneable, Comparable
-
-
-
Direct Known Subclasses:
DynamicAttachment
-
-
-
-
public class Attachment
extends WikiPage
- - - - - - -
- -

-Describes an attachment. Attachments are actually derivatives of - a WikiPage, since they do actually have a WikiName as well. -

- -

-


- -

- - - - - - - -
-Field Summary
- - - - - - - -
Fields inherited from class org.apache.wiki.WikiPage
ALIAS, CHANGENOTE, DESCRIPTION, REDIRECT
-  - - - - - - - - - - -
-Constructor Summary
Attachment(WikiEngine engine, - String parentPage, - String fileName) - -
-          Creates a new attachment.
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- StringgetFileName() - -
-          Returns the file name of the attachment.
- StringgetParentName() - -
-          Returns the name of the parent of this Attachment, i.e. the page - which contains this attachment.
- booleanisCacheable() - -
-          Returns true, if this attachment can be cached by the user agent.
- voidsetCacheable(boolean value) - -
-          Sets this attachment to be cacheable or not.
- voidsetFileName(String name) - -
-          Sets the file name of this attachment.
- StringtoString() - -
-          Returns a human-readable, only-debugging-suitable description.
- - - - - - - -
Methods inherited from class org.apache.wiki.WikiPage
clone, compareTo, getAcl, getAttribute, getAttributes, getAuthor, getLastModified, getName, getSize, getVersion, getWiki, hashCode, hasMetadata, invalidateMetadata, removeAttribute, setAcl, setAttribute, setAuthor, setHasMetadata, setLastModified, setSize, setVersion
- - - - - - - -
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
-  -

- - - - - - - - -
-Constructor Detail
- -

-Attachment

-
-public Attachment(WikiEngine engine,
-                  String parentPage,
-                  String fileName)
-
-
Creates a new attachment. The final name of the attachment will be - a synthesis of the parent page name and the file name. -

-

-
Parameters:
engine - The WikiEngine which is hosting this attachment.
parentPage - The page which will contain this attachment.
fileName - The file name for the attachment.
-
- - - - - - - - -
-Method Detail
- -

-toString

-
-public String toString()
-
-
Returns a human-readable, only-debugging-suitable description. -

-

-
Overrides:
toString in class WikiPage
-
-
- -
Returns:
A debugging string
-
-
-
- -

-getFileName

-
-public String getFileName()
-
-
Returns the file name of the attachment. -

-

- -
Returns:
A String with the file name.
-
-
-
- -

-setFileName

-
-public void setFileName(String name)
-
-
Sets the file name of this attachment. -

-

-
Parameters:
name - The name of the attachment. Must be a legal file name without - the path.
-
-
-
- -

-getParentName

-
-public String getParentName()
-
-
Returns the name of the parent of this Attachment, i.e. the page - which contains this attachment. -

-

- -
Returns:
String depicting the parent of the attachment.
-
-
-
- -

-isCacheable

-
-public boolean isCacheable()
-
-
Returns true, if this attachment can be cached by the user agent. By default - attachments are cacheable. -

-

- -
Returns:
False, if the attachment should not be cached by the user agent.
Since:
-
2.5.34
-
-
-
-
- -

-setCacheable

-
-public void setCacheable(boolean value)
-
-
Sets this attachment to be cacheable or not. This mostly concerns things - like DynamicAttachments, but it may be useful for certain AttachmentProviders - as well. -

-

-
Parameters:
value - True or false, depending on whether you want this attachment - to be cacheable or not.
Since:
-
2.5.34
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © {inceptionYear}-2014 The Apache Software Foundation. All rights reserved. - - http://git-wip-us.apache.org/repos/asf/jspwiki-site/blob/570c2bf5/apidocs/2.10.1/org/apache/wiki/attachment/Attachment.png ---------------------------------------------------------------------- diff --git a/apidocs/2.10.1/org/apache/wiki/attachment/Attachment.png b/apidocs/2.10.1/org/apache/wiki/attachment/Attachment.png deleted file mode 100755 index 9cd54e5..0000000 Binary files a/apidocs/2.10.1/org/apache/wiki/attachment/Attachment.png and /dev/null differ