org.polliwog.resolvers
Interface PageResolver

All Known Implementing Classes:
BasicPageResolver

public interface PageResolver


Method Summary
 void init(VisitorEnvironment ve)
           
 boolean isPage(AbstractURIField aui)
           
 

Method Detail

init

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

isPage

boolean isPage(AbstractURIField aui)
               throws WeblogException
Throws:
WeblogException


  Copyright © 2007 Gary Bentley. All Rights Reserved.