Uses of Interface
net.officefloor.web.build.WebArchitect
Packages that use WebArchitect
Package
Description
-
Uses of WebArchitect in net.officefloor.web
Classes in net.officefloor.web that implement WebArchitectMethods in net.officefloor.web that return WebArchitectModifier and TypeMethodDescriptionstatic WebArchitectWebArchitectEmployer.employWebArchitect(String contextPath, OfficeArchitect officeArchitect, OfficeSourceContext officeSourceContext) Employs aWebArchitect.static WebArchitectWebArchitectEmployer.employWebArchitect(OfficeArchitect officeArchitect, OfficeSourceContext officeSourceContext) Employs aWebArchitect. -
Uses of WebArchitect in net.officefloor.web.compile
Methods in net.officefloor.web.compile that return WebArchitectModifier and TypeMethodDescriptionCompileWebContext.getWebArchitect()Obtains theWebArchitect.CompileWebContextImpl.getWebArchitect()Constructors in net.officefloor.web.compile with parameters of type WebArchitectModifierConstructorDescriptionCompileWebContextImpl(CompileOfficeContext officeContext, WebArchitect webArchitect) Instantiate. -
Uses of WebArchitect in net.officefloor.web.openapi.build
Methods in net.officefloor.web.openapi.build with parameters of type WebArchitectModifier and TypeMethodDescriptionstatic OpenApiArchitectOpenApiEmployer.employOpenApiArchitect(OfficeArchitect office, WebArchitect web, HttpSecurityArchitect security, OfficeSourceContext sourceContext) Employs theOpenApiArchitect. -
Uses of WebArchitect in net.officefloor.web.resource.build
Methods in net.officefloor.web.resource.build with parameters of type WebArchitectModifier and TypeMethodDescriptionstatic HttpResourceArchitectHttpResourceArchitectEmployer.employHttpResourceArchitect(WebArchitect webArchitect, HttpSecurityArchitect securityArchitect, OfficeArchitect officeArchitect, OfficeSourceContext officeSourceContext) Employs theHttpResourceArchitect. -
Uses of WebArchitect in net.officefloor.web.rest.build
Methods in net.officefloor.web.rest.build that return WebArchitectModifier and TypeMethodDescriptionRestMethodDecoratorContext.getWebArchitect()Obtains theWebArchitect.Methods in net.officefloor.web.rest.build with parameters of type WebArchitectModifier and TypeMethodDescriptionRestPathContextImpl.buildRestEndpoint(WebArchitect webArchitect, OfficeArchitect officeArchitect, OfficeSourceContext sourceContext) RestMethodContextImpl.buildRestMethod(WebArchitect webArchitect, OfficeArchitect officeArchitect, OfficeSourceContext sourceContext) Builds theRestMethod.static RestArchitectRestEmployer.employRestArchitect(OfficeArchitect officeArchitect, WebArchitect webArchitect, ComposeArchitect composeArchitect, OfficeSourceContext officeSourceContext) Employs theRestArchitect.voidRestPathContextImpl.loadRestEndpoints(Map<String, RestEndpoint> endpoints, WebArchitect webArchitect, OfficeArchitect officeArchitect, OfficeSourceContext sourceContext) Constructors in net.officefloor.web.rest.build with parameters of type WebArchitectModifierConstructorDescriptionprotectedRestArchitectImpl(OfficeArchitect officeArchitect, WebArchitect webArchitect, ComposeArchitect composeArchitect, OfficeSourceContext officeSourceContext) RestMethodContextImpl(boolean isSecure, HttpMethod httpMethod, RestPathContext path, OfficeSectionInput sectionInput, RestConfiguration configuration, OfficeArchitect officeArchitect, WebArchitect webArchitect, ComposeArchitect composeArchitect, OfficeSourceContext officeSourceContext) -
Uses of WebArchitect in net.officefloor.web.security.build
Methods in net.officefloor.web.security.build with parameters of type WebArchitectModifier and TypeMethodDescriptionstatic HttpSecurityArchitectHttpSecurityArchitectEmployer.employHttpSecurityArchitect(WebArchitect webArchitect, ComposeArchitect composeArchitect, OfficeArchitect officeArchitect, OfficeSourceContext officeSourceContext) Employs theHttpSecurityArchitect. -
Uses of WebArchitect in net.officefloor.web.template.build
Methods in net.officefloor.web.template.build with parameters of type WebArchitectModifier and TypeMethodDescriptionstatic WebTemplateArchitectWebTemplateArchitectEmployer.employWebTemplater(WebArchitect webArchitect, OfficeArchitect officeArchitect, OfficeSourceContext officeSourceContext) Employs theWebTemplateArchitect. -
Uses of WebArchitect in net.officefloor.woof
Methods in net.officefloor.woof that return WebArchitect -
Uses of WebArchitect in net.officefloor.woof.template
Methods in net.officefloor.woof.template that return WebArchitectModifier and TypeMethodDescriptionWoofTemplateExtensionSourceContext.getWebArchitect()Obtains theWebArchitectthat theWebTemplatehas been added.Methods in net.officefloor.woof.template with parameters of type WebArchitectModifier and TypeMethodDescriptionvoidWoofTemplateExtensionLoader.extendTemplate(WoofTemplateExtensionSource extensionSource, PropertyList properties, String applicationPath, WebTemplate template, OfficeArchitect officeArchitect, WebArchitect webArchitect, SourceContext sourceContext) Extends theWebTemplatewith theWoofTemplateExtensionSource.voidWoofTemplateExtensionLoaderImpl.extendTemplate(WoofTemplateExtensionSource extensionSource, PropertyList properties, String templatePath, WebTemplate template, OfficeArchitect officeArchitect, WebArchitect webArchitect, SourceContext sourceContext) static <S extends WoofTemplateExtensionSource>
voidWoofTemplateExtensionLoaderUtil.extendTemplate(Class<S> extensionSourceClass, String templatePath, WebTemplate template, OfficeArchitect officeArchitect, WebArchitect webArchitect, ClassLoader classLoader, ResourceSource[] resourceSources, String... propertyNameValues) Undertakes the extending of theWebTemplateby theWoofTemplateExtensionSource.static <S extends WoofTemplateExtensionSource>
voidWoofTemplateExtensionLoaderUtil.extendTemplate(Class<S> extensionSourceClass, String applicationPath, WebTemplate template, OfficeArchitect officeArchitect, WebArchitect webArchitect, String... propertyNameValues) Undertakes the extending of theWebTemplateby theWoofTemplateExtensionSource.