Uses of Interface
com.jeffpalm.ajp.base.Loggable

Packages that use Loggable
com.jeffpalm.ajp.base   
com.jeffpalm.ajp.impl   
 

Uses of Loggable in com.jeffpalm.ajp.base
 

Classes in com.jeffpalm.ajp.base that implement Loggable
 class Log
           
 

Uses of Loggable in com.jeffpalm.ajp.impl
 

Constructors in com.jeffpalm.ajp.impl with parameters of type Loggable
Parser(java.io.InputStream inStream, Loggable log)