public interface IDiagramStencilSetService
| 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) |
Collection<IDiagramStencilSet> getRegisteredStencilSets(javax.servlet.http.HttpServletRequest request)
request - the request as context.IDiagramStencilSet findStencilSet(javax.servlet.http.HttpServletRequest request, String name)
request - the request as context.name - the name of a stencilsetCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.