Serialized Form
-
Package com.xpn.xwiki
-
Class com.xpn.xwiki.XWikiConfig extends Properties implements Serializable
-
Class com.xpn.xwiki.XWikiContext extends Hashtable<Object,Object> implements Serializable
-
Serialized Fields
-
action
String action
-
cacheDuration
int cacheDuration
-
classCache
Map<DocumentReference,BaseClass> classCache
-
classCacheSize
int classCacheSize
-
compactWikiEntityReferenceSerializer
EntityReferenceSerializer<String> compactWikiEntityReferenceSerializer
Used to convert a Document Reference to string (compact form without the wiki part if it matches the current wiki). -
currentMixedDocumentReferenceResolver
DocumentReferenceResolver<String> currentMixedDocumentReferenceResolver
Used to resolve a string into a proper Document Reference using the current document's reference to fill the blanks, except for the page name for which the default page name is used instead and for the wiki name for which the current wiki is used instead of the current document reference's wiki. -
displayedFields
List<String> displayedFields
-
engine_context
XWikiEngineContext engine_context
-
execution
org.xwiki.context.Execution execution
The Execution so that we can check if permissions were dropped there. -
finished
boolean finished
-
form
XWikiForm form
-
interfaceLocale
Locale interfaceLocale
-
locale
Locale locale
-
localEntityReferenceSerializer
EntityReferenceSerializer<String> localEntityReferenceSerializer
Used to convert a proper Document Reference to a string but without the wiki name. -
mode
int mode
-
orig_wikiId
String orig_wikiId
-
request
XWikiRequest request
-
response
XWikiResponse response
-
responseSent
boolean responseSent
-
url
URL url
-
URLFactory
XWikiURLFactory URLFactory
-
userReference
DocumentReference userReference
-
wiki
XWiki wiki
-
wikiReference
WikiReference wikiReference
-
-
-
Class com.xpn.xwiki.XWikiException extends Exception implements Serializable
-
Serialized Fields
-
args
Object[] args
-
code
int code
-
module
int module
-
-
-
-
Package com.xpn.xwiki.doc
-
Class com.xpn.xwiki.doc.DocumentRevisionExcepion extends Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.xpn.xwiki.doc.rcs
-
Class com.xpn.xwiki.doc.rcs.XWikiRCSNodeId extends AbstractSimpleClass implements Serializable
-
Serialized Fields
-
docId
long docId
- See Also:
XWikiRCSNodeId.getDocId()
-
version
org.suigeneris.jrcs.rcs.Version version
Version of document. -
wikiReference
WikiReference wikiReference
- See Also:
XWikiRCSNodeId.getWikiReference()
-
-
-
-
Package com.xpn.xwiki.job
-
Class com.xpn.xwiki.job.JobRequestContext extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
documentReference
DocumentReference documentReference
Deprecated. -
documentSet
boolean documentSet
Deprecated. -
requestContextPath
String requestContextPath
Deprecated. -
requestParameters
Map<String,String[]> requestParameters
Deprecated. -
requestSet
boolean requestSet
Deprecated. -
requestURL
URL requestURL
Deprecated. -
sDocumentReference
DocumentReference sDocumentReference
Deprecated. -
sDocumentSet
boolean sDocumentSet
Deprecated. -
userReference
DocumentReference userReference
Deprecated. -
userReferenceSet
boolean userReferenceSet
Deprecated. -
wikiId
String wikiId
Deprecated. -
wikiIdSet
boolean wikiIdSet
Deprecated.
-
-
-
Package com.xpn.xwiki.objects
-
Class com.xpn.xwiki.objects.BaseCollection extends BaseElement<R extends EntityReference> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
currentReferenceDocumentReferenceResolver
DocumentReferenceResolver<EntityReference> currentReferenceDocumentReferenceResolver
Used to normalize references. -
fields
Map<String,Object> fields
List of properties (eg XClass properties, XObject properties, etc). -
fieldsToRemove
List<Object> fieldsToRemove
-
number
int number
The meaning of this reference fields depends on the element represented. Examples:- When the BaseCollection represents an XObject, this number is the position of this XObject in the document where it's located. The first XObject of a given XClass type is at position 0, and other XObject of the same XClass type are at position 1, etc.
-
relativeEntityReferenceResolver
EntityReferenceResolver<String> relativeEntityReferenceResolver
Used to resolve XClass references in the way they are stored externally (database, xml, etc), ie relative or absolute. -
xClassReference
EntityReference xClassReference
The meaning of this reference fields depends on the element represented. Examples:- If this BaseCollection instance represents an XObject then refers to the document where the XObject's XClass is defined.
- If this BaseCollection instance represents an XClass then it's not used.
-
xClassReferenceCache
DocumentReference xClassReferenceCache
Cache the XClass reference resolved as an absolute reference for improved performance (so that we don't have to resolve the relative reference every time getXClassReference() is called.
-
-
Class com.xpn.xwiki.objects.BaseElement extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
documentReference
DocumentReference documentReference
Reference to the document in which this element is defined (for elements where this make sense, for example for an XClass or a XObject).- Since:
- 5.3M1
-
localEntityReferenceSerializer
EntityReferenceSerializer<String> localEntityReferenceSerializer
Used to convert a proper Document Reference to a string but without the wiki name. -
localization
ContextualLocalizationManager localization
-
localUidStringEntityReferenceSerializer
EntityReferenceSerializer<String> localUidStringEntityReferenceSerializer
Used to build uid string for the getId() hash. -
name
String name
Free form name (for elements which don't point to a reference, for example for instances ofBaseProperty
). -
prettyName
String prettyName
-
referenceCache
R extends EntityReference referenceCache
Full reference of this element.- Since:
- 3.2M1
-
-
Class com.xpn.xwiki.objects.BaseObject extends BaseCollection<BaseObjectReference> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
currentMixedDocumentReferenceResolver
DocumentReferenceResolver<String> currentMixedDocumentReferenceResolver
Used to resolve a string into a proper Document Reference using the current document's reference to fill the blanks, except for the page name for which the default page name is used instead and for the wiki name for which the current wiki is used instead of the current document reference's wiki. -
guid
String guid
-
-
Class com.xpn.xwiki.objects.BaseObjectReference extends ObjectReference implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
nameParsed
boolean nameParsed
True if the name and the metadata (class reference and number) are in sync. -
objectNumber
Integer objectNumber
The number of this object. -
xclassReference
DocumentReference xclassReference
The class reference of this object.
-
-
Class com.xpn.xwiki.objects.BaseProperty extends BaseElement<R extends EntityReference> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
long id
-
isValueDirty
boolean isValueDirty
Set to true if value is not the same as the database value. -
object
BaseCollection object
-
-
Class com.xpn.xwiki.objects.BaseStringProperty extends BaseProperty implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
value
String value
The value of the string.
-
-
Class com.xpn.xwiki.objects.DateProperty extends BaseProperty implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
value
Date value
The property value.
-
-
Class com.xpn.xwiki.objects.DBStringListProperty extends ListProperty implements Serializable
- serialVersionUID:
- 1L
-
Class com.xpn.xwiki.objects.DoubleProperty extends NumberProperty<Double> implements Serializable
- serialVersionUID:
- 1L
-
Class com.xpn.xwiki.objects.FloatProperty extends NumberProperty<Float> implements Serializable
- serialVersionUID:
- 1L
-
Class com.xpn.xwiki.objects.IntegerProperty extends NumberProperty<Integer> implements Serializable
- serialVersionUID:
- 1L
-
Class com.xpn.xwiki.objects.LargeStringProperty extends BaseStringProperty implements Serializable
- serialVersionUID:
- 1L
-
Class com.xpn.xwiki.objects.ListProperty extends BaseProperty implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
actualList
List<String> actualList
This is the actual list. It will be used during serialization/deserialization. -
formStringSeparator
String formStringSeparator
Deprecated.since 7.0M2. This was never used, since it is not the right place to handle separators. They are defined inListClass
and that is where they are now handled throughListClass.toFormString(BaseProperty)
.
-
-
Class com.xpn.xwiki.objects.LongProperty extends NumberProperty<Long> implements Serializable
- serialVersionUID:
- 1L
-
Class com.xpn.xwiki.objects.NumberProperty extends BaseProperty implements Serializable
- serialVersionUID:
- 1L
-
Class com.xpn.xwiki.objects.StringListProperty extends ListProperty implements Serializable
- serialVersionUID:
- 1L
-
Class com.xpn.xwiki.objects.StringProperty extends BaseStringProperty implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.xpn.xwiki.objects.classes
-
Class com.xpn.xwiki.objects.classes.BaseClass extends BaseCollection<DocumentReference> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
currentDocumentReferenceResolver
DocumentReferenceResolver<String> currentDocumentReferenceResolver
-
currentMixedDocumentReferenceResolver
DocumentReferenceResolver<String> currentMixedDocumentReferenceResolver
Used to resolve a string into a proper Document Reference using the current document's reference to fill the blanks, except for the page name for which the default page name is used instead and for the wiki name for which the current wiki is used instead of the current document reference's wiki. -
customClass
String customClass
-
customMapping
String customMapping
-
defaultEditSheet
String defaultEditSheet
-
defaultViewSheet
String defaultViewSheet
-
defaultWeb
String defaultWeb
-
isDirty
boolean isDirty
Set to true if the class is modified from the database version of it. -
nameField
String nameField
-
validationScript
String validationScript
-
-
Class com.xpn.xwiki.objects.classes.BooleanClass extends PropertyClass implements Serializable
- serialVersionUID:
- 1L
-
Class com.xpn.xwiki.objects.classes.ComputedFieldClass extends PropertyClass implements Serializable
- serialVersionUID:
- 1L
-
Class com.xpn.xwiki.objects.classes.DateClass extends PropertyClass implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
localizationContext
LocalizationContext localizationContext
Used to get the current locale.
-
-
Class com.xpn.xwiki.objects.classes.DBListClass extends ListClass implements Serializable
- serialVersionUID:
- 1L
-
Class com.xpn.xwiki.objects.classes.DBTreeListClass extends DBListClass implements Serializable
- serialVersionUID:
- 1L
-
Class com.xpn.xwiki.objects.classes.EmailClass extends StringClass implements Serializable
- serialVersionUID:
- 1L
-
Class com.xpn.xwiki.objects.classes.GroupsClass extends ListClass implements Serializable
- serialVersionUID:
- 1L
-
Class com.xpn.xwiki.objects.classes.LevelsClass extends ListClass implements Serializable
- serialVersionUID:
- 1L
-
Class com.xpn.xwiki.objects.classes.ListClass extends PropertyClass implements Serializable
- serialVersionUID:
- 1L
-
Class com.xpn.xwiki.objects.classes.NumberClass extends PropertyClass implements Serializable
- serialVersionUID:
- 1L
-
Class com.xpn.xwiki.objects.classes.PageClass extends DBListClass implements Serializable
- serialVersionUID:
- 1L
-
Class com.xpn.xwiki.objects.classes.PasswordClass extends StringClass implements Serializable
- serialVersionUID:
- 1L
-
Class com.xpn.xwiki.objects.classes.PropertyClass extends BaseCollection<ClassPropertyReference> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
cachedCustomDisplayer
String cachedCustomDisplayer
-
id
long id
-
pMetaClass
PropertyMetaClass pMetaClass
-
xclass
BaseClass xclass
-
-
Class com.xpn.xwiki.objects.classes.StaticListClass extends ListClass implements Serializable
- serialVersionUID:
- 1L
-
Class com.xpn.xwiki.objects.classes.StringClass extends PropertyClass implements Serializable
- serialVersionUID:
- 1L
-
Class com.xpn.xwiki.objects.classes.TextAreaClass extends StringClass implements Serializable
- serialVersionUID:
- 1L
-
Class com.xpn.xwiki.objects.classes.TimezoneClass extends StringClass implements Serializable
- serialVersionUID:
- 1L
-
Class com.xpn.xwiki.objects.classes.UsersClass extends ListClass implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.xpn.xwiki.objects.meta
-
Class com.xpn.xwiki.objects.meta.BooleanMetaClass extends PropertyMetaClass implements Serializable
- serialVersionUID:
- 1L
-
Class com.xpn.xwiki.objects.meta.ComputedFieldMetaClass extends PropertyMetaClass implements Serializable
- serialVersionUID:
- 1L
-
Class com.xpn.xwiki.objects.meta.DateMetaClass extends PropertyMetaClass implements Serializable
- serialVersionUID:
- 1L
-
Class com.xpn.xwiki.objects.meta.DBListMetaClass extends ListMetaClass implements Serializable
- serialVersionUID:
- 1L
-
Class com.xpn.xwiki.objects.meta.DBTreeListMetaClass extends DBListMetaClass implements Serializable
- serialVersionUID:
- 1L
-
Class com.xpn.xwiki.objects.meta.EmailMetaClass extends StringMetaClass implements Serializable
-
Class com.xpn.xwiki.objects.meta.GroupsMetaClass extends ListMetaClass implements Serializable
- serialVersionUID:
- 1L
-
Class com.xpn.xwiki.objects.meta.LevelsMetaClass extends ListMetaClass implements Serializable
- serialVersionUID:
- 1L
-
Class com.xpn.xwiki.objects.meta.ListMetaClass extends PropertyMetaClass implements Serializable
- serialVersionUID:
- 1L
-
Class com.xpn.xwiki.objects.meta.MetaClass extends BaseClass implements Serializable
- serialVersionUID:
- 1L
-
Class com.xpn.xwiki.objects.meta.NumberMetaClass extends PropertyMetaClass implements Serializable
- serialVersionUID:
- 1L
-
Class com.xpn.xwiki.objects.meta.PageMetaClass extends DBListMetaClass implements Serializable
- serialVersionUID:
- 1L
-
Class com.xpn.xwiki.objects.meta.PasswordMetaClass extends StringMetaClass implements Serializable
- serialVersionUID:
- 1L
-
Class com.xpn.xwiki.objects.meta.PropertyMetaClass extends BaseClass implements Serializable
- serialVersionUID:
- 1L
-
Class com.xpn.xwiki.objects.meta.StaticListMetaClass extends ListMetaClass implements Serializable
- serialVersionUID:
- 1L
-
Class com.xpn.xwiki.objects.meta.StringMetaClass extends PropertyMetaClass implements Serializable
- serialVersionUID:
- 1L
-
Class com.xpn.xwiki.objects.meta.TextAreaMetaClass extends StringMetaClass implements Serializable
- serialVersionUID:
- 1L
-
Class com.xpn.xwiki.objects.meta.TimezoneMetaClass extends StringMetaClass implements Serializable
- serialVersionUID:
- 1L
-
Class com.xpn.xwiki.objects.meta.UsersMetaClass extends ListMetaClass implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.xpn.xwiki.plugin
-
Class com.xpn.xwiki.plugin.PluginException extends XWikiException implements Serializable
-
Serialized Fields
-
pluginName
String pluginName
Deprecated.The name of the plugin that triggered the exception.
-
-
-
-
Package com.xpn.xwiki.plugin.packaging
-
Class com.xpn.xwiki.plugin.packaging.ExcludeDocumentException extends Exception implements Serializable
-
Class com.xpn.xwiki.plugin.packaging.PackageException extends PluginException implements Serializable
-
-
Package com.xpn.xwiki.plugin.rightsmanager
-
Class com.xpn.xwiki.plugin.rightsmanager.RightsManagerException extends PluginException implements Serializable
-
-
Package com.xpn.xwiki.render
-
Class com.xpn.xwiki.render.ScriptVelocityContext extends org.xwiki.velocity.XWikiVelocityContext implements Serializable
-
Serialized Fields
-
reservedBindings
Set<String> reservedBindings
-
scriptContext
ScriptContext scriptContext
-
-
-
-
Package com.xpn.xwiki.stats.impl
-
Class com.xpn.xwiki.stats.impl.DocumentStats extends XWikiStats implements Serializable
- serialVersionUID:
- 1L
-
Class com.xpn.xwiki.stats.impl.RefererStats extends XWikiStats implements Serializable
- serialVersionUID:
- 1L
-
Class com.xpn.xwiki.stats.impl.VisitStats extends XWikiStats implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
oldObject
VisitStats oldObject
The previous visit object.
-
-
Class com.xpn.xwiki.stats.impl.XWikiStats extends BaseCollection implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
resolver
EntityReferenceResolver<String> resolver
Resolve names into reference for uid string serialization.
-
-
-
Package com.xpn.xwiki.store
-
Class com.xpn.xwiki.store.DBCPConnectionProvider extends Object implements Serializable
-
Serialized Fields
-
ds
org.apache.commons.dbcp2.BasicDataSource ds
-
-
-
-
Package com.xpn.xwiki.store.migration
-
Class com.xpn.xwiki.store.migration.DataMigrationException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Class com.xpn.xwiki.store.migration.MigrationRequiredException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.xpn.xwiki.user.api
-
Class com.xpn.xwiki.user.api.XWikiRightNotFoundException extends Exception implements Serializable
-
-
Package com.xpn.xwiki.user.impl.xwiki
-
Class com.xpn.xwiki.user.impl.xwiki.MyPersistentLoginManager extends org.securityfilter.authenticator.persistent.DefaultPersistentLoginManager implements Serializable
- serialVersionUID:
- -8454351828032103173L
-
Serialized Fields
-
cookieDomains
String[] cookieDomains
The domain generalization for which the cookies are active. Configured by the xwiki.authentication.cookiedomains parameter. If a request comes from a host not in this list, then the cookie is valid only for the requested domain. If a request comes from a host that partially matches a domain in this list (meaning that the value in the list is contained in the requested domain), then the cookie is set for the more general value found in the list. This is useful for using the same account across multiple virtual wikis, for example. -
cookiePath
String cookiePath
The path for which the cookies are active. By default the cookie is active for all paths in the configured domains. -
cookiePrefix
String cookiePrefix
The prefix that should be used for cookie names.
-
-
-
Package com.xpn.xwiki.web
-
Class com.xpn.xwiki.web.HomePageRedirectServlet extends javax.servlet.http.HttpServlet implements Serializable
-
Serialized Fields
-
home
String home
The address to use as a home page where the users are redirected.
-
-
-
Class com.xpn.xwiki.web.LegacyActionServlet extends javax.servlet.http.HttpServlet implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
resolver
org.xwiki.resource.ResourceReferenceResolver<ExtendedURL> resolver
-
rootComponentManager
org.xwiki.component.manager.ComponentManager rootComponentManager
-
typeResolver
org.xwiki.resource.ResourceTypeResolver<ExtendedURL> typeResolver
-
-
-
Package org.xwiki.store
-
Class org.xwiki.store.TemporaryAttachmentException extends Exception implements Serializable
-
Class org.xwiki.store.UnexpectedException extends RuntimeException implements Serializable
-