Uses of Class
org.exoplatform.services.rest.ext.groovy.MalformedScriptException
Packages that use MalformedScriptException
Package
Description
-
Uses of MalformedScriptException in org.exoplatform.services.jcr.ext.script.groovy
Methods in org.exoplatform.services.jcr.ext.script.groovy that throw MalformedScriptExceptionModifier and TypeMethodDescriptionvoidGroovyScript2RestLoader.validateScript(String name, InputStream script, SourceFolder[] src, SourceFile[] files) Check is specified sourcescriptcontains valid Groovy source code. -
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.