org.jasig.spring.web.portlet.handler
Class SingleControllerHandlerMapping

java.lang.Object
  extended by org.springframework.context.support.ApplicationObjectSupport
      extended by org.springframework.web.portlet.handler.AbstractHandlerMapping
          extended by org.jasig.spring.web.portlet.handler.SingleControllerHandlerMapping
All Implemented Interfaces:
org.springframework.context.ApplicationContextAware, org.springframework.core.Ordered, org.springframework.web.portlet.HandlerMapping

public class SingleControllerHandlerMapping
extends org.springframework.web.portlet.handler.AbstractHandlerMapping

Version:
$Revision: 21980 $
Author:
Eric Dalquist

Field Summary
 
Fields inherited from class org.springframework.context.support.ApplicationObjectSupport
logger
 
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
 
Constructor Summary
SingleControllerHandlerMapping()
           
 
Method Summary
protected  Object getHandlerInternal(javax.portlet.PortletRequest request)
           
 
Methods inherited from class org.springframework.web.portlet.handler.AbstractHandlerMapping
adaptInterceptor, extendInterceptors, getAdaptedInterceptors, getDefaultHandler, getHandler, getHandlerExecutionChain, getOrder, initApplicationContext, initInterceptors, setApplyWebRequestInterceptorsToRenderPhaseOnly, setDefaultHandler, setInterceptors, setOrder
 
Methods inherited from class org.springframework.context.support.ApplicationObjectSupport
getApplicationContext, getMessageSourceAccessor, initApplicationContext, isContextRequired, requiredContextClass, setApplicationContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleControllerHandlerMapping

public SingleControllerHandlerMapping()
Method Detail

getHandlerInternal

protected Object getHandlerInternal(javax.portlet.PortletRequest request)
                             throws Exception
Specified by:
getHandlerInternal in class org.springframework.web.portlet.handler.AbstractHandlerMapping
Throws:
Exception


Copyright © 2012 Jasig. All Rights Reserved.