Package org.uberfire.ext.plugin.backend
Class JSRegistry
- java.lang.Object
-
- org.uberfire.ext.plugin.backend.JSRegistry
-
public class JSRegistry extends Object
-
-
Constructor Summary
Constructors Constructor Description JSRegistry()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringconvertToJSRegistry(org.uberfire.ext.plugin.model.PluginSimpleContent plugin)static booleanJSFunctionNeedsToReturnValue(org.uberfire.ext.plugin.model.CodeType codeType)protected static StringprepareEntryValue(org.uberfire.ext.plugin.model.CodeType key, String value)
-
-
-
Method Detail
-
convertToJSRegistry
public static String convertToJSRegistry(org.uberfire.ext.plugin.model.PluginSimpleContent plugin)
-
prepareEntryValue
protected static String prepareEntryValue(org.uberfire.ext.plugin.model.CodeType key, String value)
-
JSFunctionNeedsToReturnValue
public static boolean JSFunctionNeedsToReturnValue(org.uberfire.ext.plugin.model.CodeType codeType)
-
-