Uses of Class
rabbit.meta.BaseMetaHandler.PageCompletion

Packages that use BaseMetaHandler.PageCompletion
rabbit.meta The web interface to the web proxy. 
 

Uses of BaseMetaHandler.PageCompletion in rabbit.meta
 

Methods in rabbit.meta that return BaseMetaHandler.PageCompletion
protected  BaseMetaHandler.PageCompletion LogRotator.addPageInformation(StringBuilder sb)
          Add the page information
protected  BaseMetaHandler.PageCompletion SelectorStatus.addPageInformation(StringBuilder sb)
          Add the page information
protected  BaseMetaHandler.PageCompletion Status.addPageInformation(StringBuilder sb)
          Add the page information
protected  BaseMetaHandler.PageCompletion StackTrace.addPageInformation(StringBuilder sb)
          Add the page information
protected  BaseMetaHandler.PageCompletion Kill.addPageInformation(StringBuilder sb)
          Add the page information
protected  BaseMetaHandler.PageCompletion Connections.addPageInformation(StringBuilder sb)
          Add the page information
protected  BaseMetaHandler.PageCompletion ClearCache.addPageInformation(StringBuilder sb)
          Add the page information
protected  BaseMetaHandler.PageCompletion CacheStatus.addPageInformation(StringBuilder sb)
           
protected abstract  BaseMetaHandler.PageCompletion BaseMetaHandler.addPageInformation(StringBuilder sb)
          Add the page information
static BaseMetaHandler.PageCompletion BaseMetaHandler.PageCompletion.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BaseMetaHandler.PageCompletion[] BaseMetaHandler.PageCompletion.values()
          Returns an array containing the constants of this enum type, in the order they are declared.