public interface SurfBugData
| Modifier and Type | Method and Description |
|---|---|
org.springframework.extensions.webscripts.WebScript |
getResolvedWebScript()
Return the WebScript that was resolved to render this component (this will only
be available during rendering) it will return null if the component is not backed
by a WebScript.
|
void |
setResolvedWebScript(org.springframework.extensions.webscripts.WebScript webScript)
Store the WebScript resolved for this component (this will only be set if the
Component is backed by a WebScript).
|
void setResolvedWebScript(org.springframework.extensions.webscripts.WebScript webScript)
webScript - WebScriptorg.springframework.extensions.webscripts.WebScript getResolvedWebScript()
Copyright © 2005–2016 Alfresco Software. All rights reserved.