Service Point tapestry.parse.SpecificationParser | Interface: | org.apache.tapestry.parse.ISpecificationParser |
---|
The parser for all types of specifications (page, component, library and application). |
Implementation |
---|
- <invoke-factory service-id="hivemind.BuilderFactory" model="pooled" >
- <construct
autowire-services="false"
class="SpecificationParser"
>
- <error-handler />
- <log />
- <class-resolver />
- <object />
- <set-service
property="valueConverter"
service-id="tapestry.coerce.ValueConverter"
/>
- <set-service
property="bindingSource"
service-id="tapestry.bindings.BindingSource"
/>
</construct>
</invoke-factory> - <interceptor service-id="hivemind.LoggingInterceptor" />
|