Uses of Class
org.springframework.extensions.config.RemoteConfigElement.EndpointDescriptor
-
-
Uses of RemoteConfigElement.EndpointDescriptor in org.springframework.extensions.config
Fields in org.springframework.extensions.config with type parameters of type RemoteConfigElement.EndpointDescriptor Modifier and Type Field Description protected java.util.HashMap<java.lang.String,RemoteConfigElement.EndpointDescriptor>RemoteConfigElement. endpointsMethods in org.springframework.extensions.config that return RemoteConfigElement.EndpointDescriptor Modifier and Type Method Description RemoteConfigElement.EndpointDescriptorRemoteConfigElement. getEndpointDescriptor(java.lang.String id)RemoteConfigElement.EndpointDescriptorRemoteConfigProperties. getEndpointDescriptor(java.lang.String id) -
Uses of RemoteConfigElement.EndpointDescriptor in org.springframework.extensions.webscripts
Methods in org.springframework.extensions.webscripts that return RemoteConfigElement.EndpointDescriptor Modifier and Type Method Description RemoteConfigElement.EndpointDescriptorScriptRemoteConnector. getDescriptor()Constructors in org.springframework.extensions.webscripts with parameters of type RemoteConfigElement.EndpointDescriptor Constructor Description ScriptRemoteConnector(Connector connector, RemoteConfigElement.EndpointDescriptor descriptor)Constructor -
Uses of RemoteConfigElement.EndpointDescriptor in org.springframework.extensions.webscripts.servlet.mvc
Methods in org.springframework.extensions.webscripts.servlet.mvc with parameters of type RemoteConfigElement.EndpointDescriptor Modifier and Type Method Description booleanProxyControllerInterceptor. allowHttpBasicAuthentication(RemoteConfigElement.EndpointDescriptor endpoint, java.lang.String uri)booleanProxyControllerInterceptor. exceptionOnError(RemoteConfigElement.EndpointDescriptor endpoint, java.lang.String uri)
-