Uses of Class
org.exoplatform.services.rest.ext.groovy.MalformedScriptException
-
Packages that use MalformedScriptException Package Description org.exoplatform.services.rest.ext.groovy -
-
Uses of MalformedScriptException in org.exoplatform.services.rest.ext.groovy
Methods in org.exoplatform.services.rest.ext.groovy that throw MalformedScriptException Modifier and Type Method Description voidGroovyJaxrsPublisher. validateResource(InputStream in, String name)Validate does stream contain Groovy source code which is conforms with requirement to JAX-RS resource.voidGroovyJaxrsPublisher. validateResource(InputStream in, String name, SourceFolder[] src, SourceFile[] files)Validate does stream contain Groovy source code which is conforms with requirement to JAX-RS resource.voidGroovyJaxrsPublisher. validateResource(String source, String name)Validate doessourcecontain Groovy source code which is conforms with requirement to JAX-RS resource.voidGroovyJaxrsPublisher. validateResource(String source, String charset, String name, SourceFolder[] src, SourceFile[] files)Validate doessourcecontain Groovy source code which is conforms with requirement to JAX-RS resource.voidGroovyJaxrsPublisher. validateResource(String source, String name, SourceFolder[] src, SourceFile[] files)Validate doessourcecontain Groovy source code which is conforms with requirement to JAX-RS resource.
-