public class ComponentRegistryAdapter extends Object implements ComponentRegistry
CLASSPATH_URL_PREFIX, FILE_URL_PREFIX| Constructor and Description |
|---|
ComponentRegistryAdapter(ConfigurableApplicationContext configurableApplicationContext) |
public ComponentRegistryAdapter(ConfigurableApplicationContext configurableApplicationContext)
public ControllerBuilder registerController(Class<?> classtype)
registerController in interface ControllerRegistrypublic ControllerBuilder registerController(String id, Class<?> classType)
registerController in interface ControllerRegistrypublic ControllerBuilder registerController(String id, String view, boolean resolvedView, Class<?> classType)
registerController in interface ControllerRegistrypublic ControllerBuilder registerController(String id, String view, boolean resolvedView, String name, Class<?> classType, String actionId)
registerController in interface ControllerRegistrypublic ControllerBuilder registerController(String id, String view, boolean resolvedView, DispatcherType dispatcherType, String name, Class<?> classType, String actionId)
registerController in interface ControllerRegistrypublic ControllerBuilder registerController(String id, String view, boolean resolvedView, DispatcherType dispatcherType, String name, Class<?> classType, String actionId, ActionType actionType)
registerController in interface ControllerRegistrypublic ControllerBuilder registerController(String id, String view, DispatcherType dispatcherType, boolean resolvedView, String name, Class<?> classType, String actionId, ActionType actionType)
registerController in interface ControllerRegistrypublic Controller getRegisteredController(Class<?> clazz)
getRegisteredController in interface ControllerRegistrypublic Controller getRegisteredController(String name)
getRegisteredController in interface ControllerRegistrypublic InterceptorStackBuilder registerInterceptorStack(String name, boolean isDefault)
registerInterceptorStack in interface InterceptorRegistrypublic InterceptorBuilder registerInterceptor(String name, Class<?> interceptor, boolean isDefault)
registerInterceptor in interface InterceptorRegistrypublic Interceptor getRegisteredInterceptor(Class<?> clazz)
getRegisteredInterceptor in interface InterceptorRegistrypublic Interceptor getRegisteredInterceptor(String name)
getRegisteredInterceptor in interface InterceptorRegistrypublic Resource getResource(String path)
getResource in interface ResourceLoaderpublic ClassLoader getClassloader()
getClassloader in interface ResourceLoaderpublic void registerScope(String name, Scope scope)
registerScope in interface ScopeRegistrypublic Scope getRegistredScope(String name)
getRegistredScope in interface ScopeRegistrypublic Scope getRegistredScope(ScopeType scopeType)
getRegistredScope in interface ScopeRegistrypublic void registerType(TypeFactory factory)
registerType in interface TypeRegistrypublic void registerType(Class<?> classType, Class<?> type)
registerType in interface TypeRegistrypublic TypeFactory getRegistredType(Class<?> classType)
getRegistredType in interface TypeRegistrypublic void registerProperty(String name, String value)
registerProperty in interface PropertyRegistrypublic String getProperty(String name)
getProperty in interface PropertyRegistrypublic Properties getProperties()
getProperties in interface PropertyRegistrypublic boolean isStandardType(Class<?> clazz)
isStandardType in interface TypeRegistryCopyright © 2026 Brandao. All rights reserved.