org.mycore.frontend.indexbrowser.sql
Class MCRBrowseRequest

java.lang.Object
  extended by org.mycore.frontend.indexbrowser.sql.MCRBrowseRequest

 class MCRBrowseRequest
extends Object

Author:
Frank Lützenkirchen

Field Summary
(package private)  int from
           
(package private)  String index
           
(package private)  String mode
           
(package private)  StringBuffer path
           
(package private)  String search
           
(package private)  int to
           
 
Constructor Summary
MCRBrowseRequest(HttpServletRequest req)
           
 
Method Summary
(package private)  void addRange(String from, String to)
           
(package private)  String getCanonicalRequestPath()
           
(package private)  int getFrom()
           
(package private)  String getIndex()
           
(package private)  int getTo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

index

String index

from

int from

to

int to

path

StringBuffer path

search

String search

mode

String mode
Constructor Detail

MCRBrowseRequest

MCRBrowseRequest(HttpServletRequest req)
Method Detail

addRange

void addRange(String from,
              String to)

getCanonicalRequestPath

String getCanonicalRequestPath()

getFrom

int getFrom()

getTo

int getTo()

getIndex

String getIndex()