Package io.inugami.plugins.root.jsp
Class ResourcesRenderer
- java.lang.Object
-
- io.inugami.plugins.root.jsp.ResourcesRenderer
-
public class ResourcesRenderer extends Object
ResourcesRenderer- Since:
- 18 janv. 2017
-
-
Constructor Summary
Constructors Constructor Description ResourcesRenderer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetApplicationTitle()static char[]getModule()static char[]getRouter()static StringrenderApplicationVersion()static StringrenderPluginsCss(String contextPath)static StringrenderPluginsGavs()static StringrenderPluginsI18N()static StringrenderPluginsJavaScript(String contextPath)static StringrenderPluginsSystemMap()
-
-
-
Method Detail
-
getRouter
public static char[] getRouter()
-
getModule
public static char[] getModule()
-
renderPluginsGavs
public static String renderPluginsGavs()
-
renderPluginsI18N
public static String renderPluginsI18N()
-
renderPluginsSystemMap
public static String renderPluginsSystemMap()
-
renderApplicationVersion
public static String renderApplicationVersion()
-
getApplicationTitle
public static String getApplicationTitle()
-
-