Uses of Class
org.objectweb.kilim.repository.ResourceNotFoundException

Packages that use ResourceNotFoundException
org.objectweb.kilim.helpers   
org.objectweb.kilim.repository   
 

Uses of ResourceNotFoundException in org.objectweb.kilim.helpers
 

Methods in org.objectweb.kilim.helpers that throw ResourceNotFoundException
static Component KilimHelper.newComponent(java.lang.String name, java.lang.Class clazz)
          Creates a new instance of the Template named name, the definition of which will be loaded with the ClassLoader which loaded the class clazz.
static TemplateDescription KilimHelper.getTemplate(java.lang.String name, java.lang.Class clazz)
          Returns the Template named name, the definition of which will be loaded with the ClassLoader which loaded the class clazz.
static Component KilimHelper.newComponent(java.lang.String name, java.lang.Class clazz, InstanciationStrategy aStrategy)
          Creates a new instance of the Template named name, the definition of which will be loaded with the ClassLoader which loaded the class clazz.
 

Uses of ResourceNotFoundException in org.objectweb.kilim.repository
 

Methods in org.objectweb.kilim.repository that throw ResourceNotFoundException
 void WritersTest.testProvidingPortWithInstanciationWithoutArgument()
          Method testParsing3.
 void WritersTest.testProvidingPortWithProviderWithoutArgument()
          Method testParsing4.
 void WritersTest.testProvidingPortWithInstanciationWithArgument()
          Method testParsing5.
 void WritersTest.testProvidingPortWithInstanciationWithArgument2()
          Method testParsing6.
 void WritersTest.testPortProvidedByInstanciationAndSetByTrigger()
          Method testParsing7.
 void WritersTest.testPortProvidedByInstanciationAndSetByTriggerWithDirectFieldAccess()
          Method testParsing18.
 void WritersTest.testPortProvidedByInstanciationAndSetByTriggerWithSetterInvocation()
          Method testParsing9.
 void WritersTest.testPortProvidedByInstanciationAndSetByTransformer()
          Method testParsing10.
 void WritersTest.testInstanciation()
          Method testParsing11.
 void WritersTest.testInstanciation2()
          Method testParsing12.
 void WritersTest.testInstanciation3()
          Method testParsing13.
 void WritersTest.testArraysAndInstanciation()
          Method testParsing14.
 void WritersTest.testTriggeringOrder()
          Method testParsing15.
 void WritersTest.testInstanciationwithMultipleArguments()
          Method testParsing16.
 void WritersTest.testOfNullProvider()
          Method testParsing10.
 void ViewerTests.testViewers()
          Tests the template and component viewers.
 void ViewerTests.testViewer2()
          Tests the overloading of properties by providers/ports, and ports by properties.
 void TemplateParserTest.testPort1()
          Basic parsing tests
 void TemplateParserTest.testPort2()
          Basic parsing tests
 void TemplateParserTest.testParsingEric()
          Method testParsingEric0.
 void TemplateParserTest.testParsing2()
          Method testParsing2.
 void TemplateParserTest.testParsing3()
          Method testParsing3.
 void QuotesWireTests.testQuotes1()
          Method testQuotes1.
