net.sourceforge.smile.test
Class AlternateApplication

java.lang.Object
  extended byjavax.faces.application.Application
      extended bynet.sourceforge.smile.test.AlternateApplication

public class AlternateApplication
extends javax.faces.application.Application

Author:
codehawk To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Constructor Summary
AlternateApplication()
           
 
Method Summary
 void addComponent(java.lang.String s, java.lang.String s1)
           
 void addConverter(java.lang.String s, java.lang.String s1)
           
 void addMessageResources(java.lang.String s, java.lang.String s1)
           
 void addValidator(java.lang.String s, java.lang.String s1)
           
 javax.faces.event.ActionListener getActionListener()
           
 javax.faces.component.UIComponent getComponent(java.lang.String s)
           
 java.util.Iterator getComponentTypes()
           
 javax.faces.convert.Converter getConverter(java.lang.String s)
           
 java.util.Iterator getConverterIds()
           
 javax.faces.context.MessageResources getMessageResources(java.lang.String s)
           
 java.util.Iterator getMessageResourcesIds()
           
 javax.faces.application.NavigationHandler getNavigationHandler()
           
 javax.faces.el.PropertyResolver getPropertyResolver()
           
 javax.faces.validator.Validator getValidator(java.lang.String s)
           
 java.util.Iterator getValidatorIds()
           
 javax.faces.el.ValueBinding getValueBinding(java.lang.String s)
           
 javax.faces.el.VariableResolver getVariableResolver()
           
 void setActionListener(javax.faces.event.ActionListener actionlistener)
           
 void setNavigationHandler(javax.faces.application.NavigationHandler navigationhandler)
           
 void setPropertyResolver(javax.faces.el.PropertyResolver propertyresolver)
           
 void setVariableResolver(javax.faces.el.VariableResolver variableresolver)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlternateApplication

public AlternateApplication()
Method Detail

addComponent

public void addComponent(java.lang.String s,
                         java.lang.String s1)
See Also:
Application.addComponent(java.lang.String, java.lang.String)

addConverter

public void addConverter(java.lang.String s,
                         java.lang.String s1)
See Also:
Application.addConverter(java.lang.String, java.lang.String)

addMessageResources

public void addMessageResources(java.lang.String s,
                                java.lang.String s1)
See Also:
Application.addMessageResources(java.lang.String, java.lang.String)

addValidator

public void addValidator(java.lang.String s,
                         java.lang.String s1)
See Also:
Application.addValidator(java.lang.String, java.lang.String)

getActionListener

public javax.faces.event.ActionListener getActionListener()
See Also:
Application.getActionListener()

getComponent

public javax.faces.component.UIComponent getComponent(java.lang.String s)
                                               throws javax.faces.FacesException
Throws:
javax.faces.FacesException
See Also:
Application.getComponent(java.lang.String)

getComponentTypes

public java.util.Iterator getComponentTypes()
See Also:
Application.getComponentTypes()

getConverter

public javax.faces.convert.Converter getConverter(java.lang.String s)
                                           throws javax.faces.FacesException
Throws:
javax.faces.FacesException
See Also:
Application.getConverter(java.lang.String)

getConverterIds

public java.util.Iterator getConverterIds()
See Also:
Application.getConverterIds()

getMessageResources

public javax.faces.context.MessageResources getMessageResources(java.lang.String s)
                                                         throws javax.faces.FacesException
Throws:
javax.faces.FacesException
See Also:
Application.getMessageResources(java.lang.String)

getMessageResourcesIds

public java.util.Iterator getMessageResourcesIds()
See Also:
Application.getMessageResourcesIds()

getNavigationHandler

public javax.faces.application.NavigationHandler getNavigationHandler()
See Also:
Application.getNavigationHandler()

getPropertyResolver

public javax.faces.el.PropertyResolver getPropertyResolver()
See Also:
Application.getPropertyResolver()

getValidator

public javax.faces.validator.Validator getValidator(java.lang.String s)
                                             throws javax.faces.FacesException
Throws:
javax.faces.FacesException
See Also:
Application.getValidator(java.lang.String)

getValidatorIds

public java.util.Iterator getValidatorIds()
See Also:
Application.getValidatorIds()

getValueBinding

public javax.faces.el.ValueBinding getValueBinding(java.lang.String s)
                                            throws javax.faces.el.ReferenceSyntaxException
Throws:
javax.faces.el.ReferenceSyntaxException
See Also:
Application.getValueBinding(java.lang.String)

getVariableResolver

public javax.faces.el.VariableResolver getVariableResolver()
See Also:
Application.getVariableResolver()

setActionListener

public void setActionListener(javax.faces.event.ActionListener actionlistener)
See Also:
Application.setActionListener(javax.faces.event.ActionListener)

setNavigationHandler

public void setNavigationHandler(javax.faces.application.NavigationHandler navigationhandler)
See Also:
Application.setNavigationHandler(javax.faces.application.NavigationHandler)

setPropertyResolver

public void setPropertyResolver(javax.faces.el.PropertyResolver propertyresolver)
See Also:
Application.setPropertyResolver(javax.faces.el.PropertyResolver)

setVariableResolver

public void setVariableResolver(javax.faces.el.VariableResolver variableresolver)
See Also:
Application.setVariableResolver(javax.faces.el.VariableResolver)