A B C D E F G H I J K L M N O P Q R S T U V W X Z

X

XalanXslTransformer - Class in com.atlassian.confluence.xml
An implementation of the XslTransformer interface which will perform transforms using the Xalan Transformer.
XalanXslTransformer() - Constructor for class com.atlassian.confluence.xml.XalanXslTransformer
 
XHTML - Static variable in class com.atlassian.confluence.core.BodyType
Body is XHTML storage format
XHTML_NAMESPACE - Static variable in class com.atlassian.confluence.content.render.xhtml.XhtmlConstants
 
XHTML_NAMESPACE_URI - Static variable in class com.atlassian.confluence.content.render.xhtml.XhtmlConstants
 
XhtmlAttachmentLinksUpdater - Class in com.atlassian.confluence.content.render.xhtml.links
 
XhtmlAttachmentLinksUpdater(XmlEventReaderFactory, XMLOutputFactory, XMLEventFactory) - Constructor for class com.atlassian.confluence.content.render.xhtml.links.XhtmlAttachmentLinksUpdater
 
XhtmlCamelCaseLinkMigrationRendererComponent - Class in com.atlassian.confluence.content.render.xhtml.migration
Handles conversion of camelCase links to XHTML links during migration.
XhtmlCamelCaseLinkMigrationRendererComponent(ConfluenceRendererConfiguration, Marshaller<Link>, LinkResolver) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.XhtmlCamelCaseLinkMigrationRendererComponent
 
xhtmlCleaner - Variable in class com.atlassian.confluence.content.render.xhtml.DefaultFormatConverter
 
XhtmlCleaner - Interface in com.atlassian.confluence.content.render.xhtml
Responsible for cleaning supplied XHTML content into a form that is balanced and free of any insecure markup.
XhtmlCleaner.AppliedRuleDescription - Class in com.atlassian.confluence.content.render.xhtml
A description of a rule that was applied during the cleaning of content.
XhtmlCleaner.AppliedRuleDescription(String, List<String>) - Constructor for class com.atlassian.confluence.content.render.xhtml.XhtmlCleaner.AppliedRuleDescription
 
XhtmlCleaner.Result - Class in com.atlassian.confluence.content.render.xhtml
The complete results of a clean up operation.
XhtmlCleaner.Result() - Constructor for class com.atlassian.confluence.content.render.xhtml.XhtmlCleaner.Result
 
XhtmlCleaningInterceptor - Class in com.atlassian.confluence.content.render.xhtml.storage
A Hibernate interceptor that will silently cleanup security issues with XHTML content on saving to the database.
XhtmlCleaningInterceptor(XhtmlCleaner) - Constructor for class com.atlassian.confluence.content.render.xhtml.storage.XhtmlCleaningInterceptor
 
XhtmlConstants - Class in com.atlassian.confluence.content.render.xhtml
 
XhtmlConstants() - Constructor for class com.atlassian.confluence.content.render.xhtml.XhtmlConstants
 
XhtmlConstants.Attribute - Class in com.atlassian.confluence.content.render.xhtml
 
XhtmlConstants.Attribute() - Constructor for class com.atlassian.confluence.content.render.xhtml.XhtmlConstants.Attribute
 
xhtmlContent - Variable in class com.atlassian.confluence.spaces.listeners.AbstractSpaceContentListener
 
XhtmlContent - Interface in com.atlassian.confluence.xhtml.api
Provides methods that manipulate XHTML storage format content, convert between view and storage formats or from old style wiki markup to storage format.
XhtmlContentWorkSource - Class in com.atlassian.confluence.content.render.xhtml.migration
A work source that provides batches of ContentEntityObjects that have XHTML formatted bodies.
XhtmlContentWorkSource(ContentDao, int) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.XhtmlContentWorkSource
 
XhtmlEmbeddedRendererComponent - Class in com.atlassian.confluence.content.render.xhtml.migration
Migrate images and convert any other embedded types to the multimedia macro.
XhtmlEmbeddedRendererComponent(Marshaller<MacroDefinition>) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.XhtmlEmbeddedRendererComponent
 
