org.jbpm.designer.web.stencilset.impl
Class StencilSetServiceImpl
java.lang.Object
org.jbpm.designer.web.stencilset.impl.StencilSetServiceImpl
- All Implemented Interfaces:
- IDiagramStencilSetService
public class StencilSetServiceImpl
- extends Object
- implements IDiagramStencilSetService
A service to serve stencilsets.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
designer_path
public static final String designer_path
StencilSetServiceImpl
public StencilSetServiceImpl(javax.servlet.ServletContext context)
getRegisteredStencilSets
public Collection<IDiagramStencilSet> getRegisteredStencilSets(javax.servlet.http.HttpServletRequest request)
- Specified by:
getRegisteredStencilSets
in interface IDiagramStencilSetService
- Parameters:
request
- the request as context.
- Returns:
- the registered stencilsets.
findStencilSet
public IDiagramStencilSet findStencilSet(javax.servlet.http.HttpServletRequest request,
String name)
- Description copied from interface:
IDiagramStencilSetService
- Finds a stencilset by name in the context of the request.
- Specified by:
findStencilSet
in interface IDiagramStencilSetService
- Parameters:
request
- the request as context.name
- the name of a stencilset
- Returns:
- the stencilset
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.