public class StencilSetServiceImpl extends Object implements IDiagramStencilSetService
Modifier and Type | Field and Description |
---|---|
static String |
designer_path |
Constructor and Description |
---|
StencilSetServiceImpl(javax.servlet.ServletContext context) |
Modifier and Type | Method and Description |
---|---|
IDiagramStencilSet |
findStencilSet(javax.servlet.http.HttpServletRequest request,
String name)
Finds a stencilset by name in the context of the request.
|
Collection<IDiagramStencilSet> |
getRegisteredStencilSets(javax.servlet.http.HttpServletRequest request) |
public static final String designer_path
public StencilSetServiceImpl(javax.servlet.ServletContext context)
public Collection<IDiagramStencilSet> getRegisteredStencilSets(javax.servlet.http.HttpServletRequest request)
getRegisteredStencilSets
in interface IDiagramStencilSetService
request
- the request as context.public IDiagramStencilSet findStencilSet(javax.servlet.http.HttpServletRequest request, String name)
IDiagramStencilSetService
findStencilSet
in interface IDiagramStencilSetService
request
- the request as context.name
- the name of a stencilsetCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.