XhtmlEmbeddedResourceRenderer - Class in com.atlassian.confluence.content.render.xhtml.migration
 
XhtmlEmbeddedResourceRenderer(Marshaller, EmbeddedResourceResolver) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.XhtmlEmbeddedResourceRenderer
 
XhtmlEmoticonRendererComponent - Class in com.atlassian.confluence.content.render.xhtml.migration
A migration renderer component that will convert emoticon's in wiki format to the new Xhtml storage format.
XhtmlEmoticonRendererComponent(StorageEmoticonMarshaller, IconManager) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.XhtmlEmoticonRendererComponent
 
XhtmlEntityResolver - Class in com.atlassian.confluence.xml
An entity resolver for XHTML entities which will read the entities from the classpath (not the web) and is suitable for use in both STaX and SAX based parsing of XHTML.
XhtmlEntityResolver() - Constructor for class com.atlassian.confluence.xml.XhtmlEntityResolver
 
XhtmlException - Exception in com.atlassian.confluence.content.render.xhtml
 
XhtmlException() - Constructor for exception com.atlassian.confluence.content.render.xhtml.XhtmlException
 
XhtmlException(String) - Constructor for exception com.atlassian.confluence.content.render.xhtml.XhtmlException
 
XhtmlException(Throwable) - Constructor for exception com.atlassian.confluence.content.render.xhtml.XhtmlException
 
XhtmlException(String, Throwable) - Constructor for exception com.atlassian.confluence.content.render.xhtml.XhtmlException
This constructor will create a non-localisable XhtmlException.
XhtmlFragmentTimeoutEvent - Class in com.atlassian.confluence.content.render.xhtml
An event sent when a XhtmlTimeoutException occurs when rendering a fragment.
XhtmlFragmentTimeoutEvent(Object, ContentEntityObject, long, long) - Constructor for class com.atlassian.confluence.content.render.xhtml.XhtmlFragmentTimeoutEvent
 
XhtmlLinkRendererComponent - Class in com.atlassian.confluence.content.render.xhtml.migration
 
XhtmlLinkRendererComponent(LinkResolver, Marshaller<Link>, SubRenderer, XhtmlCleaner) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.XhtmlLinkRendererComponent
 
XhtmlLinksUpdater - Class in com.atlassian.confluence.content.render.xhtml.links
Updates all canonical links in an XHTML document to reflect a modified space key or title or both.
XhtmlLinksUpdater(XmlEventReaderFactory, XMLOutputFactory, XMLEventFactory, Marshaller<ResourceIdentifier>, ResourceIdentifierFactory) - Constructor for class com.atlassian.confluence.content.render.xhtml.links.XhtmlLinksUpdater
 
XhtmlMacroManager - Class in com.atlassian.confluence.macro.xhtml
Listens for PluginModuleEnabledEvent and PluginModuleDisabledEvent to register Macros with itself.
XhtmlMacroManager(EventPublisher) - Constructor for class com.atlassian.confluence.macro.xhtml.XhtmlMacroManager
 
XhtmlMacroModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor
 
XhtmlMacroModuleDescriptor(ModuleFactory, MacroMetadataParser) - Constructor for class com.atlassian.confluence.plugin.descriptor.XhtmlMacroModuleDescriptor
 
XhtmlMacroRendererComponent - Class in com.atlassian.confluence.content.render.xhtml.migration
 
XhtmlMacroRendererComponent(MacroManager, MacroMigrationManager, Marshaller<MacroDefinition>, MacroReplacementRendererRepository, MacroDefinitionDeserializer) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.XhtmlMacroRendererComponent
 
XhtmlMacroTimeoutEvent - Class in com.atlassian.confluence.content.render.xhtml
An event sent when a XhtmlTimeoutException occurs when rendering a Macro.
XhtmlMacroTimeoutEvent(Object, String, ContentEntityObject, long, long) - Constructor for class com.atlassian.confluence.content.render.xhtml.XhtmlMacroTimeoutEvent
 
