Module
tapestry.request
Back to master index
Service Point tapestry.request.SetupRequestEncoding
Interface:
org.apache.tapestry.services.ServletRequestServicerFilter
Sets the output encoding for the request.
Implementation
<invoke-factory
service-id
="
hivemind.BuilderFactory
"
model
="
singleton
" >
<construct
class
="
impl.SetupRequestEncoding
" >
<set-object
property
="
outputEncoding
"
value
="
app-property:org.apache.tapestry.output-encoding
" />
</construct>
</invoke-factory>
Module
tapestry.request
Back to master index