de.matthias_burbach.mosaique.core.model
Class StrutsConfig
java.lang.Object
de.matthias_burbach.mosaique.core.model.AbstractFileItem
de.matthias_burbach.mosaique.core.model.StrutsConfig
- public class StrutsConfig
- extends AbstractFileItem
Is the internal representation of a Struts configuration file.
- Author:
- Matthias Burbach
Methods inherited from class de.matthias_burbach.mosaique.core.model.AbstractFileItem |
getBegin, getContext, getDefinitionResolver, getEnd, getFilePath, getJspResolver, getMessage, getPrimarySearchText, getSecondarySearchText, isErroneous, setBegin, setContext, setEnd, setErroneous, setFilePath, setMessage, setPrimarySearchText, setSecondarySearchText |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StrutsConfig
public StrutsConfig()
getLogicalPages
public java.util.List getLogicalPages()
- Returns:
- The logical pages of type
LogicalPage
defined in this
Struts configuration.
setLogicalPages
public void setLogicalPages(java.util.List logicalPages)
- Parameters:
logicalPages
- The logical pages of type LogicalPage
defined
in this Struts configuration.
getName
public java.lang.String getName()
- Returns:
- The name without the path of the underlying Struts configuration
file.
setName
public void setName(java.lang.String name)
- Parameters:
name
- The name without the path of the underlying Struts
configuration file.
getDefinitionsConfigValues
public java.util.List getDefinitionsConfigValues()
- Returns:
- The list of relative paths to the Tiles definitions files
referenced in this Struts config's Tiles plugin element.
setDefinitionsConfigValues
public void setDefinitionsConfigValues(java.util.List definitionsConfigValues)
- Parameters:
definitionsConfigValues
- The list of relative paths to the Tiles
definitions files referenced in this
Struts config's Tiles plugin element.
Copyright © 2005-2006 . All Rights Reserved.