org.jbehave.web.runner.waffle.controllers
Class FileController

java.lang.Object
  extended by org.codehaus.waffle.menu.MenuAwareController
      extended by org.jbehave.web.runner.waffle.controllers.FileController
All Implemented Interfaces:
org.codehaus.waffle.menu.MenuAware

public class FileController
extends org.codehaus.waffle.menu.MenuAwareController


Constructor Summary
FileController(org.codehaus.waffle.menu.Menu menu)
           
 
Method Summary
 java.lang.String getFileContent()
           
 java.lang.String getSelectedPath()
           
 void setSelectedPath(java.lang.String selectedPath)
           
 void viewContent()
           
 
Methods inherited from class org.codehaus.waffle.menu.MenuAwareController
getMenu
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileController

public FileController(org.codehaus.waffle.menu.Menu menu)
Method Detail

viewContent

public void viewContent()

getSelectedPath

public java.lang.String getSelectedPath()

setSelectedPath

public void setSelectedPath(java.lang.String selectedPath)

getFileContent

public java.lang.String getFileContent()


Copyright © 2010. All Rights Reserved.