org.polliwog.resolvers
Interface BrowserResolver

All Known Implementing Classes:
BasicBrowserResolver

public interface BrowserResolver


Method Summary
 void init(VisitorEnvironment ve)
           
 Browser resolve(java.lang.String ua)
           
 

Method Detail

init

void init(VisitorEnvironment ve)
          throws java.lang.Exception
Throws:
java.lang.Exception

resolve

Browser resolve(java.lang.String ua)
                throws WeblogException
Throws:
WeblogException


  Copyright © 2007 Gary Bentley. All Rights Reserved.