Gostaria de saber se é possível eu extender o DefaultEnvironment e passar a usar ele.
Como fazer, tentei apenas extender mas dá exception ?
Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No unique bean of type [br.com.caelum.vraptor.environment.Environment] is defined: more than one ‘primary’ bean found among candidates: [env, defaultEnvironment]
Eu quero criar métodos para retornar os tipos já tratados, como booleanos e numéricos.
Pois é chato ter que toda hora fazer get(key).equals(“true”).
Estas funções já poderiam existir na api por padrão. O que acha?
Algumas sugestões
getBoolean //principalmente
getDouble
getInteger
getLong
getCalendar // este não vejo muita aplicação, mas pode existir