net.sourceforge.smile.config
Class ApplicationTag
java.lang.Object
   net.sourceforge.smile.config.Tag
net.sourceforge.smile.config.Tag
       net.sourceforge.smile.config.ApplicationTag
net.sourceforge.smile.config.ApplicationTag
- public class ApplicationTag- extends Tag
- Author:
- codehawk
 JavaBean for parsing the faces-config.xml with jakarta xml Digester
 
 
 
| Methods inherited from class java.lang.Object | 
| getClass, notify, notifyAll, toString, wait, wait, wait | 
 
ApplicationTag
public ApplicationTag()
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:
- getIdentityin class- Tag
 
- 
- Returns:
- See Also:
- Tag.getIdentity()