public class ServletContainerResourceSectionSource extends AbstractSectionSource
SectionSource
for servicing by a Servlet
container resource.Modifier and Type | Class and Description |
---|---|
static class |
ServletContainerResourceSectionSource.DependencyKeys
Dependency keys for the
ServletContainerResourceSectionSource.ServletContainerResourceWorkSource . |
static class |
ServletContainerResourceSectionSource.ServletContainerResourceTask
Task to link to Servlet container resource. |
static class |
ServletContainerResourceSectionSource.ServletContainerResourceWorkSource
WorkSource to link to Servlet container resource. |
AbstractSectionSource.SpecificationContext
Constructor and Description |
---|
ServletContainerResourceSectionSource() |
Modifier and Type | Method and Description |
---|---|
static boolean |
completeServletService(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Completes the servicing after
OfficeFloor functionality for the
OfficeFloorServlet . |
protected void |
loadSpecification(AbstractSectionSource.SpecificationContext context)
Loads the
SectionSourceSpecification . |
void |
sourceSection(SectionDesigner designer,
SectionSourceContext context)
Sources the
OfficeSection by constructing it via the input
SectionDesigner . |
getSpecification
public ServletContainerResourceSectionSource()
public static boolean completeServletService(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
OfficeFloor
functionality for the
OfficeFloorServlet
.request
- HttpServletRequest
.response
- HttpServletResponse
.true
if serviced.javax.servlet.ServletException
- As per Servlet
API.IOException
- As per Servlet
API.protected void loadSpecification(AbstractSectionSource.SpecificationContext context)
AbstractSectionSource
SectionSourceSpecification
.loadSpecification
in class AbstractSectionSource
context
- AbstractSectionSource.SpecificationContext
.public void sourceSection(SectionDesigner designer, SectionSourceContext context) throws Exception
SectionSource
OfficeSection
by constructing it via the input
SectionDesigner
.designer
- SectionDesigner
to construct the structure of the
OfficeSection
.context
- SectionSourceContext
to source details to construct
the OfficeSection
.Exception
- If fails to construct the OfficeSection
.Copyright © 2005–2016. All rights reserved.