96979899100101102
throw new CallbackException("Cannot determine component class name"); } @Override public FacesId inferType() throws CallbackException { throw new CallbackException("Cannot determine component type"); }
114115116117118119120
return namingConventions.inferBehaviorType(targetClass); } @Override public FacesId inferType() throws CallbackException { throw new CallbackException("Cannot infer type for behavior " + this.behavior); }