org.polliwog.resolvers
Interface PageTitleResolver

All Known Implementing Classes:
BasicPageTitleResolver, PygmyPossumPageTitleResolver

public interface PageTitleResolver


Method Summary
 void init(VisitorEnvironment ve)
           
 java.lang.String resolve(AbstractURIField aui)
           
 

Method Detail

init

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

resolve

java.lang.String resolve(AbstractURIField aui)
                         throws WeblogException
Throws:
WeblogException


  Copyright © 2007 Gary Bentley. All Rights Reserved.