public class GroovyPageCompiledScriptSource extends Object implements GroovyPageScriptSource
Represents a pre-compiled GSP.
Constructor and description |
---|
GroovyPageCompiledScriptSource(String uri, String fullPath, Class<?> compiledClass) |
Type Params | Return Type | Name and description |
---|---|---|
|
public Class<?> |
getCompiledClass()
|
|
public GroovyPageMetaInfo |
getGroovyPageMetaInfo() |
|
public GroovyPageResourceScriptSource |
getReloadableScriptSource() |
|
public String |
getScriptAsString() |
|
public String |
getURI() |
|
public boolean |
isModified() |
|
public boolean |
isPublic() Whether the GSP is publicly accessible directly, or only usable using internal rendering |
|
public void |
setResourceCallable(PrivilegedAction<Resource> resourceCallable) |
|
public String |
suggestedClassName() |
Whether the GSP is publicly accessible directly, or only usable using internal rendering