|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Result | |
---|---|
net.kldp.beat.action | |
net.kldp.beat.dispatcher |
Uses of Result in net.kldp.beat.action |
---|
Fields in net.kldp.beat.action with type parameters of type Result | |
---|---|
private java.util.List<Result> |
InterceptorStack.results
|
Methods in net.kldp.beat.action that return Result | |
---|---|
Result |
ActionMapper.getDefaultResult()
사용자가 액션 클래스에 "success"를 정의하지 않았을 경우에 사용되는 Result입니다. |
Result |
InterceptorStack.getResult(java.lang.String resultName)
|
Methods in net.kldp.beat.action that return types with arguments of type Result | |
---|---|
java.util.List<Result> |
InterceptorStack.getResults()
정의된 Result를 리턴합니다. |
Methods in net.kldp.beat.action with parameters of type Result | |
---|---|
private void |
InterceptorStack.addResult(Result result)
Result를 추가합니다. |
private void |
ActionService.dispatchView(Result result)
|
private void |
ActionService.returnToInput(Result input)
|
Uses of Result in net.kldp.beat.dispatcher |
---|
Methods in net.kldp.beat.dispatcher with parameters of type Result | |
---|---|
void |
VelocityViewDispatcher.dispatch(Result input,
java.lang.Object action)
|
void |
JspViewDispatcher.dispatch(Result input,
java.lang.Object action)
|
void |
FreemarkerViewDispatcher.dispatch(Result input,
java.lang.Object action)
|
void |
Dispatch.dispatch(Result input,
java.lang.Object action)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |