Uses of Class
kieker.webgui.domain.pluginDecorators.ReaderDecorator

Packages that use ReaderDecorator
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 ReaderDecorator in kieker.webgui.domain
 

Methods in kieker.webgui.domain that return types with arguments of type ReaderDecorator
 List<ReaderDecorator> ComponentListContainer.getReaders()
           
 

Constructor parameters in kieker.webgui.domain with type arguments of type ReaderDecorator
ComponentListContainer(List<ReaderDecorator> readers, List<FilterDecorator> filters, List<RepositoryDecorator> repositories, List<VisualizationDecorator> visualizations)
           
 

Uses of ReaderDecorator in kieker.webgui.persistence.impl.utility
 

Methods in kieker.webgui.persistence.impl.utility that return ReaderDecorator
 ReaderDecorator Class2ModelInstanceConverter.convertReaderClass2ModelInstance(Class<?> clazz, ClassContainer classContainer)
          Converts the given AbstractReaderPlugin class instance into a model instance using the given parameters.
 

Uses of ReaderDecorator in kieker.webgui.web.beans.view
 

Methods in kieker.webgui.web.beans.view with parameters of type ReaderDecorator
 void AnalysisEditorBean.addReader(ReaderDecorator container)
          This method adds a new reader to the current model, using the given container to create it.
 



Copyright © 2015. All rights reserved.