public interface RendererContext
| Modifier and Type | Method and Description |
|---|---|
boolean |
canEagerlyRender(org.apache.isis.core.metamodel.adapter.ObjectAdapter objectAdapter)
To avoid infinite loops when
eagerly rendering graphs
of objects as events. |
org.apache.isis.core.metamodel.adapter.mgr.AdapterManager |
getAdapterManager() |
org.apache.isis.core.commons.authentication.AuthenticationSession |
getAuthenticationSession() |
org.apache.isis.core.commons.config.IsisConfiguration |
getConfiguration() |
List<List<String>> |
getFollowLinks() |
org.apache.isis.applib.profiles.Localization |
getLocalization() |
org.apache.isis.core.runtime.system.persistence.PersistenceSession |
getPersistenceSession() |
org.apache.isis.applib.annotation.Where |
getWhere() |
String |
urlFor(String url) |
org.apache.isis.core.commons.authentication.AuthenticationSession getAuthenticationSession()
org.apache.isis.core.commons.config.IsisConfiguration getConfiguration()
org.apache.isis.core.metamodel.adapter.mgr.AdapterManager getAdapterManager()
org.apache.isis.core.runtime.system.persistence.PersistenceSession getPersistenceSession()
List<List<String>> getFollowLinks()
org.apache.isis.applib.annotation.Where getWhere()
org.apache.isis.applib.profiles.Localization getLocalization()
boolean canEagerlyRender(org.apache.isis.core.metamodel.adapter.ObjectAdapter objectAdapter)
eagerly rendering graphs
of objects as events.
objectAdapter - - the object proposed to be rendered eagerlyCopyright © 2010–2014 The Apache Software Foundation. All rights reserved.