com.opensymphony.webwork.sitegraph.entities
Class FileBasedView
java.lang.Object
com.opensymphony.webwork.sitegraph.entities.FileBasedView
- All Implemented Interfaces:
- View
- Direct Known Subclasses:
- FreeMarkerView, JspView, VelocityView
public abstract class FileBasedView
- extends Object
- implements View
User: plightbo
Date: Jun 25, 2005
Time: 2:07:43 PM
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileBasedView
public FileBasedView(File file)
getName
public String getName()
- Description copied from interface:
View
- Name of view file
- Specified by:
getName
in interface View
- Returns:
- The name of the view file.
getTargets
public Set getTargets()
- Description copied from interface:
View
- Returns Set of Commands linked to by this view
- Specified by:
getTargets
in interface View
- Returns:
- a set of Targets
getLinkPattern
protected Pattern getLinkPattern()
getActionPattern
protected abstract Pattern getActionPattern()
getFormPattern
protected abstract Pattern getFormPattern()