ContextURLProvider.java :  » Web-Framework » RSF » uk » org » ponder » rsf » viewstate » Java Open Source

Java Open Source » Web Framework » RSF 
RSF » uk » org » ponder » rsf » viewstate » ContextURLProvider.java
/*
 * Created on 14 Aug 2006
 */
package uk.org.ponder.rsf.viewstate;

/** Returns the external URL corresponding to the context resource base for
 * this application.
 * @author Antranig Basman (antranig@caret.cam.ac.uk)
 *
 */
public interface ContextURLProvider {
  public String getContextBaseURL();
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.