Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Page 1   2  
com.xpn.xwiki.api.* (12)com.xpn.xwiki.atom.* (11)com.xpn.xwiki.cache.* (5)
com.xpn.xwiki.doc.* (7)com.xpn.xwiki.i18n.* (1)com.xpn.xwiki.monitor.* (4)
com.xpn.xwiki.notify.* (9)com.xpn.xwiki.objects.* (43)com.xpn.xwiki.pdf.* (4)
com.xpn.xwiki.plugin.* (41)

com.xpn.xwiki: Javadoc index of package com.xpn.xwiki.


Package Samples:

com.xpn.xwiki.api
com.xpn.xwiki.atom.lifeblog
com.xpn.xwiki.atom
com.xpn.xwiki.cache.api
com.xpn.xwiki.cache.impl
com.xpn.xwiki.doc
com.xpn.xwiki.i18n
com.xpn.xwiki.monitor.api
com.xpn.xwiki.notify
com.xpn.xwiki.objects.classes
com.xpn.xwiki.objects.meta
com.xpn.xwiki.objects
com.xpn.xwiki.pdf.api
com.xpn.xwiki.pdf.impl
com.xpn.xwiki.plugin.alexa
com.xpn.xwiki.plugin.calendar
com.xpn.xwiki.plugin.feed
com.xpn.xwiki.plugin.flickr
com.xpn.xwiki.plugin.google
com.xpn.xwiki.plugin.graphviz

Classes:

DBCPConnectionProvider: A connection provider that uses an Apache commons DBCP connection pool. To use this connection provider set: hibernate.connection.provider_class org.hibernate.connection.DBCPConnectionProvider Supported Hibernate properties: hibernate.connection.driver_class hibernate.connection.url hibernate.connection.username hibernate.connection.password hibernate.connection.isolation hibernate.connection.autocommit hibernate.connection.pool_size hibernate.connection (JDBC driver properties) All DBCP properties are also supported by using the hibernate.dbcp prefix. A complete list can be found on the DBCP ...
SetCharacterEncodingFilter: Example filter that sets the character encoding to be used in parsing the incoming request, either unconditionally or only if the client did not specify a character encoding. Configuration of this filter is based on the following initialization parameters: encoding - The character encoding to be configured for this request, either conditionally or unconditionally based on the ignore initialization parameter. This parameter is required, so there is no default. ignore - If set to "true", any character encoding specified by the client is ignored, and the value returned by the selectEncoding() method ...
LDAPTest: Test for LDAP authentication *********************************************************************** This test need a TEST local LDAP server *********************************************************************** BEWARE : THIS TEST DELETE ALL LDAP SERVER CONTENTS ! NEVER USE IT WITH PRODUCTION SERVER ! *********************************************************************** If you use OpenLDAP server, the sldap.conf must containts the statements : include /etc/schema/cosine.schema include /etc/schema/inetorgperson.schema access to * by self read by anonymous auth by * none suffix "dc=xwiki,dc=com" ...
ViewEditTest: =================================================================== Copyright (c) 2003 Ludovic Dubost, All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details, published ...
Utils: =================================================================== Copyright (c) 2003 Ludovic Dubost, All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details, published ...
ObjectTest: =================================================================== Copyright (c) 2003 Ludovic Dubost, All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details, published ...
PackageException: =================================================================== Copyright (c) 2005 XpertNet, All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details, published ...
PluginException: =================================================================== Copyright (c) 2005 XpertNet, All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details, published ...
MyFormAuthentication: Form-based authentication implementation. An instance of this class can be reused across several tests as it caches the session cookie. Thus the first time it is used to authenticate the user, it calls the security URL (which is by default the context URL prepended by "j_security_check"), caches the returned session cookie and adds the cookie for the next request. The second time it is called, it simply addes the session cookie for the next request.
ViewEditAction: A simple action that handles the display and editing of an wiki page.. The action support an action URL. The action in the URL controls what this action class does. The following values are supported: view - view the Wiki Document edit - edit the Wiki Document preview - preview the Wiki Document save - save the Wiki Document
RSSMacroParameters: A simple bean which encapsulates macro parameters and does some logic, like making sure the feed property, a String is a well-formed URL, and evaluating the count property against a proposed number of items, in light of the possibility that count may not have been defined.
GroovyTemplateEngine: This simple template engine uses JSP script and expression syntax. It also lets you use normal groovy expressions in the template text much like the new JSP EL functionality. The variable 'out' is bound to the writer that the template is being written to.
XWikiLock: Created by IntelliJ IDEA. User: Alex Date: 17 mars 2005 Time: 15:33:41 To change this template use File | Settings | File Templates.
LDAPAuthServiceImpl: Created by IntelliJ IDEA. User: Alex Date: 18 avr. 2005 Time: 16:18:50 To change this template use File | Settings | File Templates.
CalendarModel: Model interface for the CalendarTag. The CalendarTag will set a day, then use the computeUrl method to get the URLs it needs.
SmtpMessage: Container for a complete SMTP message - headers and message body.
RSSMacro: A Radeox MacroFilter for rendering an RSS feed.
XWikiHeadingFilter: A customized version of Radeox Heading Filter
SimpleSmtpServer: Dummy SMTP server for testing purposes.
SmtpActionType: Represents an SMTP action or command.
SmtpRequest: Contains an SMTP client request.
SmtpResponse: SMTP response container.
SmtpState: SMTP server state.
XWiki
XWikiConfig

Home | Contact Us | Privacy Policy | Terms of Service