de.matthias_burbach.mosaique.core.model
Class LogicalPage
java.lang.Object
de.matthias_burbach.mosaique.core.model.AbstractFileItem
de.matthias_burbach.mosaique.core.model.LogicalPage
- public class LogicalPage
- extends AbstractFileItem
See http://flux4eclipse.sourceforge.net/userguide/concepts/framework.html
to understand the concept of a logical page in a Struts configuration.
- 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 |
LogicalPage
public LogicalPage(Context context)
- Parameters:
context
- The context to use by this instance.
getDefinition
public Definition getDefinition()
- Returns:
- The definition resolved from the forward value or
null
if it doesn't refer to a Tile.
getForward
public java.lang.String getForward()
- Returns:
- The value of the forward attribute, which might be the name of a
Tiles definition.
setForward
public void setForward(java.lang.String forward)
- Parameters:
forward
- The value of the forward attribute, which might be the
name of a Tiles definition.
getName
public java.lang.String getName()
- Returns:
- The name of the logical page (without the prefix '/Page.'
and the suffix '.doDisplay' if present).
setName
public void setName(java.lang.String name)
- Parameters:
name
- The name of the logical page (without the prefix '/Page.'
and the suffix '.doDisplay' if present).
Copyright © 2005-2006 . All Rights Reserved.