org.apache.struts2.sitegraph.entities
Interface View
- All Known Implementing Classes:
- FileBasedView, FreeMarkerView, JspView, VelocityView
public interface View
TODO Describe View
Method Summary |
java.lang.String |
getName()
Name of view file |
java.util.Set<Target> |
getTargets()
Returns Set of Commands linked to by this view |
TYPE_JSP
static final int TYPE_JSP
- See Also:
- Constant Field Values
TYPE_VM
static final int TYPE_VM
- See Also:
- Constant Field Values
TYPE_FTL
static final int TYPE_FTL
- See Also:
- Constant Field Values
getName
java.lang.String getName()
- Name of view file
- Returns:
- The name of the view file.
getTargets
java.util.Set<Target> getTargets()
- Returns Set of Commands linked to by this view
- Returns:
- a set of Targets
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.