Interface PageResourceProvider
- All Superinterfaces:
ResourceProvider
This interface provide access to the resources contained in the extension archive
- Since:
- 7.2.0
-
Method Summary
Modifier and TypeMethodDescriptionThe URL of the CSS used as Bonita Theme.The page name with the process definition ID as prefix (format = p%PROCESS_DEF_ID_%pageName).org.bonitasoft.engine.page.PagegetPage(org.bonitasoft.engine.api.PageAPI pageAPI) The deployedPagefor this extension.The folder where the extension is deployed.The page name.Methods inherited from interface org.bonitasoft.web.extension.ResourceProvider
getResourceAsFile, getResourceAsStream, getResourceBundle, getResourceURL
-
Method Details
-
getBonitaThemeCSSURL
String getBonitaThemeCSSURL()The URL of the CSS used as Bonita Theme. -
getPageDirectory
File getPageDirectory()The folder where the extension is deployed. -
getPageName
String getPageName()The page name. Set in the page.properties of the extension. -
getFullPageName
String getFullPageName()The page name with the process definition ID as prefix (format = p%PROCESS_DEF_ID_%pageName). -
getPage
org.bonitasoft.engine.page.Page getPage(org.bonitasoft.engine.api.PageAPI pageAPI) throws org.bonitasoft.engine.page.PageNotFoundException The deployedPagefor this extension.- Throws:
org.bonitasoft.engine.page.PageNotFoundException
-