Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
A
aaa()
- Method in class net.kldp.beat.map.
CookieSessionMap
AbstractMap
<
K
,
V
> - Class in
net.kldp.beat.map
J2EE 종속적인 프로퍼티를 일반적인 Map으로 제공하기위한 추상 클래스입니다.
AbstractMap()
- Constructor for class net.kldp.beat.map.
AbstractMap
action
- Variable in class net.kldp.beat.action.
ActionInvoker
action
- Variable in class net.kldp.beat.action.
ActionService
action
- Variable in class net.kldp.beat.action.
InterceptorInvoker
action
- Variable in class net.kldp.beat.servlet.
ActionMapper
actionClass
- Variable in class net.kldp.beat.action.
AnnotationFinder
actionClasses
- Static variable in class net.kldp.beat.action.pool.
ActionClassPool
ActionClassFinder
- Class in
net.kldp.beat.servlet
액션 클래스를 검색합니다.
ActionClassFinder()
- Constructor for class net.kldp.beat.servlet.
ActionClassFinder
ActionClassPool
- Class in
net.kldp.beat.action.pool
액션 클래스를 저장하는 풀 클래스 입니다.
ActionClassPool()
- Constructor for class net.kldp.beat.action.pool.
ActionClassPool
ActionContext
- Class in
net.kldp.beat.action
전체 어플리케이션에서 공유하는 객체를 감싸는 클래스입니다. request, response, dispatcher와 기타 aware류의 맵들을 생성해서 보관 유지합니다.
ActionContext(HttpServletRequest, HttpServletResponse, ServletContext)
- Constructor for class net.kldp.beat.action.
ActionContext
ActionExecuteException
- Class in
net.kldp.beat.exception.fatal
ActionExecuteException(String)
- Constructor for class net.kldp.beat.exception.fatal.
ActionExecuteException
ActionExecuteException(Exception)
- Constructor for class net.kldp.beat.exception.fatal.
ActionExecuteException
ActionInvoker
- Class in
net.kldp.beat.action
컨트롤러 클래스를 실행하는 클래스 입니다.
ActionInvoker(Object)
- Constructor for class net.kldp.beat.action.
ActionInvoker
ActionMapper
- Class in
net.kldp.beat.servlet
URL에 따라 액션 클래스와 매핑합니다.
ActionMapper(String)
- Constructor for class net.kldp.beat.servlet.
ActionMapper
ActionMapping
- Class in
net.kldp.beat.configuration
사용자의 요청을 액션과 뷰사이에 매핑해주는 클래스입니다.
ActionMapping()
- Constructor for class net.kldp.beat.configuration.
ActionMapping
ActionService
- Class in
net.kldp.beat.action
ActionService(ActionContext, Object, ActionMapper)
- Constructor for class net.kldp.beat.action.
ActionService
ActionServlet
- Class in
net.kldp.beat.servlet
모든 액션의 진입점 서블릿입니다.
ActionServlet()
- Constructor for class net.kldp.beat.servlet.
ActionServlet
actionToParameter()
- Method in class net.kldp.beat.action.
ActionService
addError(Object, MultipartRequest, FileUploadException)
- Method in class net.kldp.beat.system.interceptor.
MultipartInterceptor
업로드 허용 크기를 초과한 경우 에러 메세지를 삽입합니다.
addHeaders(String[], HttpServletResponse)
- Method in class net.kldp.beat.dispatcher.
ViewDispatcher
addInterceptor(String)
- Static method in class net.kldp.beat.interceptor.pool.
UserInterceptorClassPool
인터셉터 맵에 인터셉터 클래스를 추가합니다.
addInterceptorContainer(Annotation)
- Static method in class net.kldp.beat.interceptor.pool.
UserInterceptorContainerPool
addResource(String)
- Method in class net.kldp.beat.configuration.
ActionMapping
addResult(Result)
- Method in class net.kldp.beat.action.
InterceptorStack
Result를 추가합니다.
addValue(Object, Object)
- Method in class net.kldp.beat.system.interceptor.
MultipartInterceptor
객체를 더한 배열을 리턴합니다. oldValue객체가 배열이라면 배열의 마지막에 추가하고, 그렇지 않으면 두 객체를 담은 배열을 리턴합니다.
After
- Annotation Type in
net.kldp.beat.annotation
이 어노테이션으로 선언된 메서드는 액션이 처리된 이후에 실행되어야 함을 정의합니다.
AfterInterceptor
- Interface in
net.kldp.beat.interceptor
이 인터페이스를 구현한 인터셉터는 액션이 처리되기 이후에 실행되어야 합니다.
afterInterceptors
- Variable in class net.kldp.beat.action.
InterceptorStack
afterMethod
- Variable in class net.kldp.beat.action.
ActionInvoker
afterMethod
- Variable in class net.kldp.beat.action.
InterceptorStack
annotation
- Variable in class net.kldp.beat.interceptor.pool.
UserInterceptorContainer
AnnotationFinder
- Class in
net.kldp.beat.action
클래스에 정의된 모든 어노테이션을 검색합니다.
AnnotationFinder(Class<?>)
- Constructor for class net.kldp.beat.action.
AnnotationFinder
AnnotationPool
- Class in
net.kldp.beat.action.pool
액션 클래스의 어노테이션을 저장하는 풀 클래스 입니다.
AnnotationPool()
- Constructor for class net.kldp.beat.action.pool.
AnnotationPool
annotations
- Variable in class net.kldp.beat.action.
AnnotationFinder
applicationMap
- Variable in class net.kldp.beat.action.
ActionContext
ApplicationMap
- Class in
net.kldp.beat.map
ApplicationMap(ServletContext)
- Constructor for class net.kldp.beat.map.
ApplicationMap
ApplicationMap
- Annotation Type in
net.kldp.beat.system.annotation
Application scope의 맵을 제공합니다.
ApplicationMapAware
- Interface in
net.kldp.beat.system.aware
Application scope의 맵을 제공합니다.
ApplicationMapInterceptor
- Class in
net.kldp.beat.system.interceptor
Application scope의 맵을 주입하는 인터셉터입니다.
ApplicationMapInterceptor()
- Constructor for class net.kldp.beat.system.interceptor.
ApplicationMapInterceptor
args
- Variable in class net.kldp.beat.message.
Message
arrayToParam(String[])
- Method in class net.kldp.beat.dispatcher.
ViewDispatcher
arrayToParam(String[], String)
- Method in class net.kldp.beat.dispatcher.
ViewDispatcher
B
baos
- Variable in class net.kldp.beat.map.
CookieSessionMap
beanToBean(Object, Object)
- Static method in class net.kldp.beat.util.
PropertyCopy
Bean 객체를 Bean객체로 복사합니다.
beanToMap(Object)
- Static method in class net.kldp.beat.util.
PropertyCopy
Bean 객체를 Map객체로 리턴합니다.
beanToMap(Object, Map<String, Object>)
- Static method in class net.kldp.beat.util.
PropertyCopy
Bean 객체를 Map객체로 복사합니다.
Beat
- Annotation Type in
net.kldp.beat.annotation
어노테이션을 위한 어노테이션입니다.
BeatException
- Class in
net.kldp.beat.exception.fatal
BeatException(String)
- Constructor for class net.kldp.beat.exception.fatal.
BeatException
BeatException(Exception)
- Constructor for class net.kldp.beat.exception.fatal.
BeatException
BeatException(Throwable)
- Constructor for class net.kldp.beat.exception.fatal.
BeatException
Before
- Annotation Type in
net.kldp.beat.annotation
이 어노테이션으로 선언된 메서드는 execute 이전에 실행되어야 함을 정의합니다.
BeforeInterceptor
- Interface in
net.kldp.beat.interceptor
이 인터페이스를 구현한 인터셉터는 액션이 처리되기 이전에 실행되어야 합니다.
beforeInterceptors
- Variable in class net.kldp.beat.action.
InterceptorStack
beforeMethod
- Variable in class net.kldp.beat.action.
ActionInvoker
beforeMethod
- Variable in class net.kldp.beat.action.
InterceptorStack
BeforeResult
- Annotation Type in
net.kldp.beat.annotation
이 어노테이션으로 선언된 메서드는 Result가 디스패치 되기 이전에 실행되어야 함을 정의합니다.
bufferSize()
- Static method in class net.kldp.beat.configuration.
Config
파일 업로드 버퍼 사이즈를 리턴합니다.
bufferSize
- Variable in class net.kldp.beat.configuration.
ConfigParser
C
cl
- Static variable in class net.kldp.beat.configuration.
Config
classifyAnnotations(Annotation)
- Method in class net.kldp.beat.action.
InterceptorStack
어노테이션들을 Result또는 인터셉터로 분류합니다.
classifyInterceptors(Annotation)
- Method in class net.kldp.beat.action.
InterceptorStack
인터셉터들을 분류합니다.
classifyMethods(Method[])
- Method in class net.kldp.beat.action.
ActionInvoker
Action클래스안에서의 특별한 메서드들을 분류합니다.
classifyMethods(Method[])
- Method in class net.kldp.beat.action.
InterceptorStack
Action클래스안에서의 특별한 메서드들을 분류합니다.
clear()
- Method in class net.kldp.beat.map.
AbstractMap
Config
- Class in
net.kldp.beat.configuration
Beat framework의 환경 설정을 로드합니다.
Config()
- Constructor for class net.kldp.beat.configuration.
Config
ConfigException
- Class in
net.kldp.beat.exception.fatal
ConfigException(String)
- Constructor for class net.kldp.beat.exception.fatal.
ConfigException
ConfigException(Throwable)
- Constructor for class net.kldp.beat.exception.fatal.
ConfigException
ConfigParser
- Class in
net.kldp.beat.configuration
ConfigParser(File)
- Constructor for class net.kldp.beat.configuration.
ConfigParser
ConfigParser(String)
- Constructor for class net.kldp.beat.configuration.
ConfigParser
ConfigVerifier
- Class in
net.kldp.beat.configuration
ConfigVerifier()
- Constructor for class net.kldp.beat.configuration.
ConfigVerifier
containsKey(Object)
- Method in class net.kldp.beat.map.
AbstractMap
containsValue(Object)
- Method in class net.kldp.beat.map.
AbstractMap
contentType
- Variable in class net.kldp.beat.upload.
FormFileImpl
context
- Variable in class net.kldp.beat.action.
ActionContext
context
- Variable in class net.kldp.beat.action.
ActionService
context
- Variable in class net.kldp.beat.action.
InterceptorInvoker
context
- Variable in class net.kldp.beat.dispatcher.
ViewDispatcher
cookieMap
- Variable in class net.kldp.beat.action.
ActionContext
CookieMap
- Class in
net.kldp.beat.map
Cookie를 Map으로 제공하기 위한 랩퍼 클래스입니다.
CookieMap(Cookie[], HttpServletResponse)
- Constructor for class net.kldp.beat.map.
CookieMap
CookieMap
- Annotation Type in
net.kldp.beat.system.annotation
Cookie의 맵을 제공합니다.
CookieMapAware
- Interface in
net.kldp.beat.system.aware
Cookie의 맵을 제공합니다.
CookieMapInterceptor
- Class in
net.kldp.beat.system.interceptor
Cookie맵을 주입하는 인터셉터입니다.
CookieMapInterceptor()
- Constructor for class net.kldp.beat.system.interceptor.
CookieMapInterceptor
cookies
- Variable in class net.kldp.beat.map.
CookieMap
CookieSessionMap
- Class in
net.kldp.beat.map
CookieSessionMap(Cookie[], HttpServletResponse)
- Constructor for class net.kldp.beat.map.
CookieSessionMap
create(ServletContext, HttpServletRequest, HttpServletResponse)
- Static method in class net.kldp.beat.dispatcher.
ViewDispatcher
createAction()
- Method in class net.kldp.beat.servlet.
ActionMapper
createUserInterceptor(Class<? extends Annotation>)
- Static method in class net.kldp.beat.system.interceptor.
InterceptorFactory
사용자가 web.interceptor 패키지에 작성한 인터셉터의 인스턴스를 생성하여 리턴합니다.
cutSuffix(String, String)
- Static method in class net.kldp.beat.servlet.
ServletPathParser
D
defaultMapping()
- Static method in class net.kldp.beat.configuration.
Config
defaultMapping
- Variable in class net.kldp.beat.configuration.
ConfigParser
describe(Object)
- Static method in class net.kldp.beat.util.
PropertyCopy
destroy(UserInterceptor)
- Method in class net.kldp.beat.action.
InterceptorInvoker
destroy()
- Method in interface net.kldp.beat.interceptor.
DisposeableInterceptor
destroy()
- Static method in class net.kldp.beat.message.
ResourcePool
destroy()
- Method in class net.kldp.beat.servlet.
ActionServlet
destroyInterceptors()
- Method in class net.kldp.beat.action.
InterceptorInvoker
devMode()
- Static method in class net.kldp.beat.configuration.
Config
개발 모드인지 리턴합니다.
devMode
- Variable in class net.kldp.beat.configuration.
ConfigParser
DevMode
- Class in
net.kldp.beat.configuration
DevMode()
- Constructor for class net.kldp.beat.configuration.
DevMode
Dispatch
- Interface in
net.kldp.beat.dispatcher
dispatch(String, String)
- Method in interface net.kldp.beat.dispatcher.
Dispatch
dispatch(Result, Object)
- Method in interface net.kldp.beat.dispatcher.
Dispatch
dispatch(Result, Object)
- Method in class net.kldp.beat.dispatcher.
FreemarkerViewDispatcher
dispatch(Result, Object)
- Method in class net.kldp.beat.dispatcher.
JspViewDispatcher
dispatch(Result, Object)
- Method in class net.kldp.beat.dispatcher.
VelocityViewDispatcher
dispatch(String, String)
- Method in class net.kldp.beat.dispatcher.
ViewDispatcher
dispatcher
- Variable in class net.kldp.beat.action.
ActionContext
dispatchView(Result)
- Method in class net.kldp.beat.action.
ActionService
DisposeableInterceptor
- Interface in
net.kldp.beat.interceptor
인터셉터를 종료할때 닫아주어야 할 리소스가 있는 경우에 선언합니다.
document
- Variable in class net.kldp.beat.configuration.
ConfigParser
doGet(HttpServletRequest, HttpServletResponse)
- Method in class net.kldp.beat.servlet.
ActionServlet
doPost(HttpServletRequest, HttpServletResponse)
- Method in class net.kldp.beat.servlet.
ActionServlet
doService()
- Method in class net.kldp.beat.action.
ActionService
doValidation()
- Method in class net.kldp.beat.action.
ActionService
E
entrySet()
- Method in class net.kldp.beat.map.
AbstractMap
equals(Object)
- Method in class net.kldp.beat.interceptor.pool.
UserInterceptorContainer
equals(Object)
- Method in class net.kldp.beat.message.
Message
equals(Object)
- Method in class net.kldp.beat.message.
Resource
execute()
- Method in class net.kldp.beat.action.
ActionInvoker
컨트롤러 클래스의 execute 메서드를 실행합니다.
executeAfter()
- Method in class net.kldp.beat.action.
ActionInvoker
컨트롤러 클래스에 @After 어노테이션으로 설정되어 있는 메서드를 실행합니다.
executeAfterInterceptors()
- Method in class net.kldp.beat.action.
InterceptorInvoker
executeBefore()
- Method in class net.kldp.beat.action.
ActionInvoker
컨트롤러 클래스에 @Before 어노테이션으로 설정되어 있는 메서드를 실행합니다.
executeBeforeInterceptors()
- Method in class net.kldp.beat.action.
InterceptorInvoker
executeBeforeResult()
- Method in class net.kldp.beat.action.
ActionInvoker
컨트롤러 클래스에 @BeforeResult 어노테이션으로 설정되어 있는 메서드를 실행합니다.
executeInterceptors(Object, Map<UserInterceptor, Annotation>)
- Method in class net.kldp.beat.action.
InterceptorInvoker
executeSystemInterceptors()
- Method in class net.kldp.beat.action.
InterceptorInvoker
F
fieldName
- Variable in class net.kldp.beat.upload.
FormFileImpl
file
- Variable in class net.kldp.beat.upload.
FormFileImpl
finalize()
- Method in class net.kldp.beat.message.
ResourceManager
find()
- Method in class net.kldp.beat.action.
AnnotationFinder
모든 정의된 어노테이션들을 검색합니다.
find(String)
- Static method in class net.kldp.beat.servlet.
ActionClassFinder
findActionClass(String)
- Static method in class net.kldp.beat.servlet.
ActionClassFinder
findAll()
- Method in class net.kldp.beat.action.
AnnotationFinder
findAnnotation(Class<?>)
- Method in class net.kldp.beat.action.
AnnotationFinder
현재 클래스의 어노테이션을 검색합니다.
findSystemInterceptors()
- Method in class net.kldp.beat.interceptor.pool.
UserInterceptorContainer
사용자 인터셉터에 사용된 시스템 인터셉터를 검색합니다.
format(String, Object...)
- Static method in class net.kldp.beat.message.
Message
FormFile
- Interface in
net.kldp.beat.upload
FormFile 인터페이스
FormFileImpl
- Class in
net.kldp.beat.upload
FormFileImpl(File)
- Constructor for class net.kldp.beat.upload.
FormFileImpl
FORWARD
- Static variable in class net.kldp.beat.dispatcher.
ViewDispatcher
freemarkerDispatch(String, String, Object)
- Method in class net.kldp.beat.dispatcher.
FreemarkerViewDispatcher
FreemarkerViewDispatcher
- Class in
net.kldp.beat.dispatcher
FreemarkerViewDispatcher()
- Constructor for class net.kldp.beat.dispatcher.
FreemarkerViewDispatcher
G
get(String)
- Static method in class net.kldp.beat.action.pool.
ActionClassPool
get(Class<?>)
- Static method in class net.kldp.beat.action.pool.
AnnotationPool
get(String)
- Static method in class net.kldp.beat.interceptor.pool.
UserInterceptorClassPool
사용자 인터셉터 클래스를 불러들입니다.
get(Annotation)
- Static method in class net.kldp.beat.interceptor.pool.
UserInterceptorClassPool
사용자 인터셉터 클래스를 불러들입니다.
get(Annotation)
- Static method in class net.kldp.beat.interceptor.pool.
UserInterceptorContainerPool
어노테이션을 기반으로 사용자 인터셉터 객체를 얻습니다.
get(Object)
- Method in class net.kldp.beat.map.
AbstractMap
get(String)
- Method in class net.kldp.beat.message.
GetResource
getActionObject()
- Method in class net.kldp.beat.servlet.
ActionMapper
액션 클래스의 인스턴스를 생성합니다.
getAfterInterceptors()
- Method in class net.kldp.beat.action.
InterceptorStack
액션이 정의한 사용자 후처리 인터셉터를 리턴합니다.
getAfterMethod()
- Method in class net.kldp.beat.action.
InterceptorStack
After 메서드를 리턴합니다.
getAnnotations()
- Method in class net.kldp.beat.action.
AnnotationFinder
검색된 모든 어노테이션을 리턴합니다.
getAnnotatoin()
- Method in class net.kldp.beat.interceptor.pool.
UserInterceptorContainer
사용자 인터셉터의 어노테이션을 리턴합니다.
getApplicationMap()
- Method in class net.kldp.beat.action.
ActionContext
Application scope의 맵을 리턴합니다.
getAttribute(K)
- Method in class net.kldp.beat.map.
AbstractMap
프로퍼티를 리턴합니다.
getAttribute(String)
- Method in class net.kldp.beat.map.
ApplicationMap
getAttribute(String)
- Method in class net.kldp.beat.map.
CookieMap
getAttribute(String)
- Method in class net.kldp.beat.map.
HeaderMap
getAttribute(String)
- Method in class net.kldp.beat.map.
ParameterMap
getAttribute(String)
- Method in class net.kldp.beat.map.
RequestMap
getAttribute(String)
- Method in class net.kldp.beat.map.
SessionMap
getAttributeNames()
- Method in class net.kldp.beat.map.
AbstractMap
프로퍼티의 이름을 리턴합니다.
getAttributeNames()
- Method in class net.kldp.beat.map.
ApplicationMap
getAttributeNames()
- Method in class net.kldp.beat.map.
CookieMap
getAttributeNames()
- Method in class net.kldp.beat.map.
HeaderMap
getAttributeNames()
- Method in class net.kldp.beat.map.
ParameterMap
getAttributeNames()
- Method in class net.kldp.beat.map.
RequestMap
getAttributeNames()
- Method in class net.kldp.beat.map.
SessionMap
getBeforeInterceptors()
- Method in class net.kldp.beat.action.
InterceptorStack
액션이 정의한 사용자 전처리 인터셉터를 리턴합니다.
getBeforeMethod()
- Method in class net.kldp.beat.action.
InterceptorStack
Before 메서드를 리턴합니다.
getBeforeResultMethod()
- Method in class net.kldp.beat.action.
InterceptorStack
BeforeResult 메서드를 리턴합니다.
getContentType()
- Method in interface net.kldp.beat.upload.
FormFile
업로드 파일의 컨텐츠 타입을 돌려준다.
getContentType()
- Method in class net.kldp.beat.upload.
FormFileImpl
getCookieMap()
- Method in class net.kldp.beat.action.
ActionContext
getData(Element)
- Method in class net.kldp.beat.configuration.
ConfigParser
xml엘리먼트를 문자열로 변환합니다.
getDefaultResult()
- Method in class net.kldp.beat.servlet.
ActionMapper
사용자가 액션 클래스에 "success"를 정의하지 않았을 경우에 사용되는 Result입니다.
getDefaultTempDir()
- Static method in class net.kldp.beat.configuration.
Config
기본적으로 임시 파일이 저장될 디렉토리를 리턴합니다.
getDefaultView()
- Method in class net.kldp.beat.servlet.
ActionMapper
getDefaultView(String)
- Method in class net.kldp.beat.servlet.
ServletPathParser
getDirectory(String)
- Static method in class net.kldp.beat.servlet.
ServletPathParser
getDispatcher()
- Method in class net.kldp.beat.action.
ActionContext
getErrorsMap()
- Method in interface net.kldp.beat.system.aware.
ValidationAware
getFieldName()
- Method in interface net.kldp.beat.upload.
FormFile
Form내에서의 필드명을 돌려준다.
getFieldName()
- Method in class net.kldp.beat.upload.
FormFileImpl
getFilename(String)
- Static method in class net.kldp.beat.servlet.
ServletPathParser
getFileName()
- Method in interface net.kldp.beat.upload.
FormFile
업로드 파일명을 돌려준다.
getFileName()
- Method in class net.kldp.beat.upload.
FormFileImpl
getFileSize()
- Method in interface net.kldp.beat.upload.
FormFile
업로드 파일 크기를 돌려준다.
getFileSize()
- Method in class net.kldp.beat.upload.
FormFileImpl
getFileSuffix()
- Method in interface net.kldp.beat.upload.
FormFile
파일 확장자를 돌려준다.
getFileSuffix()
- Method in class net.kldp.beat.upload.
FormFileImpl
getHeaderMap()
- Method in class net.kldp.beat.action.
ActionContext
getInterceptor(ActionContext)
- Method in class net.kldp.beat.interceptor.pool.
UserInterceptorContainer
사용자 인터셉터의 인터셉터 객체를 리턴합니다.
getInterceptor(Annotation)
- Static method in class net.kldp.beat.system.interceptor.
InterceptorFactory
어노테이션에 맞는 인터셉터를 리턴합니다.
getInterceptor(Class<? extends Annotation>)
- Static method in class net.kldp.beat.system.interceptor.
InterceptorFactory
getInterceptor(Annotation)
- Static method in class net.kldp.beat.system.interceptor.
SystemInterceptorPool
어노테이션에 맞는 시스템 인터셉터를 리턴합니다.
getKey()
- Method in class net.kldp.beat.message.
Resource
getList()
- Static method in class net.kldp.beat.message.
ResourcePool
getMapping(String)
- Static method in class net.kldp.beat.configuration.
Config
getMappingLocation()
- Method in class net.kldp.beat.configuration.
ActionMapping
사용자의 요청을 매핑할 URL입니다.
getMessage()
- Method in class net.kldp.beat.message.
Resource
getNamespace()
- Method in class net.kldp.beat.dispatcher.
ViewDispatcher
getNamespace()
- Method in class net.kldp.beat.servlet.
ActionMapper
getNamespace()
- Method in class net.kldp.beat.servlet.
ServletPathParser
getParameterMap()
- Method in class net.kldp.beat.action.
ActionContext
요청 파라미터의 맵을 리턴합니다.
getQueryString()
- Method in interface net.kldp.beat.dispatcher.
Dispatch
getQueryString()
- Method in class net.kldp.beat.dispatcher.
ViewDispatcher
getRequestMap()
- Method in class net.kldp.beat.action.
ActionContext
Request scope의 맵을 리턴합니다.
getRequestURI()
- Method in interface net.kldp.beat.dispatcher.
Dispatch
getRequestURI()
- Method in class net.kldp.beat.dispatcher.
ViewDispatcher
GetResource
- Class in
net.kldp.beat.message
GetResource(ActionMapping)
- Constructor for class net.kldp.beat.message.
GetResource
GetResource()
- Constructor for class net.kldp.beat.message.
GetResource
getResources()
- Method in class net.kldp.beat.configuration.
ActionMapping
beat.xml 파일에 설정된 리소스 파일을 리턴합니다.
getResult(String)
- Method in class net.kldp.beat.action.
InterceptorStack
getResults()
- Method in class net.kldp.beat.action.
InterceptorStack
정의된 Result를 리턴합니다.
getServletContext()
- Method in class net.kldp.beat.action.
ActionContext
ServletContext 객체를 리턴합니다.
getServletFileUpload()
- Method in class net.kldp.beat.system.interceptor.
MultipartInterceptor
Apache commons upload의 객체를 생성합니다.
getServletRequest()
- Method in class net.kldp.beat.action.
ActionContext
ServletRequest 객체를 리턴합니다.
getServletResponse()
- Method in class net.kldp.beat.action.
ActionContext
ServletResponse 객체를 리턴합니다.
getSessionMap()
- Method in class net.kldp.beat.action.
ActionContext
Session의 맵을 리턴합니다.
getSpringContext()
- Static method in class net.kldp.beat.configuration.
Config
스프링 컨텍스트 객체를 리턴합니다.
getSystemInterceptors()
- Method in class net.kldp.beat.action.
InterceptorStack
액션이 정의한 시스템 인터셉터를 리턴합니다.
getTargetClassName()
- Method in class net.kldp.beat.servlet.
ServletPathParser
getViewLocation()
- Method in class net.kldp.beat.configuration.
ActionMapping
View가 설정된 위치를 리턴합니다.
getViewPath()
- Method in class net.kldp.beat.dispatcher.
ViewDispatcher
globalException()
- Static method in class net.kldp.beat.configuration.
Config
글로벌 예외 페이지를 리턴합니다.
globalException
- Variable in class net.kldp.beat.configuration.
ConfigParser
H
hashCode()
- Method in class net.kldp.beat.interceptor.pool.
UserInterceptorContainer
hashCode()
- Method in class net.kldp.beat.message.
Message
hashCode()
- Method in class net.kldp.beat.message.
Resource
hasResults()
- Method in class net.kldp.beat.action.
InterceptorStack
headerMap
- Variable in class net.kldp.beat.action.
ActionContext
HeaderMap
- Class in
net.kldp.beat.map
Header를 Map으로 제공하기 위한 랩퍼 클래스입니다.
HeaderMap(HttpServletRequest, HttpServletResponse)
- Constructor for class net.kldp.beat.map.
HeaderMap
HeaderMap
- Annotation Type in
net.kldp.beat.system.annotation
Header의 맵을 제공합니다.
HeaderMapAware
- Interface in
net.kldp.beat.system.aware
Header의 맵을 제공합니다.
HeaderMapInterceptor
- Class in
net.kldp.beat.system.interceptor
Header맵을 주입하는 인터셉터입니다.
HeaderMapInterceptor()
- Constructor for class net.kldp.beat.system.interceptor.
HeaderMapInterceptor
headers
- Variable in class net.kldp.beat.map.
HeaderMap
I
init()
- Method in class net.kldp.beat.servlet.
ActionServlet
initialize()
- Static method in class net.kldp.beat.message.
ResourcePool
initInterceptors(Map<UserInterceptor, Annotation>)
- Method in class net.kldp.beat.action.
InterceptorInvoker
initUserInterceptors()
- Method in class net.kldp.beat.action.
InterceptorInvoker
intecept(UserInterceptor, ActionContext, Annotation)
- Static method in class net.kldp.beat.system.interceptor.
InterceptorFactory
사용자 인터셉터 객체에 시스템 인터셉터를 적용합니다.
intecept(Object, Map<SystemInterceptor, Annotation>, ActionContext)
- Static method in class net.kldp.beat.system.interceptor.
InterceptorFactory
액션 객체에 인터셉터를 적용합니다.
intercept(Object, ActionContext, Annotation)
- Method in interface net.kldp.beat.interceptor.
SystemInterceptor
intercept(Object, Annotation)
- Method in interface net.kldp.beat.interceptor.
UserInterceptor
intercept(Object, ActionContext, Annotation)
- Method in class net.kldp.beat.system.interceptor.
ApplicationMapInterceptor
intercept(Object, ActionContext, Annotation)
- Method in class net.kldp.beat.system.interceptor.
CookieMapInterceptor
intercept(Object, ActionContext, Annotation)
- Method in class net.kldp.beat.system.interceptor.
HeaderMapInterceptor
intercept(Object, ActionContext, Annotation)
- Method in class net.kldp.beat.system.interceptor.
MultipartInterceptor
intercept(Object, ActionContext, Annotation)
- Method in class net.kldp.beat.system.interceptor.
ParameterInterceptor
intercept(Object, ActionContext, Annotation)
- Method in class net.kldp.beat.system.interceptor.
ParameterMapInterceptor
intercept(Object, ActionContext, Annotation)
- Method in class net.kldp.beat.system.interceptor.
RequestMapInterceptor
intercept(Object, ActionContext, Annotation)
- Method in class net.kldp.beat.system.interceptor.
ServletContextInterceptor
intercept(Object, ActionContext, Annotation)
- Method in class net.kldp.beat.system.interceptor.
ServletDispatcherInterceptor
intercept(Object, ActionContext, Annotation)
- Method in class net.kldp.beat.system.interceptor.
ServletOutputStreamInterceptor
intercept(Object, ActionContext, Annotation)
- Method in class net.kldp.beat.system.interceptor.
ServletRequestInterceptor
intercept(Object, ActionContext, Annotation)
- Method in class net.kldp.beat.system.interceptor.
ServletResponseInterceptor
intercept(Object, ActionContext, Annotation)
- Method in class net.kldp.beat.system.interceptor.
SessionMapInterceptor
intercept(Object, ActionContext, Annotation)
- Method in class net.kldp.beat.system.interceptor.
SpringApplicationContextInterceptor
Interceptor
- Interface in
net.kldp.beat.interceptor
인터셉터를 정의하는 인터페이스입니다.
interceptor
- Variable in class net.kldp.beat.interceptor.pool.
UserInterceptorContainer
interceptorClasses
- Static variable in class net.kldp.beat.interceptor.pool.
UserInterceptorClassPool
InterceptorException
- Class in
net.kldp.beat.exception.fatal
InterceptorException(Exception)
- Constructor for class net.kldp.beat.exception.fatal.
InterceptorException
InterceptorException(String)
- Constructor for class net.kldp.beat.exception.fatal.
InterceptorException
InterceptorFactory
- Class in
net.kldp.beat.system.interceptor
인터셉터의 인스턴스를 생성하고 리턴하는 팩터리 클래스입니다.
InterceptorFactory()
- Constructor for class net.kldp.beat.system.interceptor.
InterceptorFactory
InterceptorInvoker
- Class in
net.kldp.beat.action
InterceptorInvoker(ActionContext, InterceptorStack, Object)
- Constructor for class net.kldp.beat.action.
InterceptorInvoker
interceptors
- Static variable in class net.kldp.beat.system.interceptor.
InterceptorFactory
interceptors
- Static variable in class net.kldp.beat.system.interceptor.
SystemInterceptorPool
InterceptorStack
- Class in
net.kldp.beat.action
액션에 정의된 인터셉터를 분류합니다.
InterceptorStack(Class<? extends Object>)
- Constructor for class net.kldp.beat.action.
InterceptorStack
interpretString(String, Map<String, Object>)
- Method in class net.kldp.beat.dispatcher.
ViewDispatcher
invokeMethod(Method)
- Method in class net.kldp.beat.action.
ActionInvoker
리턴값이 void인 메서드를 실행합니다.
isBeat(Annotation)
- Static method in class net.kldp.beat.action.
AnnotationFinder
어노테이션이 Beat어노테이션을 정의했는지 검사합니다.
isDevMode
- Static variable in class net.kldp.beat.configuration.
DevMode
isEmpty()
- Method in class net.kldp.beat.map.
AbstractMap
isMultipart(HttpServletRequest)
- Method in class net.kldp.beat.system.interceptor.
MultipartInterceptor
현재 요청이 Multipart/Form-data인지 파악합니다.
J
JspViewDispatcher
- Class in
net.kldp.beat.dispatcher
JspViewDispatcher()
- Constructor for class net.kldp.beat.dispatcher.
JspViewDispatcher
K
key
- Variable in class net.kldp.beat.message.
Resource
keySet()
- Method in class net.kldp.beat.map.
AbstractMap
L
load(Class<?>)
- Static method in class net.kldp.beat.configuration.
Config
loadConfiguration(String)
- Static method in class net.kldp.beat.configuration.
Config
Beat Framework 환경 설정 파일을 로드합니다.
loadProperties(String)
- Static method in class net.kldp.beat.configuration.
Config
프로퍼티 파일을 로드합니다.
logger
- Variable in class net.kldp.beat.action.
InterceptorStack
logger
- Static variable in class net.kldp.beat.configuration.
Config
logger
- Static variable in class net.kldp.beat.system.interceptor.
MultipartInterceptor
logger
- Static variable in class net.kldp.beat.util.
PropertyCopy
M
mapper
- Variable in class net.kldp.beat.action.
ActionService
mappingLocation
- Variable in class net.kldp.beat.configuration.
ActionMapping
mappings
- Variable in class net.kldp.beat.configuration.
ConfigParser
mapToBean(Map<String, Object>, Object)
- Static method in class net.kldp.beat.util.
PropertyCopy
Map객체를 Bean객체로 복사합니다.
maxSize()
- Static method in class net.kldp.beat.configuration.
Config
최대 업로드 사이즈를 리턴합니다.
maxSize
- Variable in class net.kldp.beat.configuration.
ConfigParser
Message
- Class in
net.kldp.beat.message
메세지 리소스 포멧을 정의하는 클래스입니다.
Message()
- Constructor for class net.kldp.beat.message.
Message
Message(String)
- Constructor for class net.kldp.beat.message.
Message
Message(String, Object...)
- Constructor for class net.kldp.beat.message.
Message
message
- Variable in class net.kldp.beat.message.
Message
message
- Variable in class net.kldp.beat.message.
Resource
MultipartInterceptor
- Class in
net.kldp.beat.system.interceptor
Multipart인터셉터입니다.
MultipartInterceptor()
- Constructor for class net.kldp.beat.system.interceptor.
MultipartInterceptor
multipartParser(HttpServletRequest, MultipartRequest)
- Method in class net.kldp.beat.system.interceptor.
MultipartInterceptor
Request를 해석한 뒤에 파라미터를 맵으로 리턴합니다.
MultipartRequest
- Annotation Type in
net.kldp.beat.system.annotation
요청을 Multipart/Formdata로 파싱합니다.
N
namespace
- Variable in class net.kldp.beat.message.
ResourceManager
net.kldp.beat.action
- package net.kldp.beat.action
net.kldp.beat.action.pool
- package net.kldp.beat.action.pool
net.kldp.beat.annotation
- package net.kldp.beat.annotation
net.kldp.beat.configuration
- package net.kldp.beat.configuration
net.kldp.beat.dispatcher
- package net.kldp.beat.dispatcher
net.kldp.beat.exception
- package net.kldp.beat.exception
net.kldp.beat.exception.fatal
- package net.kldp.beat.exception.fatal
net.kldp.beat.interceptor
- package net.kldp.beat.interceptor
net.kldp.beat.interceptor.pool
- package net.kldp.beat.interceptor.pool
net.kldp.beat.map
- package net.kldp.beat.map
net.kldp.beat.message
- package net.kldp.beat.message
net.kldp.beat.servlet
- package net.kldp.beat.servlet
net.kldp.beat.system.annotation
- package net.kldp.beat.system.annotation
net.kldp.beat.system.aware
- package net.kldp.beat.system.aware
net.kldp.beat.system.interceptor
- package net.kldp.beat.system.interceptor
net.kldp.beat.upload
- package net.kldp.beat.upload
net.kldp.beat.util
- package net.kldp.beat.util
NOTHING
- Static variable in class net.kldp.beat.dispatcher.
ViewDispatcher
O
oos
- Variable in class net.kldp.beat.map.
CookieSessionMap
P
Parameter
- Annotation Type in
net.kldp.beat.system.annotation
요청 파라미터를 액션에 주입하는것을 정의하는 어노테이션입니다.
ParameterInterceptor
- Class in
net.kldp.beat.system.interceptor
요청 파라미터를 액션에 주입합니다.
ParameterInterceptor()
- Constructor for class net.kldp.beat.system.interceptor.
ParameterInterceptor
parameterMap
- Variable in class net.kldp.beat.action.
ActionContext
ParameterMap
- Class in
net.kldp.beat.map
ParameterMap(HttpServletRequest)
- Constructor for class net.kldp.beat.map.
ParameterMap
parameterMap
- Variable in class net.kldp.beat.map.
ParameterMap
ParameterMap
- Annotation Type in
net.kldp.beat.system.annotation
요청 파라미터를 맵으로 제공합니다.
ParameterMapAware
- Interface in
net.kldp.beat.system.aware
요청 파라미터를 맵으로 제공합니다.
ParameterMapInterceptor
- Class in
net.kldp.beat.system.interceptor
요청 파라미터를 맵으로 주입합니다.
ParameterMapInterceptor()
- Constructor for class net.kldp.beat.system.interceptor.
ParameterMapInterceptor
parameterToAction()
- Method in class net.kldp.beat.action.
ActionService
parse()
- Method in class net.kldp.beat.configuration.
ConfigParser
환경 설정 파일을 분석합니다.
parseActionMapping(Element)
- Method in class net.kldp.beat.configuration.
ConfigParser
parseHeaders(String[], Map<String, Object>)
- Method in class net.kldp.beat.dispatcher.
ViewDispatcher
parser
- Static variable in class net.kldp.beat.configuration.
Config
parser
- Variable in class net.kldp.beat.servlet.
ActionMapper
parseString()
- Method in class net.kldp.beat.message.
Message
parseUpload(Element)
- Method in class net.kldp.beat.configuration.
ConfigParser
path
- Variable in class net.kldp.beat.servlet.
ServletPathParser
pool
- Static variable in class net.kldp.beat.action.pool.
AnnotationPool
pool
- Static variable in class net.kldp.beat.interceptor.pool.
UserInterceptorContainerPool
pool
- Static variable in class net.kldp.beat.message.
ResourcePool
populate(Object, Map<String, Object>)
- Static method in class net.kldp.beat.util.
PropertyCopy
properties
- Static variable in class net.kldp.beat.message.
GetResource
PropertyCopy
- Class in
net.kldp.beat.util
Java빈을 Map으로 복사 또는 그 반대, 또는 Java빈으로 복사하는 유틸리티 클래스 입니다.
PropertyCopy()
- Constructor for class net.kldp.beat.util.
PropertyCopy
put(String, Class<? extends Object>)
- Static method in class net.kldp.beat.action.pool.
ActionClassPool
put(Class<?>, Map<Class<? extends Annotation>, Annotation>)
- Static method in class net.kldp.beat.action.pool.
AnnotationPool
put(K, V)
- Method in class net.kldp.beat.map.
AbstractMap
put(Resource)
- Static method in class net.kldp.beat.message.
ResourcePool
putAll(Map<? extends K, ? extends V>)
- Method in class net.kldp.beat.map.
AbstractMap
putAnnotation(Map<Class<? extends Annotation>, Annotation>)
- Method in class net.kldp.beat.action.
AnnotationFinder
중복되지 않는 어노테이션을 삽입합니다.
putHeaders(HttpServletRequest)
- Method in class net.kldp.beat.map.
HeaderMap
R
REDIRECT
- Static variable in class net.kldp.beat.dispatcher.
ViewDispatcher
remove(Object)
- Method in class net.kldp.beat.map.
AbstractMap
removeAttribute(K)
- Method in class net.kldp.beat.map.
AbstractMap
프로퍼티를 삭제합니다.
removeAttribute(String)
- Method in class net.kldp.beat.map.
ApplicationMap
removeAttribute(String)
- Method in class net.kldp.beat.map.
CookieMap
removeAttribute(String)
- Method in class net.kldp.beat.map.
HeaderMap
removeAttribute(String)
- Method in class net.kldp.beat.map.
ParameterMap
removeAttribute(String)
- Method in class net.kldp.beat.map.
RequestMap
removeAttribute(String)
- Method in class net.kldp.beat.map.
SessionMap
request
- Variable in class net.kldp.beat.action.
ActionContext
request
- Variable in class net.kldp.beat.dispatcher.
ViewDispatcher
request
- Variable in class net.kldp.beat.map.
RequestMap
requestMap
- Variable in class net.kldp.beat.action.
ActionContext
RequestMap
- Class in
net.kldp.beat.map
RequestMap(HttpServletRequest)
- Constructor for class net.kldp.beat.map.
RequestMap
RequestMap
- Annotation Type in
net.kldp.beat.system.annotation
Request scope 맵을 제공합니다.
RequestMapAware
- Interface in
net.kldp.beat.system.aware
Request scope의 맵을 제공합니다.
RequestMapInterceptor
- Class in
net.kldp.beat.system.interceptor
Request scope의 맵을 주입합니다.
RequestMapInterceptor()
- Constructor for class net.kldp.beat.system.interceptor.
RequestMapInterceptor
Resource
- Class in
net.kldp.beat.message
메세지 리소스를 정의하는 클래스입니다.
Resource()
- Constructor for class net.kldp.beat.message.
Resource
Resource(String)
- Constructor for class net.kldp.beat.message.
Resource
Resource(String, Object...)
- Constructor for class net.kldp.beat.message.
Resource
resource
- Static variable in class net.kldp.beat.message.
Resource
ResourceManager
- Class in
net.kldp.beat.message
ResourceManager(String)
- Constructor for class net.kldp.beat.message.
ResourceManager
ResourcePool
- Class in
net.kldp.beat.message
ResourcePool()
- Constructor for class net.kldp.beat.message.
ResourcePool
resources
- Variable in class net.kldp.beat.configuration.
ActionMapping
response
- Variable in class net.kldp.beat.action.
ActionContext
response
- Variable in class net.kldp.beat.dispatcher.
ViewDispatcher
response
- Variable in class net.kldp.beat.map.
CookieMap
response
- Variable in class net.kldp.beat.map.
HeaderMap
Result
- Annotation Type in
net.kldp.beat.annotation
이 어노테이션은 View로 디스패치하기 위한 어노테이션입니다.
resultBeforeMethod
- Variable in class net.kldp.beat.action.
ActionInvoker
resultBeforeMethod
- Variable in class net.kldp.beat.action.
InterceptorStack
ResultException
- Class in
net.kldp.beat.exception.fatal
ResultException(Exception)
- Constructor for class net.kldp.beat.exception.fatal.
ResultException
ResultException(String)
- Constructor for class net.kldp.beat.exception.fatal.
ResultException
results
- Variable in class net.kldp.beat.action.
InterceptorStack
Results
- Annotation Type in
net.kldp.beat.annotation
이 어노테이션은 Result를 묶기위한 어노테이션입니다.
returnToInput(Result)
- Method in class net.kldp.beat.action.
ActionService
S
saveDir()
- Static method in class net.kldp.beat.configuration.
Config
파일 업로드 디렉터리를 리턴합니다.
saveDir
- Variable in class net.kldp.beat.configuration.
ConfigParser
saveFile(FileItem)
- Method in class net.kldp.beat.system.interceptor.
MultipartInterceptor
임시 디렉토리에 파일을 저장합니다.
serialVersionUID
- Static variable in class net.kldp.beat.exception.fatal.
ActionExecuteException
serialVersionUID
- Static variable in class net.kldp.beat.exception.fatal.
BeatException
serialVersionUID
- Static variable in class net.kldp.beat.exception.fatal.
ConfigException
serialVersionUID
- Static variable in class net.kldp.beat.exception.fatal.
InterceptorException
serialVersionUID
- Static variable in class net.kldp.beat.exception.fatal.
ResultException
serialVersionUID
- Static variable in class net.kldp.beat.exception.fatal.
ViewDispatcherException
serialVersionUID
- Static variable in exception net.kldp.beat.exception.
ServletPathParseException
serialVersionUID
- Static variable in exception net.kldp.beat.exception.
UrlMappingException
serialVersionUID
- Static variable in exception net.kldp.beat.exception.
ValidationException
serialVersionUID
- Static variable in class net.kldp.beat.servlet.
ActionServlet
serialVersionUID
- Static variable in class net.kldp.beat.upload.
FormFileImpl
servletContext
- Variable in class net.kldp.beat.map.
ApplicationMap
ServletContext
- Annotation Type in
net.kldp.beat.system.annotation
ServletContext를 제공합니다.
ServletContextAware
- Interface in
net.kldp.beat.system.aware
ServletContext 객체를 제공합니다.
ServletContextInterceptor
- Class in
net.kldp.beat.system.interceptor
ServletContext객체를 주입합니다.
ServletContextInterceptor()
- Constructor for class net.kldp.beat.system.interceptor.
ServletContextInterceptor
ServletDispatcher
- Annotation Type in
net.kldp.beat.system.annotation
ServletDispatcher를 제공합니다.
ServletDispatcherAware
- Interface in
net.kldp.beat.system.aware
ServletDispatcher 객체를 제공합니다.
ServletDispatcherInterceptor
- Class in
net.kldp.beat.system.interceptor
ServletDispatcher 객체를 주입합니다.
ServletDispatcherInterceptor()
- Constructor for class net.kldp.beat.system.interceptor.
ServletDispatcherInterceptor
ServletOutputStream
- Annotation Type in
net.kldp.beat.system.annotation
ServletRequest 객체를 제공합니다.
ServletOutputStreamAware
- Interface in
net.kldp.beat.system.aware
ServletOutputStreamInterceptor
- Class in
net.kldp.beat.system.interceptor
HttpServletResponse의 OutputStream객체를 액션에 주입합니다.
ServletOutputStreamInterceptor()
- Constructor for class net.kldp.beat.system.interceptor.
ServletOutputStreamInterceptor
ServletPathParseException
- Exception in
net.kldp.beat.exception
ServletPathParseException(String)
- Constructor for exception net.kldp.beat.exception.
ServletPathParseException
ServletPathParseException(Exception)
- Constructor for exception net.kldp.beat.exception.
ServletPathParseException
ServletPathParser
- Class in
net.kldp.beat.servlet
ServletPathParser(String, String)
- Constructor for class net.kldp.beat.servlet.
ServletPathParser
ServletRequest
- Annotation Type in
net.kldp.beat.system.annotation
ServletRequest 객체를 제공합니다.
ServletRequestAware
- Interface in
net.kldp.beat.system.aware
ServletRequest 객체를 제공합니다.
ServletRequestInterceptor
- Class in
net.kldp.beat.system.interceptor
ServletRequest객체를 주입합니다.
ServletRequestInterceptor()
- Constructor for class net.kldp.beat.system.interceptor.
ServletRequestInterceptor
ServletResponse
- Annotation Type in
net.kldp.beat.system.annotation
ServletResponse 객체를 제공합니다.
ServletResponseAware
- Interface in
net.kldp.beat.system.aware
ServletResponse 객체를 제공합니다.
ServletResponseInterceptor
- Class in
net.kldp.beat.system.interceptor
ServletResponse객체를 주입합니다.
ServletResponseInterceptor()
- Constructor for class net.kldp.beat.system.interceptor.
ServletResponseInterceptor
session
- Variable in class net.kldp.beat.map.
CookieSessionMap
session
- Variable in class net.kldp.beat.map.
SessionMap
sessionCookie
- Variable in class net.kldp.beat.map.
CookieSessionMap
sessionMap
- Variable in class net.kldp.beat.action.
ActionContext
SessionMap
- Class in
net.kldp.beat.map
HttpSession을 Map으로 제공하기 위한 랩퍼 클래스입니다.
SessionMap(HttpSession)
- Constructor for class net.kldp.beat.map.
SessionMap
SessionMap
- Annotation Type in
net.kldp.beat.system.annotation
Session을 Map으로 제공합니다.
SessionMapAware
- Interface in
net.kldp.beat.system.aware
세션을 맵으로 제공합니다.
SessionMapInterceptor
- Class in
net.kldp.beat.system.interceptor
세션을 맵으로 주입합니다.
SessionMapInterceptor()
- Constructor for class net.kldp.beat.system.interceptor.
SessionMapInterceptor
setApplication(Map<String, Object>)
- Method in interface net.kldp.beat.system.aware.
ApplicationMapAware
setArgs(Object...)
- Method in class net.kldp.beat.message.
Message
setAttribute(K, V)
- Method in class net.kldp.beat.map.
AbstractMap
프로퍼티를 설정합니다.
setAttribute(String, Object)
- Method in class net.kldp.beat.map.
ApplicationMap
setAttribute(String, Cookie)
- Method in class net.kldp.beat.map.
CookieMap
setAttribute(String, String)
- Method in class net.kldp.beat.map.
HeaderMap
setAttribute(String, Object)
- Method in class net.kldp.beat.map.
ParameterMap
setAttribute(String, Object)
- Method in class net.kldp.beat.map.
RequestMap
setAttribute(String, Object)
- Method in class net.kldp.beat.map.
SessionMap
setContentType(String)
- Method in class net.kldp.beat.upload.
FormFileImpl
setContext(ApplicationContext)
- Method in interface net.kldp.beat.system.aware.
SpringApplicationContextAware
setCookie(Map<String, Cookie>)
- Method in interface net.kldp.beat.system.aware.
CookieMapAware
setDevMode(boolean)
- Static method in class net.kldp.beat.configuration.
DevMode
setFieldName(String)
- Method in class net.kldp.beat.upload.
FormFileImpl
setHeader(Map<String, String>)
- Method in interface net.kldp.beat.system.aware.
HeaderMapAware
setMappingLocation(String)
- Method in class net.kldp.beat.configuration.
ActionMapping
setMessage(String)
- Method in class net.kldp.beat.message.
Message
setOutputStream(OutputStream)
- Method in interface net.kldp.beat.system.aware.
ServletOutputStreamAware
setParameter(Map<String, Object>)
- Method in interface net.kldp.beat.system.aware.
ParameterMapAware
setParameterMap(Map<String, Object>)
- Method in class net.kldp.beat.action.
ActionContext
요청 파라미터 맵을 설정합니다.
setRequest(Map<String, Object>)
- Method in interface net.kldp.beat.system.aware.
RequestMapAware
setServletContext(javax.servlet.ServletContext)
- Method in interface net.kldp.beat.system.aware.
ServletContextAware
setServletDispatcher(Dispatch)
- Method in interface net.kldp.beat.system.aware.
ServletDispatcherAware
setServletRequest(javax.servlet.http.HttpServletRequest)
- Method in interface net.kldp.beat.system.aware.
ServletRequestAware
setServletResponse(javax.servlet.http.HttpServletResponse)
- Method in interface net.kldp.beat.system.aware.
ServletResponseAware
setSession(Map<String, Object>)
- Method in interface net.kldp.beat.system.aware.
SessionMapAware
setViewLocation(String)
- Method in class net.kldp.beat.configuration.
ActionMapping
size()
- Method in class net.kldp.beat.map.
AbstractMap
slashToDot(String)
- Static method in class net.kldp.beat.servlet.
ServletPathParser
SpringApplicationContext
- Annotation Type in
net.kldp.beat.system.annotation
Spring Application Context 객체를 제공합니다.
SpringApplicationContextAware
- Interface in
net.kldp.beat.system.aware
Spring Application Context 객체를 제공합니다.
SpringApplicationContextInterceptor
- Class in
net.kldp.beat.system.interceptor
Spring Application Context 객체를 제공합니다.
SpringApplicationContextInterceptor()
- Constructor for class net.kldp.beat.system.interceptor.
SpringApplicationContextInterceptor
springContext
- Variable in class net.kldp.beat.configuration.
ConfigParser
stack
- Variable in class net.kldp.beat.action.
InterceptorInvoker
suffix
- Variable in class net.kldp.beat.servlet.
ServletPathParser
SYSTEM_FILE
- Static variable in class net.kldp.beat.configuration.
Config
systemAnnotations
- Variable in class net.kldp.beat.interceptor.pool.
UserInterceptorContainer
SystemInterceptor
- Interface in
net.kldp.beat.interceptor
시스템 종속적인 인터셉터를 위한 인터페이스 입니다.
SystemInterceptorPool
- Class in
net.kldp.beat.system.interceptor
인터셉터의 인스턴스를 생성하고 리턴하는 팩터리 클래스입니다.
SystemInterceptorPool()
- Constructor for class net.kldp.beat.system.interceptor.
SystemInterceptorPool
systemInterceptors
- Variable in class net.kldp.beat.action.
InterceptorStack
T
tempMap
- Variable in class net.kldp.beat.map.
AbstractMap
toString()
- Method in class net.kldp.beat.message.
Message
toString()
- Method in class net.kldp.beat.message.
Resource
toUppercaseFirstCharactor(String)
- Static method in class net.kldp.beat.servlet.
ServletPathParser
translateResource()
- Method in class net.kldp.beat.message.
ResourceManager
U
UrlMappingException
- Exception in
net.kldp.beat.exception
UrlMappingException(Exception)
- Constructor for exception net.kldp.beat.exception.
UrlMappingException
UrlMappingException(String)
- Constructor for exception net.kldp.beat.exception.
UrlMappingException
USER_FILE
- Static variable in class net.kldp.beat.configuration.
Config
UserInterceptor
- Interface in
net.kldp.beat.interceptor
사용자 정의 인터셉터를 위한 인터페이스입니다.
UserInterceptorClassPool
- Class in
net.kldp.beat.interceptor.pool
사용자 인터셉터 클래스를 불러들이고 보관하는 클래스풀 입니다.
UserInterceptorClassPool()
- Constructor for class net.kldp.beat.interceptor.pool.
UserInterceptorClassPool
UserInterceptorContainer
- Class in
net.kldp.beat.interceptor.pool
사용자 인터셉터를 저장하고 불러들이는 컨테이너 입니다.
UserInterceptorContainer(Annotation)
- Constructor for class net.kldp.beat.interceptor.pool.
UserInterceptorContainer
UserInterceptorContainerPool
- Class in
net.kldp.beat.interceptor.pool
인터셉터 컨테이너를 저장하고 로드하는 풀입니다.
UserInterceptorContainerPool()
- Constructor for class net.kldp.beat.interceptor.pool.
UserInterceptorContainerPool
V
validate()
- Method in interface net.kldp.beat.system.aware.
ValidationAware
ValidationAware
- Interface in
net.kldp.beat.system.aware
폼 입력값 검증을 제공합니다.
ValidationException
- Exception in
net.kldp.beat.exception
ValidationException(Exception)
- Constructor for exception net.kldp.beat.exception.
ValidationException
ValidationException(String)
- Constructor for exception net.kldp.beat.exception.
ValidationException
values()
- Method in class net.kldp.beat.map.
AbstractMap
velocityDispatch(String, String, Object)
- Method in class net.kldp.beat.dispatcher.
VelocityViewDispatcher
VelocityViewDispatcher
- Class in
net.kldp.beat.dispatcher
VelocityViewDispatcher()
- Constructor for class net.kldp.beat.dispatcher.
VelocityViewDispatcher
VERSION
- Static variable in class net.kldp.beat.configuration.
Config
version()
- Static method in class net.kldp.beat.configuration.
Config
Beat Framework 버전번호를 리턴합니다.
ViewDispatcher
- Class in
net.kldp.beat.dispatcher
ViewDispatcher()
- Constructor for class net.kldp.beat.dispatcher.
ViewDispatcher
ViewDispatcherException
- Class in
net.kldp.beat.exception.fatal
ViewDispatcherException(String)
- Constructor for class net.kldp.beat.exception.fatal.
ViewDispatcherException
ViewDispatcherException(Exception)
- Constructor for class net.kldp.beat.exception.fatal.
ViewDispatcherException
viewLocation
- Variable in class net.kldp.beat.configuration.
ActionMapping
viewSuffix()
- Static method in class net.kldp.beat.configuration.
Config
viewType()
- Static method in class net.kldp.beat.configuration.
Config
viewType
- Variable in class net.kldp.beat.configuration.
ConfigParser
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes