encoders = new SessionValueEncoder[] { createDefaultSessionValueEncoder() };
}
}
protected SessionValueEncoder createDefaultSessionValueEncoder() throws Exception {
SimpleValueEncoder simpleValueEncoder = new SimpleValueEncoder();
simpleValueEncoder.afterPropertiesSet();
return simpleValueEncoder;
}