Beispiel #1
0
 public ComponentStaticResourceService(
     EmbeddedResourceUtils embeddedResourceUtils,
     ComponentReflectionUtils componentReflectionUtils)
 {
     this.embeddedResourceUtils    = embeddedResourceUtils;
     this.componentReflectionUtils = componentReflectionUtils;
 }
 public NestedComponentsService(IContainer container, ComponentReflectionUtils componentReflectionUtils)
 {
     this.container = container;
     this.componentReflectionUtils = componentReflectionUtils;
 }
Beispiel #3
0
 public ComponentRouter(IContainer container, ComponentReflectionUtils componentReflectionUtils)
 {
     this.container = container;
     this.componentReflectionUtils = componentReflectionUtils;
 }
 public ComponentContentAttributeService(ComponentReflectionUtils componentReflectionUtils)
 {
     this.componentReflectionUtils = componentReflectionUtils;
 }