bug fixes related to binding and type conversion

This commit is contained in:
Keith Donald
2008-07-03 17:23:42 +00:00
parent f20578be56
commit 29cb51240e
25 changed files with 242 additions and 48 deletions

View File

@@ -76,6 +76,10 @@ public class FacesFlowBuilderServicesBeanDefinitionParserTests extends TestCase
throw new UnsupportedOperationException("Auto-generated method stub");
}
public ConversionExecutor[] getConversionExecutors(Class sourceClass) {
throw new UnsupportedOperationException("Auto-generated method stub");
}
public Class getClassForAlias(String name) throws ConversionExecutionException {
throw new UnsupportedOperationException("Auto-generated method stub");
}