Class SpincastCssAutoprefixerPlugin

java.lang.Object
org.spincast.core.guice.SpincastPluginBase
org.spincast.plugins.cssautoprefixer.SpincastCssAutoprefixerPlugin
All Implemented Interfaces:
org.spincast.core.guice.SpincastContextTypesInterested, org.spincast.core.guice.SpincastPlugin

public class SpincastCssAutoprefixerPlugin extends org.spincast.core.guice.SpincastPluginBase
Spincast CSS Autoprefixer plugin.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.inject.Module
    apply(com.google.inject.Module module)
     
    protected com.google.inject.Module
    applyRequiredPlugins(com.google.inject.Module module)
     
    protected com.google.inject.Module
    applySpincastProcessUtilsPlugin(com.google.inject.Module module)
     
     
    protected com.google.inject.Module
     

    Methods inherited from class org.spincast.core.guice.SpincastPluginBase

    createdGuiceInjector, getPluginsToDisable, getRequestContextImplementationClass, getWebsocketContextImplementationClass, setContextTypes, setRequestContextImplementationClass, setWebsocketContextImplementationClass

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • PLUGIN_ID

      public static final String PLUGIN_ID
  • Constructor Details

    • SpincastCssAutoprefixerPlugin

      public SpincastCssAutoprefixerPlugin()
  • Method Details

    • getId

      public String getId()
    • apply

      public com.google.inject.Module apply(com.google.inject.Module module)
    • getPluginModule

      protected com.google.inject.Module getPluginModule()
    • applyRequiredPlugins

      protected com.google.inject.Module applyRequiredPlugins(com.google.inject.Module module)
    • applySpincastProcessUtilsPlugin

      protected com.google.inject.Module applySpincastProcessUtilsPlugin(com.google.inject.Module module)