public class EntryPointInstance extends Object implements Serializable
Title: EntryPointInstance for a web application
Description: This class represents an entry point instance into a web application. It is an instance of an EntryPointDefinition, meaning that a web application can have multiple EntryPointDefinitions, which in turn may be multiple EntryPointInstances. Only the ApplicationBean and the EntryPointInstance are persistant objects. The EntryPointDefinitions are objects that are built dynamically by the ApplicationManagerProvider services.
Copyright: Copyright (c) 2004
Company: Jahia Ltd
| Constructor and Description |
|---|
EntryPointInstance(String ID,
String contextName,
String definitionName) |
EntryPointInstance(String ID,
String contextName,
String definitionName,
String resKeyName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCacheScope() |
String |
getContextName() |
String |
getDefName() |
String |
getDisplayName(Locale locale) |
long |
getExpirationTime() |
String |
getID() |
String |
getResKeyName() |
int |
hashCode() |
boolean |
isModeAllowed(JahiaUser user,
String mode,
String workspaceName) |
boolean |
isUserInRole(JahiaUser user,
String role,
String workspaceName) |
void |
setCacheScope(String cacheScope) |
void |
setExpirationTime(long expirationTime) |
void |
setID(String ID) |
void |
setResKeyName(String resKeyName) |
public String getID()
public String getDefName()
public void setID(String ID)
public String getContextName()
public String getResKeyName()
public void setResKeyName(String resKeyName)
public void setExpirationTime(long expirationTime)
public void setCacheScope(String cacheScope)
public String getCacheScope()
public long getExpirationTime()
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.