com.opensymphony.webwork.sitegraph.entities
Class FreeMarkerView

java.lang.Object
  extended by com.opensymphony.webwork.sitegraph.entities.FileBasedView
      extended by com.opensymphony.webwork.sitegraph.entities.FreeMarkerView
All Implemented Interfaces:
View

public class FreeMarkerView
extends FileBasedView

User: plightbo Date: Jun 25, 2005 Time: 2:22:22 PM


Field Summary
 
Fields inherited from interface com.opensymphony.webwork.sitegraph.entities.View
TYPE_FTL, TYPE_JSP, TYPE_VM
 
Constructor Summary
FreeMarkerView(File file)
           
 
Method Summary
protected  Pattern getActionPattern()
           
protected  Pattern getFormPattern()
           
 
Methods inherited from class com.opensymphony.webwork.sitegraph.entities.FileBasedView
getLinkPattern, getName, getTargets
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FreeMarkerView

public FreeMarkerView(File file)
Method Detail

getActionPattern

protected Pattern getActionPattern()
Specified by:
getActionPattern in class FileBasedView

getFormPattern

protected Pattern getFormPattern()
Specified by:
getFormPattern in class FileBasedView

WebWork Project Page