public interface EntryPointDefinition
Title: EntryPointDefinition for a web application
Description: A web application may contain multiple entry point definitions, depending on the type of web application we are dealing with. Servlet-based web application will for example have multiple servlet mappings that will all be possible entry points into the application. Portlet-based web applications will have multiple portlets in an application. Note that the data contain in this object is generated by the ApplicationManagerProvider, and it not meant to be stored in Jahia's database, but provided by the implementation of each provider (in the case of servlet-based web apps we parse the web.xml and for portlets we use Jetspeed 2's registry sub-system).
Copyright: Copyright (c) 2004
Company: Jahia Ltd
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationID()
Get the application id
|
String |
getContext()
Get the context
|
String |
getDescription(Locale locale)
Get description depending on the locale
|
String |
getDisplayName(Locale locale)
Get display name depending on the locale
|
String |
getName()
Get the name
|
List<javax.portlet.PortletMode> |
getPortletModes()
Get the supported PortletMode for this entry point definition.
|
List<javax.portlet.WindowState> |
getWindowStates()
Get the supported WindowState for this entry point definition.
|
String getContext()
String getName()
String getDisplayName(Locale locale)
locale - String getDescription(Locale locale)
locale - String getApplicationID()
List<javax.portlet.PortletMode> getPortletModes()
List<javax.portlet.WindowState> getWindowStates()
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.