xml : SUN의 properties XML 파일 포멧
- Author:
- 김형도
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_ENCODING
protected static final String DEFAULT_ENCODING
- See Also:
- Constant Field Values
TEXT_CONTENT_TYPE
protected static final String TEXT_CONTENT_TYPE
- See Also:
- Constant Field Values
XML_CONTENT_TYPE
protected static final String XML_CONTENT_TYPE
- See Also:
- Constant Field Values
LINE_SEPARATOR
protected static final String LINE_SEPARATOR
PROP_TYPE
public static final String PROP_TYPE
- See Also:
- Constant Field Values
XML_TYPE
public static final String XML_TYPE
- See Also:
- Constant Field Values
RAW_TYPE
public static final String RAW_TYPE
- See Also:
- Constant Field Values
ResourceWebAction
public ResourceWebAction()
setEncKey
public void setEncKey(String key)
setEncKeyName
public void setEncKeyName(String keyName)
- 암호화 키의 이름을 설정한다.
실제 암호화 키 값은 live-configuration 파일, 시스템 프로퍼티, 환경변수 순으로 찾아서 설정된다.
- Parameters:
keyName -
execute
public WebActionForward execute(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
- Description copied from interface:
WebAction
- WebActionDispatcher 서블릿이 호출하는 메소드이다.
이 인터페이스를 구현하는 클래스는 이 메소드에서 업무처리를 수행하고 forward할 View의 URL을
WebActionForward로 리턴한다. null을 리턴할 경우에는 forward하지 않는다.
- Specified by:
execute in interface WebAction- Specified by:
execute in class AbstractWebAction
- Returns:
-
- Throws:
Exception
Copyright © 2014. All Rights Reserved.