org.codehaus.groovy.grails.web.pages.discovery
Interface GroovyPageScriptSource

All Superinterfaces:
org.springframework.scripting.ScriptSource
All Known Implementing Classes:
GroovyPageCompiledScriptSource, GroovyPageResourceScriptSource

public interface GroovyPageScriptSource
extends org.springframework.scripting.ScriptSource

Since:
2.0

Method Summary
 java.lang.String getURI()
           
 boolean isPublic()
          Whether the GSP is publicly accessible directly, or only usable using internal rendering
 
Methods inherited from interface org.springframework.scripting.ScriptSource
getScriptAsString, isModified, suggestedClassName
 

Method Detail

getURI

java.lang.String getURI()
Returns:
The URI of the Groovy page

isPublic

boolean isPublic()
Whether the GSP is publicly accessible directly, or only usable using internal rendering

Returns:
true if it can be rendered publicly