egovframework.rfc3.common.interceptor
Class SelectedAnnotationHandlerMapping

java.lang.Object
  extended by org.springframework.context.support.ApplicationObjectSupport
      extended by org.springframework.web.context.support.WebApplicationObjectSupport
          extended by org.springframework.web.servlet.handler.AbstractHandlerMapping
              extended by org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
                  extended by org.springframework.web.servlet.handler.AbstractDetectingUrlHandlerMapping
                      extended by org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping
                          extended by egovframework.rfc3.common.interceptor.SelectedAnnotationHandlerMapping
All Implemented Interfaces:
org.springframework.context.ApplicationContextAware, org.springframework.core.Ordered, org.springframework.web.context.ServletContextAware, org.springframework.web.servlet.HandlerMapping

public class SelectedAnnotationHandlerMapping
extends org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping

선택된 특정 url ineterceptor 태우기

Since:
2010.12.15
Version:
egovframework RFC 3.0
 << 개정이력(Modification Information) >>
 
   수정일      수정자          수정내용
  -------    --------    ---------------------------
   2010.12.15  허성철 최초작업
  
  Copyright (C) 2010 by skoinfo  All right reserved.
  
Author:
허성철

Field Summary
 
Fields inherited from interface org.springframework.web.servlet.HandlerMapping
BEST_MATCHING_PATTERN_ATTRIBUTE, PATH_WITHIN_HANDLER_MAPPING_ATTRIBUTE, URI_TEMPLATE_VARIABLES_ATTRIBUTE
 
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
 
Constructor Summary
SelectedAnnotationHandlerMapping()
           
 
Method Summary
 java.lang.String[] getFiltered(java.lang.String[] strs)
           
 void setUrls(java.util.List<java.lang.String> urls)
           
 
Methods inherited from class org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping
setUseDefaultSuffixPattern
 
Methods inherited from class org.springframework.web.servlet.handler.AbstractDetectingUrlHandlerMapping
initApplicationContext, setDetectHandlersInAncestorContexts
 
Methods inherited from class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
getHandlerMap, getPathMatcher, getRootHandler, setAlwaysUseFullPath, setLazyInitHandlers, setMappedInterceptors, setPathMatcher, setRootHandler, setUrlDecode, setUrlPathHelper
 
Methods inherited from class org.springframework.web.servlet.handler.AbstractHandlerMapping
getDefaultHandler, getHandler, getOrder, setDefaultHandler, setInterceptors, setOrder
 
Methods inherited from class org.springframework.web.context.support.WebApplicationObjectSupport
setServletContext
 
Methods inherited from class org.springframework.context.support.ApplicationObjectSupport
getApplicationContext, setApplicationContext
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectedAnnotationHandlerMapping

public SelectedAnnotationHandlerMapping()
Method Detail

setUrls

public void setUrls(java.util.List<java.lang.String> urls)

getFiltered

public java.lang.String[] getFiltered(java.lang.String[] strs)