XhtmlMigrationLinkResolver - Class in com.atlassian.confluence.content.render.xhtml.migration
Converts wiki link text to xhtml link objects for migration.
XhtmlMigrationLinkResolver(ContentDao, SettingsManager) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.XhtmlMigrationLinkResolver
 
XhtmlOutgoingLinksExtractor - Class in com.atlassian.confluence.content.render.xhtml.links
You should note that this implementation of the OutgoingLinksExtractor is actually a 'reference' extractor.
XhtmlOutgoingLinksExtractor(XmlEventReaderFactory, Unmarshaller<ResourceIdentifier>, String, String, String) - Constructor for class com.atlassian.confluence.content.render.xhtml.links.XhtmlOutgoingLinksExtractor
 
XhtmlParsingException - Exception in com.atlassian.confluence.content.render.xhtml
 
XhtmlParsingException(int, int, String, Throwable) - Constructor for exception com.atlassian.confluence.content.render.xhtml.XhtmlParsingException
 
XhtmlSpaceDescriptionsWorkSource - Class in com.atlassian.confluence.content.render.xhtml.migration
A work source that provides batches of SpaceDescriptions with BodyContent of type BodyType.XHTML
XhtmlSpaceDescriptionsWorkSource(ContentDao, int) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.XhtmlSpaceDescriptionsWorkSource
 
XhtmlTemplateHandler - Class in com.atlassian.confluence.pages.templates
Processes XHTML templates.
XhtmlTemplateHandler(XmlOutputFactory, XmlEventReaderFactory, FormatConverter, XMLEventFactory) - Constructor for class com.atlassian.confluence.pages.templates.XhtmlTemplateHandler
 
XhtmlTemplateUtils - Class in com.atlassian.confluence.pages.templates
Helper to make it easier to convert between the storage format and different types of variables.
XhtmlTemplateUtils() - Constructor for class com.atlassian.confluence.pages.templates.XhtmlTemplateUtils
 
XhtmlTemplateVariableRendererComponent - Class in com.atlassian.confluence.content.render.xhtml.migration
Renders wiki markup template variables as XHTML template variables.
XhtmlTemplateVariableRendererComponent(XMLOutputFactory, XMLEventFactory) - Constructor for class com.atlassian.confluence.content.render.xhtml.migration.XhtmlTemplateVariableRendererComponent
 
XhtmlTimeoutException - Exception in com.atlassian.confluence.content.render.xhtml
A checked exception indicating that an Xhtml Conversion has exceeded its allocated time limit.
XhtmlVisitor - Interface in com.atlassian.confluence.xhtml.api
A visitor is used to capture XML events that occur during a parse of an XHTML document.
XhtmlWikiMarkupMacroMigrator - Class in com.atlassian.confluence.macro.xhtml
A Migrator that accepts storage format XHTML and will attempt to convert any instances of unmigrated-wiki-markup macros found to be direct storage XHTML format and therefore replacing the unmigrated-wiki-markup block.
XhtmlWikiMarkupMacroMigrator(XhtmlContent, ExceptionTolerantMigrator) - Constructor for class com.atlassian.confluence.macro.xhtml.XhtmlWikiMarkupMacroMigrator
 
XhtmlXalanXslTransformer - Class in com.atlassian.confluence.xml
An XslTransformer that expects to transform XHTML input documents and will be automatically configured to resolve XHTML entities (without going out to the W3C site).
XhtmlXalanXslTransformer(EntityResolver) - Constructor for class com.atlassian.confluence.xml.XhtmlXalanXslTransformer
 
XLS - Static variable in class com.atlassian.confluence.content.ui.AttachmentUiSupport.AttachmentInfo
Deprecated.  
XLSX - Static variable in class com.atlassian.confluence.content.ui.AttachmentUiSupport.AttachmentInfo
Deprecated.  
XML - Static variable in class com.atlassian.confluence.content.ui.AttachmentUiSupport.AttachmentInfo
Deprecated.  
XmlAttributeEncodingFilter - Class in com.atlassian.confluence.content.render.xhtml
A Cyberneko filter to cope with a common mistake made by plugin developers in Confluence.
XmlAttributeEncodingFilter() - Constructor for class com.atlassian.confluence.content.render.xhtml.XmlAttributeEncodingFilter
 
