Uses of Class
org.exoplatform.services.rest.ext.groovy.MalformedScriptException
Packages that use MalformedScriptException
-
Uses of MalformedScriptException in org.exoplatform.services.rest.ext.groovy
Methods in org.exoplatform.services.rest.ext.groovy that throw MalformedScriptExceptionModifier and TypeMethodDescriptionvoidGroovyJaxrsPublisher.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.final voidGroovyJaxrsPublisher.validateResource(String source, String name) Validate doessourcecontain Groovy source code which is conforms with requirement to JAX-RS resource.final 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.final voidGroovyJaxrsPublisher.validateResource(String source, String name, SourceFolder[] src, SourceFile[] files) Validate doessourcecontain Groovy source code which is conforms with requirement to JAX-RS resource.