com.xpn.xwiki.web
Class SsxAction

java.lang.Object
  extended by org.apache.struts.action.Action
      extended by com.xpn.xwiki.web.XWikiAction
          extended by com.xpn.xwiki.web.sx.AbstractSxAction
              extended by com.xpn.xwiki.web.SsxAction

public class SsxAction
extends AbstractSxAction

Action for serving css skin extensions.

Since:
1.4M2
Version:
$Id$

Field Summary
static CssExtension CSSX
          The extension type of this action.
 
Fields inherited from class org.apache.struts.action.Action
defaultLocale, servlet
 
Constructor Summary
SsxAction()
           
 
Method Summary
 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
render, renderExtension
 
Methods inherited from class com.xpn.xwiki.web.XWikiAction
action, cleanupComponents, csrfTokenCheck, execute, execute, getRealPath, getTranslatedDocument, handleRevision, initializeContainerComponent, initializeXWikiContext, sendGlobalRedirect, sendRedirect
 
Methods inherited from class org.apache.struts.action.Action
addErrors, addMessages, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CSSX

public static final CssExtension CSSX
The extension type of this action.

Constructor Detail

SsxAction

public SsxAction()
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 class AbstractSxAction
Returns:
a new object which extends Extension.

getLogger

protected org.slf4j.Logger getLogger()
Specified by:
getLogger in class AbstractSxAction
Returns:
the logging object of the concrete subclass.


Copyright © 2004-2012 XWiki. All Rights Reserved.