numerous binding fixes, see changelog

This commit is contained in:
Keith Donald
2009-02-25 01:32:06 +00:00
parent c8d4d6d97c
commit 16e88dcb6f
19 changed files with 510 additions and 64 deletions

View File

@@ -93,6 +93,10 @@ public class FacesFlowBuilderServicesBeanDefinitionParserTests extends TestCase
throw new UnsupportedOperationException("Auto-generated method stub");
}
public Object executeConversion(String converterId, Object source, Class targetClass) {
throw new UnsupportedOperationException("Auto-generated method stub");
}
public ConversionExecutor getConversionExecutor(Class sourceClass, Class targetClass)
throws ConversionExecutionException {
throw new UnsupportedOperationException("Auto-generated method stub");