private  void QuotesWireTests.plugsAndSlots(java.lang.String tmpl_nm)
          Method plugsAndSlots.
 void QuotesWireTests.testQuotes2()
          Method testQuotes2.
 void QuotesWireTests.testQuotes3()
          Method testQuotes3.
 void QuotesWireTests.testQuotes4()
          Method testQuotes4.
 void QuotesWireTests.testQuotes5()
          Method testQuotes5.
 void QuotesWireTests.testQuotes6()
          Method testQuotes6.
 void PerformanceTests.testPerformance1()
          Method testParsing16.
 void PerformanceTests.testPerformance2()
           
 void MonoFeatureTests.testPropertiesArrays()
          Teste les tableaux de properties, nommées et non nommées.
 void MonoFeatureTests.testPropertiesOverloading()
          Teste le mécanisme de surcharge des valeurs de properties par des fichiers .prop.
 void MonoFeatureTests.testTriggersOrder()
          Teste l'ordre dans lequel les triggers sont exécutés.
 void MonoFeatureTests.testPropertiesInterfaceAndProvidersBindings()
          Teste les bindings de property à interface, de provider à interface.
 void MonoFeatureTests.testSuperAndSuperSuper()
          Teste la surcharge d'instances par super.
 void MonoFeatureTests.testExternalReference()
          Tests the overloading of properties by providers/ports, and ports by properties.
 void MonoFeatureTests.testMultipleBindingsDetection()
          Teste si le binding multiple lève bien une exception.
 void MonoFeatureTests.testMultipleTypesOfOverloading()
          Tests the overloading of properties by providers/ports, and ports by properties.
 void MonoFeatureTests.testOrderOnCompositionOfMultiplePort()
          Tests the overloading of properties by providers/ports, and ports by properties.
 void MonoFeatureTests.testDynamicPlugOnNAryPort()
          Tests the overloading of properties by providers/ports, and ports by properties.
 void MonoFeatureTests.testDynamicPlug()
          Tests the overloading of properties by providers/ports, and ports by properties.
 void MonoFeatureTests.testSimpleFork1()
          Tests the overloading of properties by providers/ports, and ports by properties.
 void MonoFeatureTests.testSimpleFork1A()
          Tests the overloading of properties by providers/ports, and ports by properties.
 void MonoFeatureTests.testSimpleFork2()
          Tests the overloading of properties by providers/ports, and ports by properties.
 void MonoFeatureTests.testForkOfPlugged1()
          Tests the overloading of properties by providers/ports, and ports by properties.
 void MonoFeatureTests.testForkOfPlugged2()
          Tests the overloading of properties by providers/ports, and ports by properties.
 void MonoFeatureTests.testForkOfPlugged3()
          Tests the overloading of properties by providers/ports, and ports by properties.
 void MonoFeatureTests.testForkOfPlugged4()
          Tests the overloading of properties by providers/ports, and ports by properties.
 void MonoFeatureTests.testForkOfPlugged5()
          Tests the overloading of properties by providers/ports, and ports by properties.
 void MonoFeatureTests.testCycleAndTriggers()
          Tests the triggering of transformers in cycle prone templates.
 void MonoFeatureTests.testTriggersOnTHIS()
          Tests the triggering of transformers on THIS.
 void MonoFeatureTests.testContainmentAndStart()
          Tests the containment behaviour, respect to star ports.
 void MonoFeatureTests.testBindingValue1()
          Tests the triggering of transformers in cycle prone templates.
 void MonoFeatureTests.testBindingProvider1()
          Tests the triggering of transformers in cycle prone templates.
 void MonoFeatureTests.testNullMapper()
          Method testNullParser
 void MonoFeatureTests.testOtherMapper1()
          Tests the overloading of properties by providers/ports, and ports by properties.
 void DynamicityTests.testManualPlug()
           
 void DynamicityTests.testStaticPlug()
           
 void DynamicityTests.testChangePropertyValue()
           
 void CurrentTest.testForkOfPlugged3()
           
 void ClassLoaderResourceLoaderTest.testLoadingException()
          tries to find a non existing Resource
protected  TemplateDescription ResourceRepository1.getSingleDescription(java.lang.String resourceName, ResourceMapping parsingResult)
          Method getSingleDescription.
 java.io.InputStream ClassLoaderResourceLoader.getResource(java.lang.String resourceName)
           
 TemplateDescription ResourceRepository.getTemplateDescription(java.lang.String resourceName)
           
protected  TemplateDescription ResourceRepository.getSingleDescription(java.lang.String resourceName, ResourceMapping parsingResult)
          Method getSingleDescription.
 TemplateDescription Repository.getTemplateDescription(java.lang.String resourceName)
          Method getTemplateDescription.
 java.io.InputStream ResourceLoader.getResource(java.lang.String resourcePath)
          Method getResource.