net.officefloor.plugin.servlet.container.source
Class JspWorkSource
java.lang.Object
net.officefloor.compile.spi.work.source.impl.AbstractWorkSource<HttpServletTask>
net.officefloor.plugin.servlet.container.source.JspWorkSource
- All Implemented Interfaces:
- WorkSource<HttpServletTask>
public class JspWorkSource
- extends AbstractWorkSource<HttpServletTask>
WorkSource to service a HttpRequest via a JspServlet.
- Author:
- Daniel Sagenschneider
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROPERTY_PREFIX_INIT_PARAMETER
public static final String PROPERTY_PREFIX_INIT_PARAMETER
- Prefix of property for an initialisation parameter. This allows for
additional configuration of the
JspServlet.
- See Also:
- Constant Field Values
PROPERTY_SERVLET_MAPPINGS
public static final String PROPERTY_SERVLET_MAPPINGS
- Name of property to obtain overriding mappings to the JSP.
- See Also:
- Constant Field Values
JspWorkSource
public JspWorkSource()
loadSpecification
protected void loadSpecification(AbstractWorkSource.SpecificationContext context)
- Specified by:
loadSpecification in class AbstractWorkSource<HttpServletTask>
sourceWork
public void sourceWork(WorkTypeBuilder<HttpServletTask> workTypeBuilder,
WorkSourceContext context)
throws Exception
- Throws:
Exception
Copyright © 2005-2011. All Rights Reserved.