Java Doc for FacesConfigDispenser.java in  » J2EE » myfaces-core-1.2.0 » org » apache » myfaces » config » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » J2EE » myfaces core 1.2.0 » org.apache.myfaces.config 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.apache.myfaces.config.FacesConfigDispenser

FacesConfigDispenser
public interface FacesConfigDispenser (Code)
Subsumes several unmarshalled faces config objects and presents a simple interface to the combined configuration data.
author:
   Manfred Geiler (latest modification by $Author: mbr $)
version:
   $Revision: 511499 $ $Date: 2007-02-25 14:04:50 +0100 (So, 25 Feb 2007) $




Method Summary
public  voidfeed(C facesConfig)
     Add another unmarshalled faces config object.
public  voidfeedApplicationFactory(String factoryClassName)
    
public  voidfeedFacesContextFactory(String factoryClassName)
    
public  voidfeedLifecycleFactory(String factoryClassName)
    
public  voidfeedRenderKitFactory(String factoryClassName)
    
public  Iterator<String>getActionListenerIterator()
    
public  Iterator<String>getApplicationFactoryIterator()
    
public  StringgetComponentClass(String componentType)
    
public  Iterator<String>getComponentTypes()
    
public  StringgetConverterClassByClass(String className)
    
public  StringgetConverterClassById(String converterId)
    
public  Iterator<String>getConverterClasses()
    
 ConvertergetConverterConfiguration(String converterClassName)
    
 Iterator<String>getConverterConfigurationByClassName()
    
public  Iterator<String>getConverterIds()
    
public  StringgetDefaultLocale()
    
public  StringgetDefaultRenderKitId()
    
public  Iterator<String>getElResolvers()
    
public  Iterator<String>getFacesContextFactoryIterator()
    
public  Iterator<String>getLifecycleFactoryIterator()
    
public  Iterator<String>getLifecyclePhaseListeners()
    
public  Iterator<ManagedBean>getManagedBeans()
    
public  StringgetMessageBundle()
    
public  Iterator<String>getNavigationHandlerIterator()
    
public  Iterator<NavigationRule>getNavigationRules()
    
public  Iterator<String>getPropertyResolverIterator()
    
public  StringgetRenderKitClass(String renderKitId)
    
public  Iterator<String>getRenderKitFactoryIterator()
    
public  Iterator<String>getRenderKitIds()
    
public  Iterator<Renderer>getRenderers(String renderKitId)
    
public  Iterator<ResourceBundle>getResourceBundles()
    
public  IteratorgetStateManagerIterator()
    
public  Iterator<String>getSupportedLocalesIterator()
    
public  StringgetValidatorClass(String validatorId)
    
public  Iterator<String>getValidatorIds()
    
public  Iterator<String>getVariableResolverIterator()
    
public  Iterator<String>getViewHandlerIterator()
    



Method Detail
feed
public void feed(C facesConfig)(Code)
Add another unmarshalled faces config object.
Parameters:
  facesConfig - unmarshalled faces config object



feedApplicationFactory
public void feedApplicationFactory(String factoryClassName)(Code)
Add another ApplicationFactory class name
Parameters:
  factoryClassName - a class name



feedFacesContextFactory
public void feedFacesContextFactory(String factoryClassName)(Code)
Add another FacesContextFactory class name
Parameters:
  factoryClassName - a class name



feedLifecycleFactory
public void feedLifecycleFactory(String factoryClassName)(Code)
Add another LifecycleFactory class name
Parameters:
  factoryClassName - a class name



feedRenderKitFactory
public void feedRenderKitFactory(String factoryClassName)(Code)
Add another RenderKitFactory class name
Parameters:
  factoryClassName - a class name



getActionListenerIterator
public Iterator<String> getActionListenerIterator()(Code)
Iterator over ActionListener class names (in reverse order!)



getApplicationFactoryIterator
public Iterator<String> getApplicationFactoryIterator()(Code)
Iterator over ApplicationFactory class names



getComponentClass
public String getComponentClass(String componentType)(Code)
component class that belongs to the given component type



getComponentTypes
public Iterator<String> getComponentTypes()(Code)
Iterator over all defined component types



getConverterClassByClass
public String getConverterClassByClass(String className)(Code)
converter class that is associated with the given class name



getConverterClassById
public String getConverterClassById(String converterId)(Code)
converter class that belongs to the given converter id



getConverterClasses
public Iterator<String> getConverterClasses()(Code)
Iterator over all classes with an associated converter



getConverterConfiguration
Converter getConverterConfiguration(String converterClassName)(Code)
delivers a converter-configuration for one class-name



getConverterConfigurationByClassName
Iterator<String> getConverterConfigurationByClassName()(Code)
Iterator over the config classes for the converters



getConverterIds
public Iterator<String> getConverterIds()(Code)
Iterator over all defined converter ids



getDefaultLocale
public String getDefaultLocale()(Code)
the default locale name



getDefaultRenderKitId
public String getDefaultRenderKitId()(Code)
the default render kit id



getElResolvers
public Iterator<String> getElResolvers()(Code)
Iterator over ELResolver implementation class names



getFacesContextFactoryIterator
public Iterator<String> getFacesContextFactoryIterator()(Code)
Iterator over FacesContextFactory class names



getLifecycleFactoryIterator
public Iterator<String> getLifecycleFactoryIterator()(Code)
Iterator over LifecycleFactory class names



getLifecyclePhaseListeners
public Iterator<String> getLifecyclePhaseListeners()(Code)
Iterator over javax.faces.event.PhaseListener implementation class names



getManagedBeans
public Iterator<ManagedBean> getManagedBeans()(Code)
Iterator over org.apache.myfaces.config.element.ManagedBean ManagedBeans



getMessageBundle
public String getMessageBundle()(Code)
Iterator over message bundle names (in reverse order!)



getNavigationHandlerIterator
public Iterator<String> getNavigationHandlerIterator()(Code)
Iterator over NavigationHandler class names



getNavigationRules
public Iterator<NavigationRule> getNavigationRules()(Code)
Iterator over org.apache.myfaces.config.element.NavigationRule NavigationRules



getPropertyResolverIterator
public Iterator<String> getPropertyResolverIterator()(Code)
Iterator over PropertyResolver class names



getRenderKitClass
public String getRenderKitClass(String renderKitId)(Code)
renderkit class name for given renderkit id



getRenderKitFactoryIterator
public Iterator<String> getRenderKitFactoryIterator()(Code)
Iterator over RenderKit factory class names



getRenderKitIds
public Iterator<String> getRenderKitIds()(Code)
Iterator over all defined renderkit ids



getRenderers
public Iterator<Renderer> getRenderers(String renderKitId)(Code)
Iterator over org.apache.myfaces.config.element.Renderer Renderers for the given renderKitId



getResourceBundles
public Iterator<ResourceBundle> getResourceBundles()(Code)
Iterator over ResourceBundle



getStateManagerIterator
public Iterator getStateManagerIterator()(Code)
Iterator over StateManager class names



getSupportedLocalesIterator
public Iterator<String> getSupportedLocalesIterator()(Code)
Iterator over supported locale names



getValidatorClass
public String getValidatorClass(String validatorId)(Code)
validator class name that belongs to the given validator id



getValidatorIds
public Iterator<String> getValidatorIds()(Code)
Iterator over all defined validator ids



getVariableResolverIterator
public Iterator<String> getVariableResolverIterator()(Code)
Iterator over VariableResolver class names



getViewHandlerIterator
public Iterator<String> getViewHandlerIterator()(Code)
Iterator over ViewHandler class names



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.