Uses of Class
net.kldp.beat.annotation.Beat

Packages that use Beat
net.kldp.beat.annotation   
net.kldp.beat.system.annotation   
 

Uses of Beat in net.kldp.beat.annotation
 

Classes in net.kldp.beat.annotation with annotations of type Beat
 interface After
          이 어노테이션으로 선언된 메서드는 액션이 처리된 이후에 실행되어야 함을 정의합니다.
 interface Before
          이 어노테이션으로 선언된 메서드는 execute 이전에 실행되어야 함을 정의합니다.
 interface BeforeResult
          이 어노테이션으로 선언된 메서드는 Result가 디스패치 되기 이전에 실행되어야 함을 정의합니다.
 interface Result
          이 어노테이션은 View로 디스패치하기 위한 어노테이션입니다.
 interface Results
          이 어노테이션은 Result를 묶기위한 어노테이션입니다.
 

Uses of Beat in net.kldp.beat.system.annotation
 

Classes in net.kldp.beat.system.annotation with annotations of type Beat
 interface ApplicationMap
          Application scope의 맵을 제공합니다.
 interface CookieMap
          Cookie의 맵을 제공합니다.
 interface HeaderMap
          Header의 맵을 제공합니다.
 interface MultipartRequest
          요청을 Multipart/Formdata로 파싱합니다.
 interface Parameter
          요청 파라미터를 액션에 주입하는것을 정의하는 어노테이션입니다.
 interface ParameterMap
          요청 파라미터를 맵으로 제공합니다.
 interface RequestMap
          Request scope 맵을 제공합니다.
 interface ServletContext
          ServletContext를 제공합니다.
 interface ServletDispatcher
          ServletDispatcher를 제공합니다.
 interface ServletOutputStream
          ServletRequest 객체를 제공합니다.
 interface ServletRequest
          ServletRequest 객체를 제공합니다.
 interface ServletResponse
          ServletResponse 객체를 제공합니다.
 interface SessionMap
          Session을 Map으로 제공합니다.
 interface SpringApplicationContext
          Spring Application Context 객체를 제공합니다.