org.kuali.student.common.ui.server.gwt
Class SearchDispatchRpcGwtServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
com.google.gwt.user.server.rpc.RemoteServiceServlet
org.kuali.student.common.ui.server.gwt.SearchDispatchRpcGwtServlet
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.RemoteService, com.google.gwt.user.server.rpc.SerializationPolicyProvider, Serializable, Servlet, ServletConfig, SearchRpcService, InitializingBean
public class SearchDispatchRpcGwtServlet
- extends com.google.gwt.user.server.rpc.RemoteServiceServlet
- implements SearchRpcService, InitializingBean
- See Also:
- Serialized Form
Fields inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet |
perThreadRequest, perThreadResponse |
Methods inherited from class com.google.gwt.user.server.rpc.RemoteServiceServlet |
checkPermutationStrongName, doGetSerializationPolicy, getSerializationPolicy, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponse |
Methods inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet |
doPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContent |
Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cachingEnabled
protected boolean cachingEnabled
searchCacheMaxSize
protected int searchCacheMaxSize
searchCacheMaxAgeSeconds
protected int searchCacheMaxAgeSeconds
searchCache
protected Map<String,SearchDispatchRpcGwtServlet.MaxAgeSoftReference<SearchResultInfo>> searchCache
SearchDispatchRpcGwtServlet
public SearchDispatchRpcGwtServlet()
search
public SearchResultInfo search(SearchRequestInfo searchRequest)
- Delegates to the service responsible for the given search type key
- Specified by:
search
in interface SearchRpcService
- Parameters:
searchRequest
-
- Returns:
- The searchResult from the delegated search or null
- Throws:
MissingParameterException
cachingSearch
public SearchResultInfo cachingSearch(SearchRequestInfo searchRequest)
- Specified by:
cachingSearch
in interface SearchRpcService
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- Specified by:
afterPropertiesSet
in interface InitializingBean
- Throws:
Exception
setSearchDispatcher
public void setSearchDispatcher(SearchService searchDispatcher)
setIdTranslatorFilter
public void setIdTranslatorFilter(IdTranslatorFilter idTranslatorFilter)
setCachingEnabled
public void setCachingEnabled(boolean cachingEnabled)
setSearchCacheMaxSize
public void setSearchCacheMaxSize(int searchCacheMaxSize)
setSearchCacheMaxAgeSeconds
public void setSearchCacheMaxAgeSeconds(int searchCacheMaxAgeSeconds)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.