net.officefloor.plugin.servlet.container.source
Class HttpServletWorkSource
java.lang.Object
net.officefloor.compile.spi.work.source.impl.AbstractWorkSource<HttpServletTask>
net.officefloor.plugin.servlet.container.source.HttpServletWorkSource
- All Implemented Interfaces:
- WorkSource<HttpServletTask>
public class HttpServletWorkSource
- extends AbstractWorkSource<HttpServletTask>
WorkSource for a HttpServletContainer.
- Author:
- Daniel Sagenschneider
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROPERTY_SERVLET_NAME
public static final String PROPERTY_SERVLET_NAME
- Name of property for the
HttpServlet name.
- See Also:
- Constant Field Values
PROPERTY_SERVLET_MAPPINGS
public static final String PROPERTY_SERVLET_MAPPINGS
- Name of property for the
HttpServlet mappings.
- See Also:
- Constant Field Values
PROPERTY_HTTP_SERVLET_CLASS_NAME
public static final String PROPERTY_HTTP_SERVLET_CLASS_NAME
- Name of property for the class name of the
HttpServlet
implementation.
- See Also:
- Constant Field Values
PROPERTY_PREFIX_INIT_PARAMETER
public static final String PROPERTY_PREFIX_INIT_PARAMETER
- Prefix of property for an initialisation parameter.
- See Also:
- Constant Field Values
HttpServletWorkSource
public HttpServletWorkSource()
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-2012. All Rights Reserved.