Uses of Class
org.jewel.exceptions.ParameterCastException

Packages that use ParameterCastException
org.jewel.core Conté les classes principals de Jewel 
org.jewel.util Conté classes d'ajuda o utilitats. 
 

Uses of ParameterCastException in org.jewel.core
 

Methods in org.jewel.core that throw ParameterCastException
 ModelAndView ApplicationController.execute(RequestContext ctx)
          Executa una acció d'un controlador a partir d'un patró URL
 

Uses of ParameterCastException in org.jewel.util
 

Methods in org.jewel.util that throw ParameterCastException
static java.lang.Object ParameterUtil.getParameterJavabean(java.lang.Class<?> paramType, java.lang.String paramName, RequestContext ctx)
          Obté un objecte JavaBean del context, posant-hi les propietats que estiguin al context.
static java.lang.Object ParameterUtil.getParameterObject(java.lang.Class<?> type, java.lang.Object value)
          Converteix un objecte d'un paràmetre a un tipus d'objecte marcat per el primer argument Pot convertir a Integer, String, Float, Boolean, Double, Long, Date o qualsevol array dels anteriors tipus.