public class ApplicationDefinitionDescriptor extends Object
Modifier and Type | Field and Description |
---|---|
String |
applicationRelativePath |
boolean |
disabled |
String |
loginPage |
String |
logoutPage |
String |
name |
Integer |
order |
String |
requestHandlerName |
List<String> |
resourcesBaseUrl |
Constructor and Description |
---|
ApplicationDefinitionDescriptor() |
Modifier and Type | Method and Description |
---|---|
String |
getApplicationRelativePath()
Base URL of the described application (without the Nuxeo Context Path)
|
String |
getLoginPage()
relative path of the login page
|
String |
getLogoutPage()
relative path of the logout page
|
String |
getName()
Application name described
|
Integer |
getOrder()
Order is used to sort
RequestHandler executed to find the target application given a request. |
String |
getRequestHandlerName()
Return the name of the handler that implements the logic of redirection to the application described into this
descriptor.
|
List<String> |
getResourcesBaseUrl()
Resource Base URL of the resources needed by the application described (without the Nuxeo Context Path) add a
slash at the end of the base url.
|
boolean |
isDisable()
Return true if the given Application is enabled.
|
public String name
public Integer order
public boolean disabled
public String requestHandlerName
public String applicationRelativePath
public String loginPage
public String logoutPage
public String getName()
public boolean isDisable()
public String getRequestHandlerName()
public Integer getOrder()
RequestHandler
executed to find the target application given a request.public String getApplicationRelativePath()
public String getLoginPage()
public String getLogoutPage()
Copyright © 2015 Nuxeo SA. All rights reserved.