biz.hammurapi.web
Class FileNavigator

java.lang.Object
  extended bybiz.hammurapi.web.FileNavigator
All Implemented Interfaces:
biz.hammurapi.config.ChainedContext

public class FileNavigator
extends java.lang.Object
implements biz.hammurapi.config.ChainedContext

This class constructs links to files from file id's and action names

Author:
Pavel Vlasov

Constructor Summary
FileNavigator(biz.hammurapi.sql.SQLProcessor processor)
           
 
Method Summary
 java.lang.Object get(java.lang.String path, biz.hammurapi.config.Context chain)
          Splits path string and returns file information first element shall be file ID.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileNavigator

public FileNavigator(biz.hammurapi.sql.SQLProcessor processor)
Method Detail

get

public java.lang.Object get(java.lang.String path,
                            biz.hammurapi.config.Context chain)
Splits path string and returns file information first element shall be file ID. The second element shall be action name.

Specified by:
get in interface biz.hammurapi.config.ChainedContext


Copyright © 2006 Hammurapi Group. All Rights Reserved.