public abstract class UsabilityContext<T extends org.apache.isis.applib.events.UsabilityEvent> extends InteractionContext<T>
InteractionContext for overview; analogous to
UsabilityEvent.| Constructor and Description |
|---|
UsabilityContext(InteractionContextType interactionType,
DeploymentCategory deploymentCategory,
AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
org.apache.isis.applib.Identifier identifier,
ObjectAdapter target,
org.apache.isis.applib.annotation.Where where) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.isis.applib.annotation.Where |
getWhere()
Where the element is to be rendered.
|
createInteractionEvent, getContributeeAsMap, getDeploymentCategory, getIdentifier, getInteractionType, getInvocationMethod, getSession, getTarget, isProgrammatic, putContributeepublic UsabilityContext(InteractionContextType interactionType, DeploymentCategory deploymentCategory, AuthenticationSession session, InteractionInvocationMethod invocationMethod, org.apache.isis.applib.Identifier identifier, ObjectAdapter target, org.apache.isis.applib.annotation.Where where)
public org.apache.isis.applib.annotation.Where getWhere()
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.