net.sourceforge.smile.config
Class ApplicationTag

java.lang.Object
  extended bynet.sourceforge.smile.config.Tag
      extended bynet.sourceforge.smile.config.ApplicationTag

public class ApplicationTag
extends Tag

Author:
codehawk JavaBean for parsing the faces-config.xml with jakarta xml Digester

Constructor Summary
ApplicationTag()
           
 
Method Summary
 void addComponent(ComponentTag component)
           
 java.lang.String getActionListener()
           
 java.util.List getComponents()
           
 java.lang.String getIdentity()
          This operation should be implemented, to return a string, that identifies the object within it's context in the tree.
 java.lang.String getNavigationHandler()
           
 java.lang.String getPropertyResolver()
           
 java.lang.String getVariableResolver()
           
 void setActionListener(java.lang.String string)
           
 void setComponents(java.util.List list)
           
 void setNavigationHandler(java.lang.String string)
           
 void setPropertyResolver(java.lang.String string)
           
 void setVariableResolver(java.lang.String string)
           
 
Methods inherited from class net.sourceforge.smile.config.Tag
equals, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationTag

public ApplicationTag()
Method Detail

addComponent

public void addComponent(ComponentTag component)

getActionListener

public java.lang.String getActionListener()
Returns:

getNavigationHandler

public java.lang.String getNavigationHandler()
Returns:

getPropertyResolver

public java.lang.String getPropertyResolver()
Returns:

getVariableResolver

public java.lang.String getVariableResolver()
Returns:

setActionListener

public void setActionListener(java.lang.String string)
Parameters:
string -

setNavigationHandler

public void setNavigationHandler(java.lang.String string)
Parameters:
string -

setPropertyResolver

public void setPropertyResolver(java.lang.String string)
Parameters:
string -

setVariableResolver

public void setVariableResolver(java.lang.String string)
Parameters:
string -

getComponents

public java.util.List getComponents()
Returns:

setComponents

public void setComponents(java.util.List list)
Parameters:
list -

getIdentity

public java.lang.String getIdentity()
Description copied from class: Tag
This operation should be implemented, to return a string, that identifies the object within it's context in the tree.

Specified by:
getIdentity in class Tag
Returns:
See Also:
Tag.getIdentity()