public interface RendererContext
| Modifier and Type | Method and Description |
|---|---|
org.apache.isis.core.metamodel.adapter.mgr.AdapterManager |
getAdapterManager() |
org.apache.isis.core.commons.authentication.AuthenticationSession |
getAuthenticationSession() |
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.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()
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.