public class GroovyPageCompiledScriptSource extends java.lang.Object
Represents a pre-compiled GSP.
| Constructor and description | 
|---|
| GroovyPageCompiledScriptSource
                                (java.lang.String uri, java.lang.String fullPath, java.lang.Class<?> compiledClass) | 
| Type | Name and description | 
|---|---|
| java.lang.Class<?> | getCompiledClass()@return The compiled class | 
| GroovyPageMetaInfo | getGroovyPageMetaInfo() | 
| GroovyPageResourceScriptSource | getReloadableScriptSource() | 
| java.lang.String | getScriptAsString() | 
| java.lang.String | getURI() | 
| boolean | isModified() | 
| boolean | isPublic()Whether the GSP is publicly accessible directly, or only usable using internal rendering | 
| void | setResourceCallable(java.security.PrivilegedAction<org.springframework.core.io.Resource> resourceCallable) | 
| java.lang.String | suggestedClassName() | 
| Methods inherited from class | Name | 
|---|---|
| class java.lang.Object | java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() | 
Whether the GSP is publicly accessible directly, or only usable using internal rendering