com.xpn.xwiki.web
Class JsxAction

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.JsxAction

public class JsxAction
extends AbstractSxAction

Action for serving javascript skin extensions.

Since:
1.4M2
Version:
$Id$

Field Summary
static JsExtension JSX
          The extension type of this action.
 
Fields inherited from class org.apache.struts.action.Action
defaultLocale, servlet
 
Constructor Summary
JsxAction()
           
 
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

JSX

public static final JsExtension JSX
The extension type of this action.

Constructor Detail

JsxAction

public JsxAction()
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.