public interface PriorizingLanguageBehaviour extends LanguageBehaviour
| Modifier and Type | Method and Description |
|---|---|
java.util.List<de.innovationgate.webgate.api.WGContent> |
requestSelectPriorityOrder(de.innovationgate.webgate.api.WGStructEntry entry,
javax.servlet.http.HttpServletRequest req,
boolean isBI)
Orders the given contents in the order they should be priorized language-wise for a request
|
java.util.List<de.innovationgate.webgate.api.WGContent> |
webtmlSelectPriorityOrder(de.innovationgate.webgate.api.WGStructEntry entry,
TMLContext context,
boolean isBI)
Orders the given contents in the order they should be priorized language-wise inside of a WebTML request
|
requestSelectContentForName, requestSelectContentForPage, requestSelectDatabaseLanguage, webtmlFetchLabel, webtmlGetPreferredLanguage, webtmlQueryLanguages, webtmlSelectContentForName, webtmlSelectContentForPage, webtmlSelectDatabaseLanguagejava.util.List<de.innovationgate.webgate.api.WGContent> webtmlSelectPriorityOrder(de.innovationgate.webgate.api.WGStructEntry entry,
TMLContext context,
boolean isBI)
throws de.innovationgate.webgate.api.WGAPIException
entry - The entry whose publishable contents to ordercontext - The WebTML context for whom to decideisBI - True if authoring mode is enabled, i.E. draft documents may be returnedde.innovationgate.webgate.api.WGAPIExceptionjava.util.List<de.innovationgate.webgate.api.WGContent> requestSelectPriorityOrder(de.innovationgate.webgate.api.WGStructEntry entry,
javax.servlet.http.HttpServletRequest req,
boolean isBI)
throws de.innovationgate.webgate.api.WGAPIException
entry - The entry whose publishable contents to orderreq - The servlet request for whom to decideisBI - True if authoring mode is enabled, i.E. draft documents may be returnedde.innovationgate.webgate.api.WGAPIException