Modifier and Type | Method and Description |
---|---|
void |
AutoWireEscalationCauseRouteWorkSource.sourceWork(WorkTypeBuilder<AutoWireEscalationCauseRouteWorkSource.AutoWireEscalationCauseRouteTask> workTypeBuilder,
WorkSourceContext context) |
Modifier and Type | Class and Description |
---|---|
class |
WorkSourceContextImpl
WorkSourceContext implementation. |
Modifier and Type | Method and Description |
---|---|
void |
WorkSource.sourceWork(WorkTypeBuilder<W> workTypeBuilder,
WorkSourceContext context)
Sources the
WorkType by populating it via the input
WorkTypeBuilder . |
Modifier and Type | Method and Description |
---|---|
void |
JndiWorkSource.sourceWork(WorkTypeBuilder<JndiWork> workTypeBuilder,
WorkSourceContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ServletContainerResourceSectionSource.ServletContainerResourceWorkSource.sourceWork(WorkTypeBuilder<ServletContainerResourceSectionSource.ServletContainerResourceTask> workTypeBuilder,
WorkSourceContext context) |
Modifier and Type | Method and Description |
---|---|
void |
JspWorkSource.sourceWork(WorkTypeBuilder<HttpServletTask> workTypeBuilder,
WorkSourceContext context) |
void |
HttpServletWorkSource.sourceWork(WorkTypeBuilder<HttpServletTask> workTypeBuilder,
WorkSourceContext context) |
static void |
HttpServletTask.sourceWork(WorkTypeBuilder<HttpServletTask> workTypeBuilder,
WorkSourceContext context,
String servletName,
javax.servlet.http.HttpServlet servlet,
String... servletMappings)
Sources the
Work for a HttpServletTask . |
Modifier and Type | Method and Description |
---|---|
void |
ServletRouteWorkSource.sourceWork(WorkTypeBuilder<ServletRouteTask> workTypeBuilder,
WorkSourceContext context) |
Modifier and Type | Method and Description |
---|---|
void |
HttpResponseSenderWorkSource.sourceWork(WorkTypeBuilder<Work> workTypeBuilder,
WorkSourceContext context) |
Modifier and Type | Method and Description |
---|---|
void |
HttpUrlContinuationWorkSource.sourceWork(WorkTypeBuilder<HttpUrlContinuationTask> workTypeBuilder,
WorkSourceContext context) |
Modifier and Type | Method and Description |
---|---|
void |
HttpParametersLoaderWorkSource.sourceWork(WorkTypeBuilder<HttpParametersLoaderWorkSource.HttpParametersLoaderTask> workTypeBuilder,
WorkSourceContext context) |
Modifier and Type | Method and Description |
---|---|
void |
HttpFileWriterWorkSource.sourceWork(WorkTypeBuilder<HttpFileWriterTask> workTypeBuilder,
WorkSourceContext context) |
Modifier and Type | Method and Description |
---|---|
void |
HttpFileFactoryWorkSource.sourceWork(WorkTypeBuilder<HttpFileFactoryTask<HttpFileFactoryWorkSource.HttpFileFactoryTaskFlows>> workTypeBuilder,
WorkSourceContext context) |
void |
HttpFileSenderWorkSource.sourceWork(WorkTypeBuilder<HttpFileFactoryTask<None>> workTypeBuilder,
WorkSourceContext context) |
void |
HttpFileWorkSource.sourceWork(WorkTypeBuilder<HttpFileWorkSource.SendHttpFileTask> workTypeBuilder,
WorkSourceContext context) |
Modifier and Type | Method and Description |
---|---|
void |
HttpRouteWorkSource.sourceWork(WorkTypeBuilder<HttpRouteTask> workTypeBuilder,
WorkSourceContext context) |
Modifier and Type | Method and Description |
---|---|
void |
HttpSecurityWorkSource.sourceWork(WorkTypeBuilder<HttpSecurityWork> workTypeBuilder,
WorkSourceContext context) |
Modifier and Type | Method and Description |
---|---|
static String[] |
HttpTemplateTask.loadTaskType(net.officefloor.plugin.web.http.template.parse.HttpTemplateSection section,
Charset charset,
String templateUriPath,
String templateUriSuffix,
boolean isTemplateSecure,
WorkTypeBuilder<HttpTemplateWork> workTypeBuilder,
WorkSourceContext context)
Loads the
TaskType to write the HttpTemplateSection . |
void |
HttpTemplateWorkSource.sourceWork(WorkTypeBuilder<HttpTemplateWork> workTypeBuilder,
WorkSourceContext context) |
Modifier and Type | Method and Description |
---|---|
void |
HttpTemplateArrayIteratorWorkSource.sourceWork(WorkTypeBuilder<HttpTemplateArrayIteratorWorkSource.HttpTemplateArrayIteratorTask> workTypeBuilder,
WorkSourceContext context) |
void |
HttpTemplateInitialWorkSource.sourceWork(WorkTypeBuilder<HttpTemplateInitialTask> workTypeBuilder,
WorkSourceContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ClassWorkSource.sourceWork(WorkTypeBuilder<ClassWork> workTypeBuilder,
WorkSourceContext context) |
Copyright © 2005–2016. All rights reserved.