Uses of Class
com.morpheusdata.views.HTMLResponse
Packages that use HTMLResponse
Package
Description
-
Uses of HTMLResponse in com.morpheusdata.core.backup
Methods in com.morpheusdata.core.backup that return HTMLResponseModifier and TypeMethodDescriptiondefault HTMLResponseBackupProviderInterface.renderTemplate(BackupProvider backupProvider) Integration details provided to the rendering engine. -
Uses of HTMLResponse in com.morpheusdata.core.dashboard
Methods in com.morpheusdata.core.dashboard that return HTMLResponseModifier and TypeMethodDescriptionAbstractDashboardProvider.renderDashboard(Dashboard dashboard, Map<String, Object> opts) render the dashboard templateDashboardProvider.renderDashboard(Dashboard dashboard, Map<String, Object> opts) Presents the HTML Rendered output of a dashboard.AbstractDashboardItemTypeProvider.renderDashboardItem(DashboardItem dashboardItem, Map<String, Object> opts) render the dashboard item templateDashboardItemTypeProvider.renderDashboardItem(DashboardItem dashboardItem, Map<String, Object> opts) Presents the HTML Rendered output of a dashboard item. -
Uses of HTMLResponse in com.morpheusdata.core.providers
Methods in com.morpheusdata.core.providers that return HTMLResponseModifier and TypeMethodDescriptionCloudSummaryProvider.renderCloudSummary(Cloud cloud, User user, Object data) Renders the cloud summary content for the specified cloud.CloudCostingSummaryProvider.renderCostingSummary(Cloud cloud, User user, Object data) Renders the costing summary content for the specified cloud.default HTMLResponseComputeTypePackageProvider.renderFormTemplate(ComputeServerGroup serverGroup, ComputeServerGroupPackage computeServerGroupPackage) Customized form provided to the rendering engine.AnalyticsProvider.renderTemplate(User user, Map<String, Object> analyticsData, Map<String, Object> params) Presents the HTML Rendered output of an analytics page.AppTabProvider.renderTemplate(App app) The render method for rendering custom tabs as it relates to an Application view.BackupIntegrationTabProvider.renderTemplate(BackupProvider backupProvider) BackupProvider details provided to the rendering engineCatalogItemLayoutProvider.renderTemplate(CatalogItemType catalogItemType, User user) Render details provided to your rendering enginedefault HTMLResponseCloudCostingProvider.renderTemplate(Cloud cloud) The render method for rendering Costing Summary information on the Costing section.ClusterTabProvider.renderTemplate(ComputeServerGroup cluster) Cluster details provided to your rendering engineGenericIntegrationProvider.renderTemplate(AccountIntegration integration) Integration details provided to your rendering engineGlobalUIComponentProvider.renderTemplate(User user, Account account) The renderer for the global UI Component.GuidanceRecommendationProvider.renderTemplate(AccountDiscovery discovery) Discovery details provided to your rendering engineInstanceTabProvider.renderTemplate(Instance instance) Instance details provided to your rendering enginedefault HTMLResponseNetworkProvider.renderTemplate(NetworkServer networkServer) Integration details provided to your rendering engineNetworkRouterTabProvider.renderTemplate(NetworkRouter networkRouter) NetworkRouter details provided to your rendering engineNetworkServerTabProvider.renderTemplate(NetworkServer networkServer) NetworkServer details provided to your rendering engineNetworkTabProvider.renderTemplate(Network network) Network details provided to your rendering engineReportProvider.renderTemplate(ReportResult reportResult, Map<String, List<ReportResultRow>> reportRowsBySection) Presents the HTML Rendered output of a report.ServerTabProvider.renderTemplate(ComputeServer server) ComputeServer details provided to your rendering enginedefault HTMLResponseStorageProvider.renderTemplate(StorageServer storageServer) Integration details provided to your rendering engine -
Uses of HTMLResponse in com.morpheusdata.views
Methods in com.morpheusdata.views that return HTMLResponseModifier and TypeMethodDescriptionstatic HTMLResponseHelper with html response and 200 success.static HTMLResponseHelper with html and error response.Given a template and a model, returns a TemplateResponseHandlebarsRenderer.renderTemplate(String location, ViewModel<?> model) Renderer.renderTemplate(String location, ViewModel<?> model) Given a template location and a model, returns a TemplateResponsestatic HTMLResponseHTMLResponse.success()Helper with empty response and 200 success.static HTMLResponseHelper with html response and 200 success.