|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RepositoryDecorator | |
|---|---|
| kieker.webgui.domain | This package contains domain specific classes which are used through all layers of the web application. |
| kieker.webgui.persistence.impl.utility | This package contains classes used by the persistence implementation. |
| kieker.webgui.web.beans.view | This package contains Spring managed beans with view scope. |
| Uses of RepositoryDecorator in kieker.webgui.domain |
|---|
| Methods in kieker.webgui.domain that return types with arguments of type RepositoryDecorator | |
|---|---|
List<RepositoryDecorator> |
ComponentListContainer.getRepositories()
|
| Constructor parameters in kieker.webgui.domain with type arguments of type RepositoryDecorator | |
|---|---|
ComponentListContainer(List<ReaderDecorator> readers,
List<FilterDecorator> filters,
List<RepositoryDecorator> repositories,
List<VisualizationDecorator> visualizations)
|
|
| Uses of RepositoryDecorator in kieker.webgui.persistence.impl.utility |
|---|
| Methods in kieker.webgui.persistence.impl.utility that return RepositoryDecorator | |
|---|---|
RepositoryDecorator |
Class2ModelInstanceConverter.convertRepositoryClass2ModelInstance(Class<?> clazz,
ClassContainer classContainer)
Converts the given AbstractRepository instance into a model instance using the given parameters. |
| Uses of RepositoryDecorator in kieker.webgui.web.beans.view |
|---|
| Methods in kieker.webgui.web.beans.view with parameters of type RepositoryDecorator | |
|---|---|
void |
AnalysisEditorBean.addRepository(RepositoryDecorator container)
This method adds a new repository to the current model, using the given container to create it. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||