Return to www.inductionframework.org

com.acciente.induction.resolver
Class ShortURLViewResolver

java.lang.Object
  extended by com.acciente.induction.resolver.ShortURLViewResolver
All Implemented Interfaces:
ViewResolver

public class ShortURLViewResolver
extends java.lang.Object
implements ViewResolver

ShortURLViewResolver

Author:
Adinath Raveendra Raj

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.acciente.induction.resolver.ViewResolver
ViewResolver.Resolution
 
Constructor Summary
ShortURLViewResolver(Config.ViewMapping oViewMapping, java.lang.ClassLoader oClassLoader)
           
 
Method Summary
 ViewResolver.Resolution resolve(javax.servlet.http.HttpServletRequest oRequest)
          This method should resolve the class name of the view and method name within same to be invoked in response to the specified HTTP request
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShortURLViewResolver

public ShortURLViewResolver(Config.ViewMapping oViewMapping,
                            java.lang.ClassLoader oClassLoader)
                     throws java.io.IOException
Throws:
java.io.IOException
Method Detail

resolve

public ViewResolver.Resolution resolve(javax.servlet.http.HttpServletRequest oRequest)
Description copied from interface: ViewResolver
This method should resolve the class name of the view and method name within same to be invoked in response to the specified HTTP request

Specified by:
resolve in interface ViewResolver
Parameters:
oRequest - the HTTP request context in which the resolution is requested
Returns:
an object containing the class name of the view to be invoked and the method name within same

Return to www.inductionframework.org

Copyright © 2008-2009 Acciente, LLC. All Rights Reserved.