XmlEntityExpander - Interface in com.atlassian.confluence.content.render.xhtml
 
XMLEntityResolver - Interface in com.atlassian.confluence.xml
An entity resolver will read the entity definitions from the classpath (not the web) and is suitable for use in both STaX and SAX based parsing of XHTML.
XMLEventFactoryProvider - Interface in com.atlassian.confluence.content.render.xhtml
This exists to provide a 'safe' way to access XMLEventFactory, without it there may be weird classloader issues.
XmlEventReaderFactory - Interface in com.atlassian.confluence.content.render.xhtml
Factory to create event readers over different types of Confluence XML (namely editor and storage XML).
XmlExporter - Class in com.atlassian.confluence.importexport.impl
Exports the entities added to the workingEntities collection in the context to xml.
XmlExporter() - Constructor for class com.atlassian.confluence.importexport.impl.XmlExporter
 
XmlFragmentBodyEventReader - Class in com.atlassian.confluence.content.render.xhtml
Exposes the events of the body of a fragment, but does not include any events for the start and end tags of the fragment.
XmlFragmentEventReader - Class in com.atlassian.confluence.content.render.xhtml
Exposes the events of the body of a fragment including the start and end element of the fragment.
XmlFragmentEventReader(XMLEventReader) - Constructor for class com.atlassian.confluence.content.render.xhtml.XmlFragmentEventReader
 
XmlImporter - Interface in com.atlassian.confluence.importexport.xmlimport
 
xmlOutputFactory - Variable in class com.atlassian.confluence.content.render.xhtml.editor.macro.EditorBodilessMacroMarshaller
 
