Package com.xpn.xwiki.web
Class SsxAction
- java.lang.Object
-
- com.xpn.xwiki.web.XWikiAction
-
- com.xpn.xwiki.web.sx.AbstractSxAction
-
- com.xpn.xwiki.web.SsxAction
-
- All Implemented Interfaces:
com.xpn.xwiki.internal.web.LegacyAction
@Component @Named("ssx") @Singleton public class SsxAction extends AbstractSxAction
Action for serving css skin extensions.
- Since:
- 1.4M2
- Version:
- $Id: 13090d68ff0193b62ded91bebfb1710ded0d4cea $
-
-
Field Summary
Fields Modifier and Type Field Description static CssExtension
CSSX
The extension type of this action.-
Fields inherited from class com.xpn.xwiki.web.XWikiAction
ACTION_PROGRESS, componentDescriptor, container, execution, observation, waitForXWikiInitialization
-
-
Constructor Summary
Constructors Constructor Description SsxAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Extension
getExtensionType()
Get the type of extension, depends on the type of action.protected org.slf4j.Logger
getLogger()
-
Methods inherited from class com.xpn.xwiki.web.sx.AbstractSxAction
compress, getDebugConfiguration, render, renderExtension
-
Methods inherited from class com.xpn.xwiki.web.XWikiAction
action, answerJSON, cleanupComponents, csrfTokenCheck, csrfTokenCheck, execute, execute, getContextualAuthorizationManager, getCurrentMixedDocumentReferenceResolver, getCurrentScriptContext, getEntityNameValidationConfiguration, getEntityNameValidationManager, getFormClass, getLocalization, getLocalSerializer, getName, getProgress, getRealPath, getTranslatedDocument, handleRevision, initializeContainerComponent, initializeXWikiContext, initializeXWikiContext, isEntityReferenceNameValid, localizePlainOrKey, readFromTemplate, resolveTemplate, sendGlobalRedirect, sendRedirect, setContentLength, supportRedirections, writeAjaxErrorResponse
-
-
-
-
Field Detail
-
CSSX
public static final CssExtension CSSX
The extension type of this action.
-
-
Method Detail
-
getExtensionType
public Extension getExtensionType()
Description copied from class:AbstractSxAction
Get the type of extension, depends on the type of action.- Specified by:
getExtensionType
in classAbstractSxAction
- Returns:
- a new object which extends Extension.
-
getLogger
protected org.slf4j.Logger getLogger()
- Specified by:
getLogger
in classAbstractSxAction
- Returns:
- the logging object of the concrete subclass.
-
-