public class EventSerializerRendererContext extends Object implements RendererContext
| Constructor and Description |
|---|
EventSerializerRendererContext(String baseUrl,
org.apache.isis.applib.annotation.Where where) |
| 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) |
public EventSerializerRendererContext(String baseUrl, org.apache.isis.applib.annotation.Where where)
public String urlFor(String url)
urlFor in interface RendererContextpublic org.apache.isis.core.commons.authentication.AuthenticationSession getAuthenticationSession()
getAuthenticationSession in interface RendererContextpublic org.apache.isis.core.runtime.system.persistence.PersistenceSession getPersistenceSession()
getPersistenceSession in interface RendererContextpublic org.apache.isis.core.metamodel.adapter.mgr.AdapterManager getAdapterManager()
getAdapterManager in interface RendererContextpublic List<List<String>> getFollowLinks()
getFollowLinks in interface RendererContextpublic org.apache.isis.applib.annotation.Where getWhere()
getWhere in interface RendererContextpublic org.apache.isis.applib.profiles.Localization getLocalization()
getLocalization in interface RendererContextCopyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.