| java.lang.Object biz.hammurapi.web.FileNavigator
FileNavigator | public class FileNavigator implements ChainedContext(Code) | | This class constructs links to files from file id's and action names
author: Pavel Vlasov |
Method Summary | |
public Object | get(String path, Context chain) Splits path string and returns file information
first element shall be file ID. |
FileNavigator | public FileNavigator(SQLProcessor processor)(Code) | | |
get | public Object get(String path, Context chain)(Code) | | Splits path string and returns file information
first element shall be file ID. The second element shall be action name.
|
|
|