Uses of Interface
net.officefloor.web.build.WebArchitect
-
-
Uses of WebArchitect in net.officefloor.web
Classes in net.officefloor.web that implement WebArchitect Modifier and Type Class Description class
WebArchitectEmployer
WebArchitect
implementation.Methods in net.officefloor.web that return WebArchitect Modifier and Type Method Description static WebArchitect
WebArchitectEmployer. employWebArchitect(java.lang.String contextPath, OfficeArchitect officeArchitect, OfficeSourceContext officeSourceContext)
Employs aWebArchitect
.static WebArchitect
WebArchitectEmployer. employWebArchitect(OfficeArchitect officeArchitect, OfficeSourceContext officeSourceContext)
Employs aWebArchitect
. -
Uses of WebArchitect in net.officefloor.web.compile
Methods in net.officefloor.web.compile that return WebArchitect Modifier and Type Method Description WebArchitect
CompileWebContext. getWebArchitect()
Obtains theWebArchitect
.WebArchitect
CompileWebContextImpl. getWebArchitect()
Constructors in net.officefloor.web.compile with parameters of type WebArchitect Constructor Description CompileWebContextImpl(CompileOfficeContext officeContext, WebArchitect webArchitect)
Instantiate. -
Uses of WebArchitect in net.officefloor.web.resource.build
Methods in net.officefloor.web.resource.build with parameters of type WebArchitect Modifier and Type Method Description static HttpResourceArchitect
HttpResourceArchitectEmployer. employHttpResourceArchitect(WebArchitect webArchitect, HttpSecurityArchitect securityArchitect, OfficeArchitect officeArchitect, OfficeSourceContext officeSourceContext)
Employs theHttpResourceArchitect
. -
Uses of WebArchitect in net.officefloor.web.security.build
Methods in net.officefloor.web.security.build with parameters of type WebArchitect Modifier and Type Method Description static HttpSecurityArchitect
HttpSecurityArchitectEmployer. employHttpSecurityArchitect(WebArchitect webArchitect, 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 WebArchitect Modifier and Type Method Description static WebTemplateArchitect
WebTemplateArchitectEmployer. employWebTemplater(WebArchitect webArchitect, OfficeArchitect officeArchitect, OfficeSourceContext officeSourceContext)
Employs theWebTemplateArchitect
. -
Uses of WebArchitect in net.officefloor.woof
Methods in net.officefloor.woof that return WebArchitect Modifier and Type Method Description WebArchitect
WoofContext. getWebArchitect()
Obtains theWebArchitect
. -
Uses of WebArchitect in net.officefloor.woof.template
Methods in net.officefloor.woof.template that return WebArchitect Modifier and Type Method Description WebArchitect
WoofTemplateExtensionSourceContext. getWebArchitect()
Obtains theWebArchitect
that theWebTemplate
has been added.Methods in net.officefloor.woof.template with parameters of type WebArchitect Modifier and Type Method Description void
WoofTemplateExtensionLoader. extendTemplate(WoofTemplateExtensionSource extensionSource, PropertyList properties, java.lang.String applicationPath, WebTemplate template, OfficeArchitect officeArchitect, WebArchitect webArchitect, SourceContext sourceContext)
Extends theWebTemplate
with theWoofTemplateExtensionSource
.void
WoofTemplateExtensionLoaderImpl. extendTemplate(WoofTemplateExtensionSource extensionSource, PropertyList properties, java.lang.String templatePath, WebTemplate template, OfficeArchitect officeArchitect, WebArchitect webArchitect, SourceContext sourceContext)
static <S extends WoofTemplateExtensionSource>
voidWoofTemplateExtensionLoaderUtil. extendTemplate(java.lang.Class<S> extensionSourceClass, java.lang.String templatePath, WebTemplate template, OfficeArchitect officeArchitect, WebArchitect webArchitect, java.lang.ClassLoader classLoader, ResourceSource[] resourceSources, java.lang.String... propertyNameValues)
Undertakes the extending of theWebTemplate
by theWoofTemplateExtensionSource
.static <S extends WoofTemplateExtensionSource>
voidWoofTemplateExtensionLoaderUtil. extendTemplate(java.lang.Class<S> extensionSourceClass, java.lang.String applicationPath, WebTemplate template, OfficeArchitect officeArchitect, WebArchitect webArchitect, java.lang.String... propertyNameValues)
Undertakes the extending of theWebTemplate
by theWoofTemplateExtensionSource
.
-