com.opensymphony.webwork.sitegraph.entities
Interface View
- All Known Implementing Classes:
- FileBasedView, FreeMarkerView, JspView, VelocityView
public interface View
TODO Describe 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
String getName()
- Name of view file
- Returns:
- The name of the view file.
getTargets
Set getTargets()
- Returns Set of Commands linked to by this view
- Returns:
- a set of Targets
|