XmlOutputFactory - Interface in com.atlassian.confluence.content.render.xhtml
This was introduced mainly because XMLOutputFactory is an abstract class :( We have implementations of XMLOutputFactory that we want to make available to plugins but OSGI ignores them because it only acknowledges beans with interfaces.
XmlOutputFactoryFactoryBean - Class in com.atlassian.confluence.content.render.xhtml
A spring factory bean for creating an instance of an XMLOutputFactory.
XmlOutputFactoryFactoryBean(boolean) - Constructor for class com.atlassian.confluence.content.render.xhtml.XmlOutputFactoryFactoryBean
 
XmlRpcModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor.rpc
 
XmlRpcModuleDescriptor() - Constructor for class com.atlassian.confluence.plugin.descriptor.rpc.XmlRpcModuleDescriptor
 
XmlRpcServer - Class in com.atlassian.confluence.rpc.xmlrpc
 
XmlRpcServer() - Constructor for class com.atlassian.confluence.rpc.xmlrpc.XmlRpcServer
 
XmlStreamWriterCallback - Interface in com.atlassian.confluence.content.render.xhtml
 
xmlStreamWriterTemplate - Variable in class com.atlassian.confluence.content.render.xhtml.view.link.ViewIdAndTypeLinkMarshaller
 
XmlStreamWriterTemplate - Interface in com.atlassian.confluence.content.render.xhtml
 
XmlValidator - Interface in com.atlassian.confluence.content.render.xhtml.validation
Validates XML.
XSLDiffPostProcessor - Class in com.atlassian.confluence.diff
A DiffPostProcessor that will apply a configured XSL stylesheet to the Document.
XSLDiffPostProcessor(String) - Constructor for class com.atlassian.confluence.diff.XSLDiffPostProcessor
 
XsltMailContentProcessor - Class in com.atlassian.confluence.mail
Transform email content by applying an XSL transform to it.
XsltMailContentProcessor(String, XslTransformer, XMLEntityResolver, HtmlToXmlConverter) - Constructor for class com.atlassian.confluence.mail.XsltMailContentProcessor
 
XslTransformer - Interface in com.atlassian.confluence.xml
Implemented by a component that can apply an XSL transform to provided XML input.
XsltTransformerResolver - Interface in com.atlassian.confluence.xml
Resolves a TransformerFactory which can be used for XSLT processing and parsing.
XslUtil - Class in com.atlassian.confluence.util
Deprecated. Since Confluence 4.0. See XslTransformer instead.
XslUtil(String, TransformerFactory) - Constructor for class com.atlassian.confluence.util.XslUtil
Deprecated.  
XsrfTokenExpiredAction - Class in com.atlassian.confluence.core.actions
Global result for an xsrf token timeout.
XsrfTokenExpiredAction() - Constructor for class com.atlassian.confluence.core.actions.XsrfTokenExpiredAction
 
XStreamBandanaSerializer - Class in com.atlassian.confluence.setup.bandana
XStream Bandana serializer implementation.
XStreamBandanaSerializer(XStream) - Constructor for class com.atlassian.confluence.setup.bandana.XStreamBandanaSerializer
 
XStreamBandanaSerializerFactory - Class in com.atlassian.confluence.setup.bandana
Implementation of BandanaSerializerFactory which returns XStream based serializers.
XStreamBandanaSerializerFactory(XStreamManager) - Constructor for class com.atlassian.confluence.setup.bandana.XStreamBandanaSerializerFactory
 
XStreamFactoryBean - Class in com.atlassian.confluence.setup.xstream
Deprecated. since 2.3, use XStreamManager instead.
XStreamFactoryBean(Map) - Constructor for class com.atlassian.confluence.setup.xstream.XStreamFactoryBean
Deprecated.  
XStreamFactoryBean(Map, ClassLoader) - Constructor for class com.atlassian.confluence.setup.xstream.XStreamFactoryBean
Deprecated.  
XStreamManager - Class in com.atlassian.confluence.setup.xstream
 
XStreamManager(Map) - Constructor for class com.atlassian.confluence.setup.xstream.XStreamManager
 
XStreamManager(Map<String, String>, ClassLoader) - Constructor for class com.atlassian.confluence.setup.xstream.XStreamManager
 
XWorkChangeListener - Class in com.atlassian.confluence.event.listeners
Responds to changes in Xwork and invokes reload() on the XWork ConfigurationManager.
XWorkChangeListener() - Constructor for class com.atlassian.confluence.event.listeners.XWorkChangeListener
 
XWorkConfigurationInitialiser - Class in com.atlassian.confluence.setup.webwork
Simple bean that can be used to initialise the XWork system with a provider which caches the results loaded by the XWork XmlConfigurationProvider
XWorkConfigurationInitialiser() - Constructor for class com.atlassian.confluence.setup.webwork.XWorkConfigurationInitialiser
 
XWorkModuleDescriptor - Class in com.atlassian.confluence.plugin.descriptor
An XWork-WebWork plugin, which can provide actions and results to add to Confluence's web UI layer.
XWorkModuleDescriptor() - Constructor for class com.atlassian.confluence.plugin.descriptor.XWorkModuleDescriptor
 
XWorkObjectFactoryConfigurator - Class in com.atlassian.confluence.plugin
Configures the XWork object factory to use a ConfluencePluginObjectFactory
XWorkObjectFactoryConfigurator(ObjectFactory) - Constructor for class com.atlassian.confluence.plugin.XWorkObjectFactoryConfigurator
 
XWorkStateChangeEvent - Class in com.atlassian.confluence.event.events.plugin
An event that is fired every time an XWork configuration provider required a reload of XWork runtime configuration.
XWorkStateChangeEvent(Object) - Constructor for class com.atlassian.confluence.event.events.plugin.XWorkStateChangeEvent
 
XXSSSecurityHeaderInterceptor - Class in com.atlassian.confluence.security.interceptors
Adds a X-XSS-Protection HTTP header(in block mode) to response.
XXSSSecurityHeaderInterceptor() - Constructor for class com.atlassian.confluence.security.interceptors.XXSSSecurityHeaderInterceptor
 

A B C D E F G H I J K L M N O P Q R S T U V W X Z

Confluence is developed by Atlassian.