Class 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 Detail

      • CSSX

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

      • SsxAction

        public SsxAction()
    • Method Detail

      • getLogger

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