|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.contentmanagement.viewmanager.plugin.delegate.ViewDelegate
public abstract class ViewDelegate
| Constructor Summary | |
|---|---|
ViewDelegate()
|
|
| Method Summary | |
|---|---|
ViewResource |
getResource()
Returns the view resource. |
GCUBEScopeManager |
getScopeManager()
Return the scope manager. |
GCUBEServiceSecurityManager |
getSecurityManager()
Returns the security manager. |
abstract void |
initialise(boolean isAtCreationTime)
Initialises the delegate. |
void |
onLoad(boolean firstLoad)
Invoked right after the delegate and its resource have been reloaded form persistent storage. |
void |
setResource(ViewResource resource)
Sets the view resource. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ViewDelegate()
| Method Detail |
|---|
public abstract void initialise(boolean isAtCreationTime)
throws java.lang.Exception
java.lang.Exceptionpublic void setResource(ViewResource resource)
resource - the resource to set.public ViewResource getResource()
public GCUBEScopeManager getScopeManager()
the - manager.public GCUBEServiceSecurityManager getSecurityManager()
public void onLoad(boolean firstLoad)
firstLoad - true if this is the first load since the last restart of the container, false otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||