ナビゲーション・リンクをスキップ
A B C D E F G H I K L M N O P R S T U V W X 

A

Action - oscana.s2n.struts.actionのクラス
An Action is an adapter between the contents of an incoming HTTP request and the corresponding business logic that should be executed to process this request.
Action() - クラス のコンストラクタoscana.s2n.struts.action.Action
 
ACTION_SERVLET_KEY - クラス のstatic変数oscana.s2n.struts.Globals
The context attributes key under which our ActionServlet instance will be stored.
ActionErrors - oscana.s2n.struts.actionのクラス
A class that encapsulates the error messages being reported by the validate() method of an ActionForm.
ActionErrors() - クラス のコンストラクタoscana.s2n.struts.action.ActionErrors
Create an empty ActionErrors object.
ActionErrors(ActionErrors) - クラス のコンストラクタoscana.s2n.struts.action.ActionErrors
Create an ActionErrors object initialized with the given messages.
ActionForm - oscana.s2n.struts.actionのクラス
An ActionForm is a JavaBean optionally associated with one or more ActionMappings.
ActionForm() - クラス のコンストラクタoscana.s2n.struts.action.ActionForm
 
ActionForward - oscana.s2n.struts.actionのクラス
An ActionForward represents a destination to which the controller, RequestProcessor, might be directed to perform a RequestDispatcher.forward or HttpServletResponse.sendRedirect to, as a result of processing activities of an Action class.
ActionForward() - クラス のコンストラクタoscana.s2n.struts.action.ActionForward
 
ActionForward(HttpRequest, ExecutionContext) - クラス のコンストラクタoscana.s2n.struts.action.ActionForward
コンストラクタ。
ActionForward(String) - クラス のコンストラクタoscana.s2n.struts.action.ActionForward
Construct a new instance with the specified path.
actionId - クラス の変数oscana.s2n.struts.action.ActionMapping
 
ActionMapping - oscana.s2n.struts.actionのクラス
An ActionMapping represents the information that the controller, RequestProcessor, knows about the mapping of a particular request to an instance of a particular Action class.
ActionMapping(Map<String, ActionForward>) - クラス のコンストラクタoscana.s2n.struts.action.ActionMapping
コンストラクタ。
ActionMappingTool - oscana.s2n.struts.actionのクラス
StrutsのActionMappingをNablarch上で再現するためのオブジェクト生成するクラス。
ActionMappingTool(HttpRequest, ExecutionContext) - クラス のコンストラクタoscana.s2n.struts.action.ActionMappingTool
コンストラクタ。
ActionMessage - oscana.s2n.struts.actionのクラス
An encapsulation of an individual message returned by the validate method of an ActionForm, consisting of a message key (to be used to look up message text in an appropriate message resources database) plus up to four placeholder objects that can be used for parametric replacement in the message text.
ActionMessage(String) - クラス のコンストラクタoscana.s2n.struts.action.ActionMessage
Construct an action message with no replacement values.
ActionMessage(String, Object) - クラス のコンストラクタoscana.s2n.struts.action.ActionMessage
Construct an action message with the specified replacement values.
ActionMessage(String, Object, Object) - クラス のコンストラクタoscana.s2n.struts.action.ActionMessage
Construct an action message with the specified replacement values.
ActionMessage(String, Object, Object, Object) - クラス のコンストラクタoscana.s2n.struts.action.ActionMessage
Construct an action message with the specified replacement values.
ActionMessage(String, Object, Object, Object, Object) - クラス のコンストラクタoscana.s2n.struts.action.ActionMessage
Construct an action message with the specified replacement values.
ActionMessage(String, Object[]) - クラス のコンストラクタoscana.s2n.struts.action.ActionMessage
Construct an action message with the specified replacement values.
ActionMessage(String, boolean) - クラス のコンストラクタoscana.s2n.struts.action.ActionMessage
Construct an action message with the specified replacement values.
ActionMessages - oscana.s2n.struts.actionのクラス
ActionMessagesとNablarch messageの変換をするクラス。
ActionMessages() - クラス のコンストラクタoscana.s2n.struts.action.ActionMessages
 
ActionMessages(ActionMessages) - クラス のコンストラクタoscana.s2n.struts.action.ActionMessages
コンストラクタ。
ActionMessages(ApplicationException) - クラス のコンストラクタoscana.s2n.struts.action.ActionMessages
コンストラクタ。
add(String, String) - クラス のメソッドoscana.s2n.struts.action.ActionMappingTool
ActionForwardを追加する。
add(String, String) - クラス のメソッドoscana.s2n.struts.action.ActionMessages
メッセージを追加する。
add(ActionMessages) - クラス のメソッドoscana.s2n.struts.action.ActionMessages
メッセージを追加する。
add(String, ActionMessage) - クラス のメソッドoscana.s2n.struts.action.ActionMessages
ActionMessageを登録する。
addCookie(Cookie) - クラス のメソッドoscana.s2n.servlet.HttpServletResponseHolder
HttpServletResponse().addCookieに移譲する。
addDateHeader(String, long) - クラス のメソッドoscana.s2n.servlet.HttpServletResponseHolder
HttpServletResponse().addDateHeaderに移譲する。
addFilter(String, String) - クラス のメソッドoscana.s2n.servlet.ServletContextHolder
ServletContext().addFilterに移譲する。
addFilter(String, Filter) - クラス のメソッドoscana.s2n.servlet.ServletContextHolder
ServletContext().addFilterに移譲する。
addFilter(String, Class<? extends Filter>) - クラス のメソッドoscana.s2n.servlet.ServletContextHolder
ServletContext().addFilterに移譲する。
addHeader(String, String) - クラス のメソッドoscana.s2n.servlet.HttpServletResponseHolder
HttpServletResponse().addHeaderに移譲する。
addIntHeader(String, int) - クラス のメソッドoscana.s2n.servlet.HttpServletResponseHolder
HttpServletResponse().addIntHeaderに移譲する。
addListener(String) - クラス のメソッドoscana.s2n.servlet.ServletContextHolder
ServletContext().addListenerに移譲する。
addListener(T) - クラス のメソッドoscana.s2n.servlet.ServletContextHolder
ServletContext().addListenerに移譲する。
addListener(Class<? extends EventListener>) - クラス のメソッドoscana.s2n.servlet.ServletContextHolder
ServletContext().addListenerに移譲する。
addServlet(String, String) - クラス のメソッドoscana.s2n.servlet.ServletContextHolder
ServletContext().addServletに移譲する。
addServlet(String, Servlet) - クラス のメソッドoscana.s2n.servlet.ServletContextHolder
ServletContext().addServletに移譲する。
addServlet(String, Class<? extends Servlet>) - クラス のメソッドoscana.s2n.servlet.ServletContextHolder
ServletContext().addServletに移譲する。
attribute - クラス の変数oscana.s2n.struts.action.ActionMapping
 
authenticate(HttpServletResponse) - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
HttpServletRequest().authenticateに移譲する。

B

batchDelete(List<T>) - クラス のメソッドoscana.s2n.common.dao.S2NDaoContext
エンティティオブジェクトを元に一括削除処理を行う。
batchInsert(List<T>) - クラス のメソッドoscana.s2n.common.dao.S2NDaoContext
エンティティオブジェクトの情報を一括で登録する。
batchUpdate(List<T>) - クラス のメソッドoscana.s2n.common.dao.S2NDaoContext
エンティティオブジェクトの情報を元に一括更新を行う。
BEAN_KEY - クラス のstatic変数oscana.s2n.struts.taglib.html.Constants
The attribute key for the bean our form is related to.
bind(Object) - クラス のメソッドoscana.s2n.handler.S2NRoutesMethodBinder
 
ByteLength - oscana.s2n.validationの注釈型
文字列のバイト長が min、max の範囲内かどうかをチェックするためのアノテーション。
ByteLength.ByteLengthValidator - oscana.s2n.validationのクラス
文字列長のバリデーションを行うため、ConstraintValidatorを実装するクラス。
ByteLength.List - oscana.s2n.validationの注釈型
複数指定用のアノテーション
ByteLengthValidator() - クラス のコンストラクタoscana.s2n.validation.ByteLength.ByteLengthValidator
 

C

CANCEL_KEY - クラス のstatic変数oscana.s2n.struts.Globals
The request attributes key under which a boolean true value should be stored if this request was cancelled.
CANCEL_PROPERTY - クラス のstatic変数oscana.s2n.struts.Globals
The property under which a Cancel button press is reported.
CANCEL_PROPERTY - クラス のstatic変数oscana.s2n.struts.taglib.html.Constants
The property under which a Cancel button press is reported.
CANCEL_PROPERTY_X - クラス のstatic変数oscana.s2n.struts.Globals
The property under which a Cancel button press is reported, if the Cancel button is rendered as an image.
CANCEL_PROPERTY_X - クラス のstatic変数oscana.s2n.struts.taglib.html.Constants
The property under which a Cancel button press is reported, if the Cancel button is rendered as an image.
CASE_INSENSITIVE_ORDER - クラス のstatic変数oscana.s2n.struts.util.LabelValueBean
Comparator that can be used for a case insensitive sort of LabelValueBean objects.
changeSessionId() - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
HttpServletRequest().changeSessionIdに移譲する。
clear() - クラス のメソッドoscana.s2n.struts.action.ActionMessages
メッセージを消去する。
clearResources() - クラス のメソッドoscana.s2n.handler.HttpResourceHolder
サーブレットリソースへの参照を消去する。
compareTo(Object) - クラス のメソッドoscana.s2n.struts.util.LabelValueBean
Compare LabelValueBeans based on the label, because that's the human viewable part of the object.
Constants - oscana.s2n.struts.taglib.htmlのクラス
Manifest constants for this package.
Constants() - クラス のコンストラクタoscana.s2n.struts.taglib.html.Constants
 
containsHeader(String) - クラス のメソッドoscana.s2n.servlet.HttpServletResponseHolder
HttpServletResponse().containsHeaderに移譲する。
countBySqlFile(Class<T>, String, Object) - クラス のメソッドoscana.s2n.common.dao.S2NDaoContext
SQL_IDをもとに結果件数を取得する。
create() - クラス のメソッドoscana.s2n.common.dao.S2NDaoContextFactory
DaoContextを生成する。
create(String) - クラス のメソッドoscana.s2n.handler.S2NRoutesMethodBinderFactory
MethodBinderを生成する。
create() - クラス のメソッドoscana.s2n.validation.OscanaCompatibleConstraintViolationConverterFactory
ConstraintViolationConverterを生成する。
create(String) - クラス のメソッドoscana.s2n.validation.OscanaCompatibleConstraintViolationConverterFactory
ConstraintViolationConverterを生成する。
createActionMapping() - クラス のメソッドoscana.s2n.struts.action.ActionMappingTool
これまで設定した内容に応じたActionMappingを生成する。
createFilter(Class<T>) - クラス のメソッドoscana.s2n.servlet.ServletContextHolder
ServletContext().createFilterに移譲する。
createHttpResponse(Object, Object, HttpRequest, ExecutionContext, String) - クラス のstaticメソッドoscana.s2n.struts.OscanaHttpResourceConverUtil
戻り値(ファイル名)をNablarchの戻り値(HttpResponse型)に変換する。
createListener(Class<T>) - クラス のメソッドoscana.s2n.servlet.ServletContextHolder
ServletContext().createListenerに移譲する。
createServlet(Class<T>) - クラス のメソッドoscana.s2n.servlet.ServletContextHolder
ServletContext().createServletに移譲する。
createStrutsMapping(HttpRequest, ExecutionContext) - クラス のメソッドoscana.s2n.struts.action.Action
 
createStrutsRequest(ExecutionContext) - クラス のメソッドoscana.s2n.struts.action.Action
 
createStrutsResponse(ExecutionContext) - クラス のメソッドoscana.s2n.struts.action.Action
 
CreditCardNumber - oscana.s2n.validationの注釈型
クレジットカードであるかどうかをチェックするためのアノテーション。
CreditCardNumber.CreditCardNumberValidator - oscana.s2n.validationのクラス
クレジットカードであるかどうかをチェックするクラス。
CreditCardNumber.List - oscana.s2n.validationの注釈型
複数指定用のアノテーション
CreditCardNumberValidator() - クラス のコンストラクタoscana.s2n.validation.CreditCardNumber.CreditCardNumberValidator
 

D

DecimalRange - oscana.s2n.validationの注釈型
数値が min、max の範囲内かどうか及び小数点以下桁数が min、max の大きい方の最大桁数以内かどうかをチェックするためのアノテーション。
DecimalRange.DecimalRangeValidator - oscana.s2n.validationのクラス
数値が min、max の範囲内かどうか及び小数点以下桁数が min、max の大きい方の最大桁数以内かどうかをチェックするクラス。
DecimalRange.List - oscana.s2n.validationの注釈型
複数指定用のアノテーション
DecimalRangeValidator() - クラス のコンストラクタoscana.s2n.validation.DecimalRange.DecimalRangeValidator
 
declareRoles(String...) - クラス のメソッドoscana.s2n.servlet.ServletContextHolder
ServletContext().declareRolesに移譲する。
defer() - クラス のメソッドoscana.s2n.common.dao.S2NDaoContext
検索結果の取得を遅延させる。
delete(T) - クラス のメソッドoscana.s2n.common.dao.S2NDaoContext
エンティティオブジェクトを元に削除処理を行う。
destroy() - クラス のメソッドoscana.s2n.struts.upload.FormFile
Destroys all content for the uploaded file, including any underlying data files.

E

Email - oscana.s2n.validationの注釈型
メールであるかどうかをチェックするためのアノテーション。
Email.EmailValidator - oscana.s2n.validationのクラス
メールであるかどうかをチェックするクラス。
Email.List - oscana.s2n.validationの注釈型
複数指定用のアノテーション
EmailValidator() - クラス のコンストラクタoscana.s2n.validation.Email.EmailValidator
 
encodeRedirectURL(String) - クラス のメソッドoscana.s2n.servlet.HttpServletResponseHolder
HttpServletResponse().encodeRedirectURLに移譲する。
encodeRedirectUrl(String) - クラス のメソッドoscana.s2n.servlet.HttpServletResponseHolder
HttpServletResponse().encodeRedirectUrlに移譲する。
encodeURL(String) - クラス のメソッドoscana.s2n.servlet.HttpServletResponseHolder
HttpServletResponse().encodeURLに移譲する。
encodeUrl(String) - クラス のメソッドoscana.s2n.servlet.HttpServletResponseHolder
HttpServletResponse().encodeUrlに移譲する。
equals(Object) - クラス のメソッドoscana.s2n.struts.util.LabelValueBean
LabelValueBeans are equal if their values are both null or equal.
ERROR_KEY - クラス のstatic変数oscana.s2n.struts.Globals
The request attributes key under which your action should store an org.apache.struts.action.ActionErrors object, if you are using the corresponding custom tag library elements.
EXCEPTION_KEY - クラス のstatic変数oscana.s2n.struts.Globals
The request attributes key under which Struts custom tags might store a Throwable that caused them to report a JspException at runtime.
Execute - oscana.s2n.common.web.interceptorの注釈型
フォームをリクエストスコープに設定するInterceptorクラス。
Execute.Impl - oscana.s2n.common.web.interceptorのクラス
Executeアノテーションのインターセプタクラス。
extractDigit(char) - クラス のメソッドoscana.s2n.validation.CreditCardNumber.CreditCardNumberValidator
Returns the numeric int value of a char

F

FieldName - oscana.s2n.validationの注釈型
エラーメッセージに挿入する項目名をメッセージプロパティから検索するアノテーション。
FieldUtils - oscana.s2n.common.web.utilのクラス
リフレクションを使ってフィールドを操作するユーティリティクラス。
FieldUtils() - クラス のコンストラクタoscana.s2n.common.web.util.FieldUtils
 
findAll(Class<T>) - クラス のメソッドoscana.s2n.common.dao.S2NDaoContext
全件の検索を行う。
findAllBySqlFile(Class<T>, String, Object) - クラス のメソッドoscana.s2n.common.dao.S2NDaoContext
SQL_IDをもとにバインド変数を展開して検索処理を行う。
findAllBySqlFile(Class<T>, String) - クラス のメソッドoscana.s2n.common.dao.S2NDaoContext
SQL_IDをもとに検索を行う。
findById(Class<T>, Object...) - クラス のメソッドoscana.s2n.common.dao.S2NDaoContext
プライマリーキーによる検索を行う。
findBySqlFile(Class<T>, String, Object) - クラス のメソッドoscana.s2n.common.dao.S2NDaoContext
SQL_IDをもとに1件検索を行う。
findForward(String) - クラス のメソッドoscana.s2n.struts.action.ActionMapping
コンストラクタ。
flushBuffer() - クラス のメソッドoscana.s2n.servlet.HttpServletResponseHolder
HttpServletResponse().flushBufferに移譲する。
FORM - クラス のstatic変数oscana.s2n.common.S2NConstants
フォームをリクエストスコープに設定する際に使用する変数名("form"に固定)
FORM_CLASS - クラス のstatic変数oscana.s2n.common.S2NConstants
フォームクラスをリクエストスコープに設定する際に使用する変数名("formClass"に固定)
FORM_KEY - クラス のstatic変数oscana.s2n.struts.taglib.html.Constants
The attribute key for the form tag itself.
FORM_PARAM_PREFIX - クラス のstatic変数oscana.s2n.common.S2NConstants
フォームに設定するパラメータのプレフィックス(""に固定)
FormFile - oscana.s2n.struts.uploadのクラス
This interface represents a file that has been uploaded by a client.
FormFile() - クラス のコンストラクタoscana.s2n.struts.upload.FormFile
 

G

GenericsUtil<E> - oscana.s2n.strutsのクラス
ジェネリクスの型引数に対するインスタンスを獲得するためのユーティリティクラス。
GenericsUtil(E...) - クラス のコンストラクタoscana.s2n.struts.GenericsUtil
型引数の内容を動的に判別しクラスを取得する。
getActionId() - クラス のメソッドoscana.s2n.struts.action.ActionMapping
アクションIdを取得する。
getAllFields(Class<?>) - クラス のstaticメソッドoscana.s2n.common.web.util.FieldUtils
クラスの全フィールドを配列の形で取得する。
getAllFieldsList(Class<?>) - クラス のstaticメソッドoscana.s2n.common.web.util.FieldUtils
クラスの全フィールドをリストの形で取得する。
getAllInterfaces(Class<?>) - クラス のstaticメソッドoscana.s2n.common.web.util.FieldUtils
指定クラスのすべてのインタフェースを取得して、リストの形で返却する。
getAsyncContext() - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
HttpServletRequest().getAsyncContextに移譲する。
getAttribute(String) - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
属性を取得する。
getAttribute(String) - クラス のメソッドoscana.s2n.servlet.HttpSessionHolder
HttpSession().getAttributeに移譲する。
getAttribute(String) - クラス のメソッドoscana.s2n.servlet.ServletContextHolder
 
getAttribute() - クラス のメソッドoscana.s2n.struts.action.ActionMapping
属性を取得する。
getAttributeNames() - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
属性名に含まれるEnumerationオブジェクトを取得する。
getAttributeNames() - クラス のメソッドoscana.s2n.servlet.HttpSessionHolder
HttpSession().getAttributeNamesに移譲する。
getAttributeNames() - クラス のメソッドoscana.s2n.servlet.ServletContextHolder
 
getAuthType() - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
AuthTypeを取得する。
getBufferSize() - クラス のメソッドoscana.s2n.servlet.HttpServletResponseHolder
HttpServletResponse().getBufferSizeに移譲する。
getCharacterEncoding() - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
エンコーディングを取得する。
getCharacterEncoding() - クラス のメソッドoscana.s2n.servlet.HttpServletResponseHolder
HttpServletResponse().getCharacterEncodingに移譲する。
getClassLoader() - クラス のメソッドoscana.s2n.servlet.ServletContextHolder
ServletContext().getClassLoaderに移譲する。
getContentLength() - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
コンテンツの長さを取得する。
getContentLengthLong() - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
HttpServletRequest().getContentLengthLongに移譲する。
getContentType() - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
コンテンツのタイプを取得する。
getContentType() - クラス のメソッドoscana.s2n.servlet.HttpServletResponseHolder
HttpServletResponse().getContentTypeに移譲する。
getContentType() - クラス のメソッドoscana.s2n.struts.upload.FormFile
 
getContext(String) - クラス のメソッドoscana.s2n.servlet.ServletContextHolder
 
getContextPath() - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
コンテストパスを取得する。
getContextPath() - クラス のメソッドoscana.s2n.servlet.ServletContextHolder
ServletContext().getContextPathに移譲する。
getCookies() - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
クッキーを取得する。
getCreationTime() - クラス のメソッドoscana.s2n.servlet.HttpSessionHolder
HttpSession().getCreationTimeに移譲する。
getCurrentRequestId() - クラス のメソッドoscana.s2n.handler.HttpResourceHolder
リクエストパスを取得する。
getDateHeader(String) - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
日付のヘッダーを取得する。
getDefaultSessionTrackingModes() - クラス のメソッドoscana.s2n.servlet.ServletContextHolder
ServletContext().getDefaultSessionTrackingModesに移譲する。
getDispatcherType() - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
HttpServletRequest().getDispatcherTypeに移譲する。
getEffectiveMajorVersion() - クラス のメソッドoscana.s2n.servlet.ServletContextHolder
ServletContext().getEffectiveMajorVersionに移譲する。
getEffectiveMinorVersion() - クラス のメソッドoscana.s2n.servlet.ServletContextHolder
ServletContext().getEffectiveMinorVersionに移譲する。
getEffectiveSessionTrackingModes() - クラス のメソッドoscana.s2n.servlet.ServletContextHolder
ServletContext().getEffectiveSessionTrackingModesに移譲する。
getField(Class<?>, String, boolean) - クラス のstaticメソッドoscana.s2n.common.web.util.FieldUtils
フィールドを取得する。
getFileData() - クラス のメソッドoscana.s2n.struts.upload.FormFile
Returns the data for the entire file as byte array.
getFileName() - クラス のメソッドoscana.s2n.struts.upload.FormFile
Returns the file name of this file.
getFileSize() - クラス のメソッドoscana.s2n.struts.upload.FormFile
Returns the size of this file.
getFilterRegistration(String) - クラス のメソッドoscana.s2n.servlet.ServletContextHolder
ServletContext().getFilterRegistrationに移譲する。
getFilterRegistrations() - クラス のメソッドoscana.s2n.servlet.ServletContextHolder
ServletContext().getFilterRegistrationsに移譲する。
getForcedNextResponse() - クラス のメソッドoscana.s2n.handler.HttpResourceHolder
forcedNextResponseを取得する。
getHeader(String) - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
ヘッダーを取得する。
getHeader(String) - クラス のメソッドoscana.s2n.servlet.HttpServletResponseHolder
HttpServletResponse().getHeaderに移譲する。
getHeaderNames() - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
Enumerationを取得する。
getHeaderNames() - クラス のメソッドoscana.s2n.servlet.HttpServletResponseHolder
HttpServletResponse().getHeaderNamesに移譲する。
getHeaders(String) - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
ヘッダーに含まれるEnumerationを取得する。
getHeaders(String) - クラス のメソッドoscana.s2n.servlet.HttpServletResponseHolder
HttpServletResponse().getHeadersに移譲する。
getHttpServletRequest() - クラス のメソッドoscana.s2n.handler.HttpResourceHolder
HttpServletRequestを取得する。
getHttpServletResponse() - クラス のメソッドoscana.s2n.handler.HttpResourceHolder
HttpServletResponseを取得する。
getHttpSession() - クラス のメソッドoscana.s2n.handler.HttpResourceHolder
HttpSessionを取得する。
getHttpSession(ExecutionContext) - クラス のstaticメソッドoscana.s2n.struts.OscanaHttpResourceConverUtil
NablarchのExecutionContextからHttpSessionを取得する。
getId() - クラス のメソッドoscana.s2n.servlet.HttpSessionHolder
HttpSession().getIdに移譲する。
getInitParameter(String) - クラス のメソッドoscana.s2n.servlet.ServletContextHolder
 
getInitParameterNames() - クラス のメソッドoscana.s2n.servlet.ServletContextHolder
 
getInputStream() - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
入力ストリームを取得する。
getInputStream() - クラス のメソッドoscana.s2n.struts.upload.FormFile
Returns an input stream for this file.
getIntHeader(String) - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
int型のヘッダー値を取得する。
getJspConfigDescriptor() - クラス のメソッドoscana.s2n.servlet.ServletContextHolder
ServletContext().getJspConfigDescriptorに移譲する。
getKey() - クラス のメソッドoscana.s2n.struts.action.ActionMessage
Get the message key for this message.
getLabel() - クラス のメソッドoscana.s2n.struts.util.LabelValueBean
 
getLastAccessedTime() - クラス のメソッドoscana.s2n.servlet.HttpSessionHolder
HttpSession().getLastAccessedTimeに移譲する。
getLocalAddr() - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
HttpServletRequest().getLocalAddrに移譲する。
getLocale() - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
ロケールを取得する。
getLocale() - クラス のメソッドoscana.s2n.servlet.HttpServletResponseHolder
HttpServletResponse().getLocaleに移譲する。
getLocales() - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
HttpServletRequest().getLocalesに移譲する。
getLocalName() - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
HttpServletRequest().getLocalNameに移譲する。
getLocalPort() - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
HttpServletRequest().getLocalPortに移譲する。
getMajorVersion() - クラス のメソッドoscana.s2n.servlet.ServletContextHolder
 
getMaxInactiveInterval() - クラス のメソッドoscana.s2n.servlet.HttpSessionHolder
HttpSession().getMaxInactiveIntervalに移譲する。
getMessage(String, Object, String) - クラス のメソッドoscana.s2n.struts.util.MessageResources
Returns a text message after parametric replacement of the specified parameter placeholders.
getMessage(String, Object...) - クラス のメソッドoscana.s2n.struts.util.MessageResources
Returns a text message after parametric replacement of the specified parameter placeholders.
getMessage(String) - クラス のメソッドoscana.s2n.struts.util.MessageResources
Returns a text message for the specified messageId
getMessage(Locale, String, Object...) - クラス のメソッドoscana.s2n.struts.util.MessageResources
Returns a text message after parametric replacement of the specified parameter placeholders.
getMessage(Locale, String) - クラス のメソッドoscana.s2n.struts.util.MessageResources
Returns a text message for the specified key, for the default Locale.
getMessageResources(String) - クラス のstaticメソッドoscana.s2n.struts.util.MessageResources
Create and return an instance of MessageResources.
getMessages() - クラス のメソッドoscana.s2n.struts.action.ActionMessages
Messageリストを取得する。
getMethod() - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
メソッドを取得する。
getMimeType(String) - クラス のメソッドoscana.s2n.servlet.ServletContextHolder
 
getMinorVersion() - クラス のメソッドoscana.s2n.servlet.ServletContextHolder
 
getName() - クラス のメソッドoscana.s2n.struts.action.ActionForward
名を取得する。
getName() - クラス のメソッドoscana.s2n.struts.action.ActionMapping
名を取得する。
getNamedDispatcher(String) - クラス のメソッドoscana.s2n.servlet.ServletContextHolder
 
getOutputStream() - クラス のメソッドoscana.s2n.servlet.HttpServletResponseHolder
HttpServletResponse().getOutputStreamに移譲する。
getParameter(String) - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
パラメータを取得する。
getParameter() - クラス のメソッドoscana.s2n.struts.action.ActionMapping
パラメータを取得する。
getParameterMap() - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
マップ型のパラメータを取得する。
getParameterNames() - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
Enumerationを取得する。
getParameterValues(String) - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
パラメータの値を取得する。
getPart(String) - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
HttpServletRequest().getPartに移譲する。
getParts() - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
HttpServletRequest().getPartsに移譲する。
getPath() - クラス のメソッドoscana.s2n.struts.action.ActionForward
パスを取得する。
getPath() - クラス のメソッドoscana.s2n.struts.action.ActionMapping
パスを取得する。
getPathInfo() - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
パス情報を取得する。
getPathTranslated() - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
パスを取得する。
getProtocol() - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
プロトコルを取得する。
getQueryString() - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
QueryStringを取得する。
getReader() - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
Readerを取得する。
getRealPath(String) - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
HttpServletRequest().getRealPathに移譲する。
getRealPath(String) - クラス のメソッドoscana.s2n.servlet.ServletContextHolder
 
getRemoteAddr() - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
リモートアドレスを取得する。
getRemoteHost() - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
リモートホストを取得する。
getRemotePort() - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
HttpServletRequest().getRemotePortに移譲する。
getRemoteUser() - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
リモートユーザを取得する。
getRequestDispatcher(String) - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
HttpServletRequest().getRequestDispatcherに移譲する。
getRequestDispatcher(String) - クラス のメソッドoscana.s2n.servlet.ServletContextHolder
 
getRequestedSessionId() - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
リクエストセッションidを取得する。
getRequestURI() - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
リクエストURIを取得する。
getRequestURL() - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
HttpServletRequest().getRequestURLに移譲する。
getResource(String) - クラス のメソッドoscana.s2n.servlet.ServletContextHolder
 
getResourceAsStream(String) - クラス のメソッドoscana.s2n.servlet.ServletContextHolder
 
getResourcePaths(String) - クラス のメソッドoscana.s2n.servlet.ServletContextHolder
 
getSaveFile() - クラス のメソッドoscana.s2n.struts.upload.FormFile
 
getScheme() - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
スキーマを取得する。
getScope() - クラス のメソッドoscana.s2n.struts.action.ActionMapping
スコープを取得する。
getServerInfo() - クラス のメソッドoscana.s2n.servlet.ServletContextHolder
 
getServerName() - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
サーバー名を取得する。
getServerPort() - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
サーバーポートを取得する。
getServlet(String) - クラス のメソッドoscana.s2n.servlet.ServletContextHolder
非推奨です。 
getServletContext() - クラス のメソッドoscana.s2n.handler.HttpResourceHolder
ServletContextを取得する。
getServletContext() - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
HttpServletRequest().getServletContextに移譲する。
getServletContext() - クラス のメソッドoscana.s2n.servlet.HttpSessionHolder
HttpSession().getServletContextに移譲する。
getServletContextName() - クラス のメソッドoscana.s2n.servlet.ServletContextHolder
 
getServletNames() - クラス のメソッドoscana.s2n.servlet.ServletContextHolder
非推奨です。 
getServletPath() - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
HttpServletRequest().getServletPathに移譲する。
getServletRegistration(String) - クラス のメソッドoscana.s2n.servlet.ServletContextHolder
ServletContext().getServletRegistrationに移譲する。
getServletRegistrations() - クラス のメソッドoscana.s2n.servlet.ServletContextHolder
ServletContext().getServletRegistrationsに移譲する。
getServlets() - クラス のメソッドoscana.s2n.servlet.ServletContextHolder
非推奨です。 
getSession(boolean) - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
HttpServletRequest().getSessionに移譲する。
getSession() - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
HttpServletRequest().getSessionに移譲する。
getSessionContext() - クラス のメソッドoscana.s2n.servlet.HttpSessionHolder
HttpSession().getSessionContextに移譲する。
getSessionCookieConfig() - クラス のメソッドoscana.s2n.servlet.ServletContextHolder
ServletContext().getSessionCookieConfigに移譲する。
getStatus() - クラス のメソッドoscana.s2n.servlet.HttpServletResponseHolder
HttpServletResponse().getStatusに移譲する。
getType() - クラス のメソッドoscana.s2n.struts.action.ActionMapping
タイプを取得する。
getType() - クラス のメソッドoscana.s2n.struts.GenericsUtil
コンストラクタで取得したクラスを返却する。
getUserPrincipal() - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
ユーザPrincipalを取得する。
getValue(String) - クラス のメソッドoscana.s2n.servlet.HttpSessionHolder
HttpSession().getValueに移譲する。
getValue() - クラス のメソッドoscana.s2n.struts.util.LabelValueBean
 
getValue() - 列挙 のメソッドoscana.s2n.validation.Pattern.Flag
 
getValueNames() - クラス のメソッドoscana.s2n.servlet.HttpSessionHolder
HttpSession().getValueNamesに移譲する。
getValues() - クラス のメソッドoscana.s2n.struts.action.ActionMessage
Get the replacement values for this message.
getVirtualServerName() - クラス のメソッドoscana.s2n.servlet.ServletContextHolder
ServletContext().getVirtualServerNameに移譲する。
getWriter() - クラス のメソッドoscana.s2n.servlet.HttpServletResponseHolder
HttpServletResponse().getWriterに移譲する。
GLOBAL_MESSAGE - クラス のstatic変数oscana.s2n.struts.action.ActionMessages
グローバルメッセージ
Globals - oscana.s2n.strutsのクラス
Global manifest constants for the entire Struts Framework.
Globals() - クラス のコンストラクタoscana.s2n.struts.Globals
 

H

handle(HttpRequest, ExecutionContext) - クラス のメソッドoscana.s2n.common.web.interceptor.Execute.Impl
フォームを生成し、リクエストスコープに設定する。
handle(HttpRequest, ExecutionContext) - クラス のメソッドoscana.s2n.handler.HttpResourceHolderHandler
ハンドラーで処理する。
handle(HttpRequest, ExecutionContext) - クラス のメソッドoscana.s2n.handler.HttpResourceHolderUpdateHandler
ハンドラーで処理する。
hashCode() - クラス のメソッドoscana.s2n.struts.util.LabelValueBean
The hash code is based on the object's value.
holder - クラス の変数oscana.s2n.servlet.HttpServletRequestHolder
HttpResourceHolder(DI用)
holder - クラス の変数oscana.s2n.servlet.HttpServletResponseHolder
 
holder - クラス の変数oscana.s2n.servlet.HttpSessionHolder
 
holder - クラス の変数oscana.s2n.servlet.ServletContextHolder
 
HttpResourceHolder - oscana.s2n.handlerのクラス
サーブレットリソースへの参照を保持するクラス。
HttpResourceHolder() - クラス のコンストラクタoscana.s2n.handler.HttpResourceHolder
 
HttpResourceHolderHandler - oscana.s2n.handlerのクラス
サーブレットリソースの投入、削除を行うクラス。
HttpResourceHolderHandler() - クラス のコンストラクタoscana.s2n.handler.HttpResourceHolderHandler
 
HttpResourceHolderUpdateHandler - oscana.s2n.handlerのクラス
サーブレットリソースのリフレッシュを行うクラス。
HttpResourceHolderUpdateHandler() - クラス のコンストラクタoscana.s2n.handler.HttpResourceHolderUpdateHandler
 
HttpServletRequestHolder - oscana.s2n.servletのクラス
HttpServletのI/Fを提供するリソースホルダクラス。
HttpServletRequestHolder() - クラス のコンストラクタoscana.s2n.servlet.HttpServletRequestHolder
 
HttpServletResponseHolder - oscana.s2n.servletのクラス
HttpServletResponseのI/Fを提供するリソースホルダクラス。
HttpServletResponseHolder() - クラス のコンストラクタoscana.s2n.servlet.HttpServletResponseHolder
 
HttpSessionHolder - oscana.s2n.servletのクラス
HttpSessionのI/Fを提供するリソースホルダクラス。
HttpSessionHolder() - クラス のコンストラクタoscana.s2n.servlet.HttpSessionHolder
 

I

Impl() - クラス のコンストラクタoscana.s2n.common.web.interceptor.Execute.Impl
 
initialize(ByteLength) - クラス のメソッドoscana.s2n.validation.ByteLength.ByteLengthValidator
ByteLengthValidatorを初期化する。
initialize(CreditCardNumber) - クラス のメソッドoscana.s2n.validation.CreditCardNumber.CreditCardNumberValidator
CreditCardNumberValidatorを初期化する。
initialize(DecimalRange) - クラス のメソッドoscana.s2n.validation.DecimalRange.DecimalRangeValidator
DecimalRangeValidatorを初期化する。
initialize(Email) - クラス のメソッドoscana.s2n.validation.Email.EmailValidator
EmailValidator を初期化する。
initialize(Length) - クラス のメソッドoscana.s2n.validation.Length.LengthValidator
LengthValidatorを初期化する。
initialize(ParseByte) - クラス のメソッドoscana.s2n.validation.ParseByte.ParseByteValidator
ParseByteValidatorを初期化する。
initialize(ParseDate) - クラス のメソッドoscana.s2n.validation.ParseDate.ParseDateValidator
ParseDateValidatorを初期化する。
initialize(ParseDouble) - クラス のメソッドoscana.s2n.validation.ParseDouble.ParseDoubleValidator
ParseDoubleValidatorを初期化する。
initialize(ParseFloat) - クラス のメソッドoscana.s2n.validation.ParseFloat.ParseFloatValidator
ParseFloatValidator を初期化する。
initialize(ParseInt) - クラス のメソッドoscana.s2n.validation.ParseInt.ParseIntValidator
ParseIntValidator を初期化する。
initialize(ParseLong) - クラス のメソッドoscana.s2n.validation.ParseLong.ParseLongValidator
ParseLongValidator を初期化する。
initialize(ParseShort) - クラス のメソッドoscana.s2n.validation.ParseShort.ParseShortValidator
ParseShortValidator を初期化する。
initialize(Pattern) - クラス のメソッドoscana.s2n.validation.Pattern.PatternValidator
PatternValidator を初期化する。
initialize(Range) - クラス のメソッドoscana.s2n.validation.Range.RangeValidator
RangeValidator を初期化する。
initialize(Required) - クラス のメソッドoscana.s2n.validation.Required.RequiredValidator
RequiredValidator を初期化する。
initialize(URL) - クラス のメソッドoscana.s2n.validation.URL.URLValidator
URLValidator を初期化する。
insert(T) - クラス のメソッドoscana.s2n.common.dao.S2NDaoContext
エンティティオブジェクトを元に登録処理を行う。
invalidate() - クラス のメソッドoscana.s2n.servlet.HttpSessionHolder
HttpSession().invalidateに移譲する。
isAsyncStarted() - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
HttpServletRequest().isAsyncStartedに移譲する。
isAsyncSupported() - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
HttpServletRequest().isAsyncSupportedに移譲する。
isCancelled(HttpServletRequest) - クラス のメソッドoscana.s2n.struts.action.Action
Returns true if the current form's cancel button was pressed.
isCheckDigitValid(List<Integer>, char) - クラス のメソッドoscana.s2n.validation.CreditCardNumber.CreditCardNumberValidator
Validate check digit using Luhn algorithm
isCommitted() - クラス のメソッドoscana.s2n.servlet.HttpServletResponseHolder
HttpServletResponse().isCommittedに移譲する。
isEmpty() - クラス のメソッドoscana.s2n.struts.action.ActionMessages
メッセージが空であればtrueを返却する。
isMaxNumberValid(Object, ConstraintValidatorContext) - クラス のメソッドoscana.s2n.validation.Range.RangeValidator
 
isMinNumberValid(Object, ConstraintValidatorContext) - クラス のメソッドoscana.s2n.validation.Range.RangeValidator
 
isNew() - クラス のメソッドoscana.s2n.servlet.HttpSessionHolder
HttpSession().isNewに移譲する。
isRequestedSessionIdFromCookie() - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
HttpServletRequest().isRequestedSessionIdFromCookieに移譲する。
isRequestedSessionIdFromURL() - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
HttpServletRequest().isRequestedSessionIdFromURLに移譲する。
isRequestedSessionIdFromUrl() - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
HttpServletRequest().isRequestedSessionIdFromUrlに移譲する。
isRequestedSessionIdValid() - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
HttpServletRequest().isRequestedSessionIdValidに移譲する。
isResource() - クラス のメソッドoscana.s2n.struts.action.ActionMessage
Indicate whether the key is taken to be as a bundle key [true] or literal value [false].
isSecure() - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
HttpServletRequest().isSecureに移譲する。
isTarget() - クラス のメソッドoscana.s2n.validation.ValidateTarget
Actionメソッド名がバリデーションの対象であるかをチェックする。
isUserInRole(String) - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
ユーザかどうかを判定する。
isValid(Object, ConstraintValidatorContext) - クラス のメソッドoscana.s2n.validation.ByteLength.ByteLengthValidator
引数の長さが有効な桁数かどうかをチェックする。
isValid(String, ConstraintValidatorContext) - クラス のメソッドoscana.s2n.validation.CreditCardNumber.CreditCardNumberValidator
クレジットカードであるかどうかをチェックする。
isValid(Object, ConstraintValidatorContext) - クラス のメソッドoscana.s2n.validation.DecimalRange.DecimalRangeValidator
数値が min、max の範囲内かどうか及び小数点以下桁数が min、max の大きい方の最大桁数以内かどうかををチェックする。
isValid(String, ConstraintValidatorContext) - クラス のメソッドoscana.s2n.validation.Email.EmailValidator
メールであるかどうかをチェックする。
isValid(Object, ConstraintValidatorContext) - クラス のメソッドoscana.s2n.validation.Length.LengthValidator
対象文字列の長さが有効な桁数かどうかをチェックする。
isValid(Object, ConstraintValidatorContext) - クラス のメソッドoscana.s2n.validation.ParseByte.ParseByteValidator
バイトの型かどうかをチェックする。
isValid(Object, ConstraintValidatorContext) - クラス のメソッドoscana.s2n.validation.ParseDate.ParseDateValidator
日付かどうかをチェックする。
isValid(Object, ConstraintValidatorContext) - クラス のメソッドoscana.s2n.validation.ParseDouble.ParseDoubleValidator
倍精度実数かどうかをチェックする。
isValid(Object, ConstraintValidatorContext) - クラス のメソッドoscana.s2n.validation.ParseFloat.ParseFloatValidator
単精度浮動小数点数(float)かどうかをチェックする。
isValid(Object, ConstraintValidatorContext) - クラス のメソッドoscana.s2n.validation.ParseInt.ParseIntValidator
整数(int)かどうかをチェックする。
isValid(Object, ConstraintValidatorContext) - クラス のメソッドoscana.s2n.validation.ParseLong.ParseLongValidator
長整数(long)かどうかをチェックする。
isValid(Object, ConstraintValidatorContext) - クラス のメソッドoscana.s2n.validation.ParseShort.ParseShortValidator
短整数(short)かどうかをチェックする。
isValid(CharSequence, ConstraintValidatorContext) - クラス のメソッドoscana.s2n.validation.Pattern.PatternValidator
正規表現に一致するかどうかをチェックする。
isValid(Object, ConstraintValidatorContext) - クラス のメソッドoscana.s2n.validation.Range.RangeValidator
指定範囲内であるかどうかをチェックする。
isValid(Object, ConstraintValidatorContext) - クラス のメソッドoscana.s2n.validation.Required.RequiredValidator
値を入力したかどうかをチェックする。
isValid(String, ConstraintValidatorContext) - クラス のメソッドoscana.s2n.validation.URL.URLValidator
URLであるかどうかをチェックする。
isValidate() - クラス のメソッドoscana.s2n.struts.action.ActionMapping
バリデーションかどうかを判定する。

K

key - クラス の変数oscana.s2n.struts.action.ActionMessage
The message key for this message.

L

LabelValueBean - oscana.s2n.struts.utilのクラス
A simple JavaBean to represent label-value pairs.
LabelValueBean() - クラス のコンストラクタoscana.s2n.struts.util.LabelValueBean
Default constructor.
LabelValueBean(String, String) - クラス のコンストラクタoscana.s2n.struts.util.LabelValueBean
Construct an instance with the supplied property values.
Length - oscana.s2n.validationの注釈型
文字列が指定された範囲内の長さであることをチェックするためのアノテーション。
Length.LengthValidator - oscana.s2n.validationのクラス
文字列長のバリデーションを行うため、ConstraintValidatorを実装するクラス。
Length.List - oscana.s2n.validationの注釈型
複数指定用のアノテーション
LengthValidator() - クラス のコンストラクタoscana.s2n.validation.Length.LengthValidator
 
LOCALE_KEY - クラス のstatic変数oscana.s2n.struts.Globals
The session attributes key under which the user's selected java.util.Locale is stored, if any.
log(String) - クラス のメソッドoscana.s2n.servlet.ServletContextHolder
 
log(Exception, String) - クラス のメソッドoscana.s2n.servlet.ServletContextHolder
非推奨です。 
log(String, Throwable) - クラス のメソッドoscana.s2n.servlet.ServletContextHolder
 
login(String, String) - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
HttpServletRequest().loginに移譲する。
logout() - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
HttpServletRequest().logoutに移譲する。

M

MAPPING_KEY - クラス のstatic変数oscana.s2n.struts.Globals
The request attributes key under which our org.apache.struts.ActionMapping instance is passed.
MESSAGE_KEY - クラス のstatic変数oscana.s2n.struts.Globals
The request attributes key under which your action should store an org.apache.struts.action.ActionMessages object, if you are using the corresponding custom tag library elements.
MessageResources - oscana.s2n.struts.utilのクラス
リソースファイルからメッセージを取得するクラス。
MESSAGES_KEY - クラス のstatic変数oscana.s2n.struts.Globals
The base of the context attributes key under which our module MessageResources will be stored.
MODULE_KEY - クラス のstatic変数oscana.s2n.struts.Globals
The base of the context attributes key under which our ModuleConfig data structure will be stored.
MODULE_PREFIXES_KEY - クラス のstatic変数oscana.s2n.struts.Globals
The ServletContext attribute under which we store the module prefixes String[].
MULTIPART_KEY - クラス のstatic変数oscana.s2n.struts.Globals
The request attributes key under which our multipart class is stored.

N

name - クラス の変数oscana.s2n.struts.action.ActionForward
 
name - クラス の変数oscana.s2n.struts.action.ActionMapping
 

O

ORIGINAL_URI_KEY - クラス のstatic変数oscana.s2n.struts.Globals
The request attribute under which we store the original URI of the request.
oscana.s2n.common - パッケージ oscana.s2n.common
Nablarchを拡張するユーティリティクラス群。
oscana.s2n.common.dao - パッケージ oscana.s2n.common.dao
NablarchのDao機能をOscana用に拡張したもの。
oscana.s2n.common.web.download - パッケージ oscana.s2n.common.web.download
Nablarchのダウンロード機能をOscana用に拡張したもの。
oscana.s2n.common.web.interceptor - パッケージ oscana.s2n.common.web.interceptor
NablarchのインターセプターをOscana用に拡張したもの。
oscana.s2n.common.web.util - パッケージ oscana.s2n.common.web.util
Oscanaが使用する共通ユーティリティ。
oscana.s2n.handler - パッケージ oscana.s2n.handler
NablarchのハンドラーをOscana用に拡張したもの。
oscana.s2n.servlet - パッケージ oscana.s2n.servlet
Nablarch DIコンテナにサーブレットリソースを登録するためのアダプタ。
oscana.s2n.struts - パッケージ oscana.s2n.struts
Struts1のorg.apache.strutsに対する互換APIクラス群。
oscana.s2n.struts.action - パッケージ oscana.s2n.struts.action
Struts1のorg.apache.struts.actionに対する互換APIクラス群。
oscana.s2n.struts.taglib.html - パッケージ oscana.s2n.struts.taglib.html
Struts1のorg.apache.struts.taglib.htmlに対する互換APIクラス群。
oscana.s2n.struts.upload - パッケージ oscana.s2n.struts.upload
Struts1のorg.apache.struts.uploadに対する互換APIクラス群。
oscana.s2n.struts.util - パッケージ oscana.s2n.struts.util
Struts1のorg.apache.struts.utilに対する互換APIクラス群。
oscana.s2n.validation - パッケージ oscana.s2n.validation
Struts1互換のバリデーションクラス群。
OscanaActionForm - oscana.s2n.commonの注釈型
アクションフォームを指定するアノテーション。
OscanaCompatibleConstraintViolationConverterFactory - oscana.s2n.validationのクラス
Strutsの設定ファイル形式と互換性があるメッセージ変換モジュール。
OscanaCompatibleConstraintViolationConverterFactory() - クラス のコンストラクタoscana.s2n.validation.OscanaCompatibleConstraintViolationConverterFactory
 
OscanaHttpResourceConverUtil - oscana.s2n.strutsのクラス
変換元FWとNablarchのデータ型の違いを吸収させるためのデータ変換のユーティリティクラス。
OscanaHttpResourceConverUtil() - クラス のコンストラクタoscana.s2n.struts.OscanaHttpResourceConverUtil
 

P

Package - クラス のstatic変数oscana.s2n.struts.taglib.html.Constants
The name of this package.
page(long) - クラス のメソッドoscana.s2n.common.dao.S2NDaoContext
ページングの何ページ目を検索するかを指定する。
parameter - クラス の変数oscana.s2n.struts.action.ActionMapping
 
ParamFilter - oscana.s2n.commonのクラス
UniversalDao呼び出し時のパラメータを変換するためのユーティリティクラス。
ParamFilter() - クラス のコンストラクタoscana.s2n.common.ParamFilter
 
ParseByte - oscana.s2n.validationの注釈型
バイトの型へ解析できるかどうかをチェックするためのアノテーション。
ParseByte.List - oscana.s2n.validationの注釈型
 
ParseByte.ParseByteValidator - oscana.s2n.validationのクラス
バイトの型へ解析できるかどうかをチェックするクラス。
ParseByteValidator() - クラス のコンストラクタoscana.s2n.validation.ParseByte.ParseByteValidator
 
ParseDate - oscana.s2n.validationの注釈型
日付かどうかをチェックするためのアノテーション。
ParseDate.List - oscana.s2n.validationの注釈型
 
ParseDate.ParseDateValidator - oscana.s2n.validationのクラス
日付かどうかをチェックするクラス。
ParseDateValidator() - クラス のコンストラクタoscana.s2n.validation.ParseDate.ParseDateValidator
 
ParseDouble - oscana.s2n.validationの注釈型
倍精度実数かどうかをチェックするためのアノテーション。
ParseDouble.List - oscana.s2n.validationの注釈型
 
ParseDouble.ParseDoubleValidator - oscana.s2n.validationのクラス
倍精度実数かどうかをチェックするクラス。
ParseDoubleValidator() - クラス のコンストラクタoscana.s2n.validation.ParseDouble.ParseDoubleValidator
 
ParseFloat - oscana.s2n.validationの注釈型
単精度浮動小数点数(float)かどうかをチェックするためのアノテーション。
ParseFloat.List - oscana.s2n.validationの注釈型
複数指定用のアノテーション
ParseFloat.ParseFloatValidator - oscana.s2n.validationのクラス
単精度浮動小数点数(float)かどうかをチェックするクラス。
ParseFloatValidator() - クラス のコンストラクタoscana.s2n.validation.ParseFloat.ParseFloatValidator
 
ParseInt - oscana.s2n.validationの注釈型
整数(int)かどうかをチェックするためのアノテーション。
ParseInt.List - oscana.s2n.validationの注釈型
複数指定用のアノテーション
ParseInt.ParseIntValidator - oscana.s2n.validationのクラス
整数(int)かどうかをチェックするクラス。
ParseIntValidator() - クラス のコンストラクタoscana.s2n.validation.ParseInt.ParseIntValidator
 
ParseLong - oscana.s2n.validationの注釈型
長整数(long)かどうかをチェックするためのアノテーション。
ParseLong.List - oscana.s2n.validationの注釈型
複数指定用のアノテーション
ParseLong.ParseLongValidator - oscana.s2n.validationのクラス
長整数(long)かどうかをチェックするクラス。
ParseLongValidator() - クラス のコンストラクタoscana.s2n.validation.ParseLong.ParseLongValidator
 
ParseShort - oscana.s2n.validationの注釈型
短整数(short)かどうかをチェックするためのアノテーション。
ParseShort.List - oscana.s2n.validationの注釈型
複数指定用のアノテーション
ParseShort.ParseShortValidator - oscana.s2n.validationのクラス
短整数(short)かどうかをチェックするクラス。
ParseShortValidator() - クラス のコンストラクタoscana.s2n.validation.ParseShort.ParseShortValidator
 
path - クラス の変数oscana.s2n.struts.action.ActionForward
 
path - クラス の変数oscana.s2n.struts.action.ActionMapping
 
Pattern - oscana.s2n.validationの注釈型
正規表現に一致するかどうかをチェックするためのアノテーション。
Pattern.Flag - oscana.s2n.validationの列挙
可能な正規表現フラグ
Pattern.List - oscana.s2n.validationの注釈型
複数指定用のアノテーション
Pattern.PatternValidator - oscana.s2n.validationのクラス
正規表現に一致するかどうかをチェックするクラス。
PatternValidator() - クラス のコンストラクタoscana.s2n.validation.Pattern.PatternValidator
 
per(long) - クラス のメソッドoscana.s2n.common.dao.S2NDaoContext
ページングの1ページにつき何件表示するかを指定する。
PLUG_INS_KEY - クラス のstatic変数oscana.s2n.struts.Globals
The base of the context attributes key under which an array of PlugIn instances will be stored.
putValue(String, Object) - クラス のメソッドoscana.s2n.servlet.HttpSessionHolder
HttpSession().putValueに移譲する。

R

Range - oscana.s2n.validationの注釈型
指定範囲内であるかどうかをチェックするためのアノテーション。
Range.List - oscana.s2n.validationの注釈型
複数指定用のアノテーション
Range.RangeValidator - oscana.s2n.validationのクラス
指定範囲内であるかどうかをチェックするクラス。
RangeValidator() - クラス のコンストラクタoscana.s2n.validation.Range.RangeValidator
 
readField(Field, Object, boolean) - クラス のstaticメソッドoscana.s2n.common.web.util.FieldUtils
オブジェクトの指定フィールドの値を取得する。
readField(Object, String, boolean) - クラス のstaticメソッドoscana.s2n.common.web.util.FieldUtils
オブジェクトの指定フィールドの値を取得する。
removeAttribute(String) - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
パラメータを削除する。
removeAttribute(String) - クラス のメソッドoscana.s2n.servlet.HttpSessionHolder
HttpSession().removeAttributeに移譲する。
removeAttribute(String) - クラス のメソッドoscana.s2n.servlet.ServletContextHolder
 
removeValue(String) - クラス のメソッドoscana.s2n.servlet.HttpSessionHolder
HttpSession().removeValueに移譲する。
REQUEST_PROCESSOR_KEY - クラス のstatic変数oscana.s2n.struts.Globals
The base of the context attributes key under which our RequestProcessor instance will be stored.
REQUEST_SCOPED_KEY_CALL_METHOD - クラス のstatic変数oscana.s2n.common.S2NConstants
アクションメソッドをリクエストスコープに格納する際に使用する名前
Required - oscana.s2n.validationの注釈型
必須項目が設定されているかどうかをチェックするためのアノテーション。
Required.List - oscana.s2n.validationの注釈型
複数指定用のアノテーション
Required.RequiredValidator - oscana.s2n.validationのクラス
必須項目が設定されているかどうかをチェックするクラス。
RequiredValidator() - クラス のコンストラクタoscana.s2n.validation.Required.RequiredValidator
 
reset() - クラス のメソッドoscana.s2n.servlet.HttpServletResponseHolder
HttpServletResponse().resetに移譲する。
reset(ActionMapping, ServletRequest) - クラス のメソッドoscana.s2n.struts.action.ActionForm
Can be used to reset all bean properties to their default state.
reset(ActionMapping, HttpServletRequest) - クラス のメソッドoscana.s2n.struts.action.ActionForm
Can be used to reset bean properties to their default state, as needed.
reset() - クラス のメソッドoscana.s2n.struts.action.ActionForm
リセットメソッド
resetBuffer() - クラス のメソッドoscana.s2n.servlet.HttpServletResponseHolder
HttpServletResponse().resetBufferに移譲する。
resource - クラス の変数oscana.s2n.struts.action.ActionMessage
Indicates whether the key is taken to be as a bundle key [true] or literal value [false].

S

S2NConstants - oscana.s2n.commonのクラス
互換ライブラリ用定数クラス。
S2NConstants() - クラス のコンストラクタoscana.s2n.common.S2NConstants
 
S2NDaoContext - oscana.s2n.common.daoのクラス
DaoContextをカスタマイズするクラス。
S2NDaoContext(DaoContext) - クラス のコンストラクタoscana.s2n.common.dao.S2NDaoContext
 
S2NDaoContextFactory - oscana.s2n.common.daoのクラス
S2NDaoContextを生成するDaoContextFactory
S2NDaoContextFactory() - クラス のコンストラクタoscana.s2n.common.dao.S2NDaoContextFactory
 
S2NRoutesMethodBinder - oscana.s2n.handlerのクラス
アクションのbeforeExecute/afterExecuteに対応したメソッドバインディングを作成するMethodBinder
S2NRoutesMethodBinder(String) - クラス のコンストラクタoscana.s2n.handler.S2NRoutesMethodBinder
コンストラクタ。
S2NRoutesMethodBinderFactory - oscana.s2n.handlerのクラス
S2NRoutesMethodBinderを生成するファクトリクラス。
S2NRoutesMethodBinderFactory() - クラス のコンストラクタoscana.s2n.handler.S2NRoutesMethodBinderFactory
 
S2NStreamResponse - oscana.s2n.common.web.downloadのクラス
ストリームからHTTPレスポンスメッセージを生成するクラス。
S2NStreamResponse(InputStream) - クラス のコンストラクタoscana.s2n.common.web.download.S2NStreamResponse
S2NStreamResponseオブジェクトを生成する。
saveErrors(HttpServletRequest, ActionMessages) - クラス のメソッドoscana.s2n.struts.action.Action
Save the specified error messages keys into the appropriate request attribute for use by the <html:errors> tag, if any messages are required.
saveErrors(HttpSession, ActionMessages) - クラス のメソッドoscana.s2n.struts.action.Action
Save the specified error messages keys into the appropriate session attribute for use by the <html:messages> tag (if messages="false") or <html:errors>, if any error messages are required.
saveMessages(HttpServletRequest, ActionMessages) - クラス のメソッドoscana.s2n.struts.action.Action
Save the specified messages keys into the appropriate request attribute for use by the <html:messages> tag (if messages="true" is set), if any messages are required.
scope - クラス の変数oscana.s2n.struts.action.ActionMapping
 
SELECT_KEY - クラス のstatic変数oscana.s2n.struts.taglib.html.Constants
The attribute key for the select tag itself.
sendError(int, String) - クラス のメソッドoscana.s2n.servlet.HttpServletResponseHolder
HttpServletResponse().sendErrorに移譲する。
sendError(int) - クラス のメソッドoscana.s2n.servlet.HttpServletResponseHolder
HttpServletResponse().sendErrorに移譲する。
sendRedirect(String) - クラス のメソッドoscana.s2n.servlet.HttpServletResponseHolder
HttpServletResponse().sendRedirectに移譲する。
SERVLET_KEY - クラス のstatic変数oscana.s2n.struts.Globals
The context attributes key under which we store the mapping defined for our controller serlet, which will be either a path-mapped pattern (/action/*) or an extension mapped pattern (*.do).
ServletContextHolder - oscana.s2n.servletのクラス
ServletContextのI/Fを提供するリソースホルダクラス。
ServletContextHolder() - クラス のコンストラクタoscana.s2n.servlet.ServletContextHolder
 
setActionId(String) - クラス のメソッドoscana.s2n.struts.action.ActionMapping
アクションIdを設定する。
setAttribute(String, Object) - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
パラメータを設定する。
setAttribute(String, Object) - クラス のメソッドoscana.s2n.servlet.HttpSessionHolder
HttpSession().setAttributeに移譲する。
setAttribute(String, Object) - クラス のメソッドoscana.s2n.servlet.ServletContextHolder
 
setAttribute(String) - クラス のメソッドoscana.s2n.struts.action.ActionMapping
属性を設定する。
setBufferSize(int) - クラス のメソッドoscana.s2n.servlet.HttpServletResponseHolder
HttpServletResponse().setBufferSizeに移譲する。
setCharacterEncoding(String) - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
エンコーディングを設定する。
setCharacterEncoding(String) - クラス のメソッドoscana.s2n.servlet.HttpServletResponseHolder
HttpServletResponse().setCharacterEncodingに移譲する。
setContentLength(int) - クラス のメソッドoscana.s2n.servlet.HttpServletResponseHolder
HttpServletResponse().setContentLengthに移譲する。
setContentLengthLong(long) - クラス のメソッドoscana.s2n.servlet.HttpServletResponseHolder
HttpServletResponse().setContentLengthLongに移譲する。
setContentType(String) - クラス のメソッドoscana.s2n.servlet.HttpServletResponseHolder
HttpServletResponse().setContentTypeに移譲する。
setContentType(String) - クラス のメソッドoscana.s2n.struts.upload.FormFile
 
setCurrentRequestId(String) - クラス のメソッドoscana.s2n.handler.HttpResourceHolder
リクエストパスをセットする。
setDaoContextFactory(DaoContextFactory) - クラス のメソッドoscana.s2n.common.dao.S2NDaoContextFactory
daoContextFactoryを設定する。
setDateHeader(String, long) - クラス のメソッドoscana.s2n.servlet.HttpServletResponseHolder
HttpServletResponse().setDateHeaderに移譲する。
setFileName(String) - クラス のメソッドoscana.s2n.struts.upload.FormFile
Sets the file name of this file.
setForcedNextResponse(HttpResponse) - クラス のメソッドoscana.s2n.handler.HttpResourceHolder
forcedNextResponseをセットする。
setHeader(String, String) - クラス のメソッドoscana.s2n.servlet.HttpServletResponseHolder
HttpServletResponse().setHeaderに移譲する。
setInitParameter(String, String) - クラス のメソッドoscana.s2n.servlet.ServletContextHolder
ServletContext().setInitParameterに移譲する。
setIntHeader(String, int) - クラス のメソッドoscana.s2n.servlet.HttpServletResponseHolder
HttpServletResponse().setIntHeaderに移譲する。
setLabel(String) - クラス のメソッドoscana.s2n.struts.util.LabelValueBean
 
setLocale(Locale) - クラス のメソッドoscana.s2n.servlet.HttpServletResponseHolder
HttpServletResponse().setLocaleに移譲する。
setMaxInactiveInterval(int) - クラス のメソッドoscana.s2n.servlet.HttpSessionHolder
HttpSession().setMaxInactiveIntervalに移譲する。
setName(String) - クラス のメソッドoscana.s2n.struts.action.ActionForward
名を設定する。
setName(String) - クラス のメソッドoscana.s2n.struts.action.ActionMapping
名を設定する。
setParameter(String) - クラス のメソッドoscana.s2n.struts.action.ActionMapping
パラメータを設定する。
setPath(String) - クラス のメソッドoscana.s2n.struts.action.ActionForward
パスを設定する。
setPath(String) - クラス のメソッドoscana.s2n.struts.action.ActionMapping
パスを設定する。
setSaveFile(File) - クラス のメソッドoscana.s2n.struts.upload.FormFile
 
setScope(String) - クラス のメソッドoscana.s2n.struts.action.ActionMapping
スコープを設定する。
setSessionTrackingModes(Set<SessionTrackingMode>) - クラス のメソッドoscana.s2n.servlet.ServletContextHolder
ServletContext().setSessionTrackingModesに移譲する。
setStatus(int) - クラス のメソッドoscana.s2n.servlet.HttpServletResponseHolder
HttpServletResponse().setStatusに移譲する。
setStatus(int, String) - クラス のメソッドoscana.s2n.servlet.HttpServletResponseHolder
HttpServletResponse().setStatusに移譲する。
setTargets(String) - クラス のメソッドoscana.s2n.validation.ValidateTarget
対象メソッドを設定する。
setType(String) - クラス のメソッドoscana.s2n.struts.action.ActionMapping
タイプを設定する。
setValidate(boolean) - クラス のメソッドoscana.s2n.struts.action.ActionMapping
バリデーションを設定する。
setValue(String) - クラス のメソッドoscana.s2n.struts.util.LabelValueBean
 
size() - クラス のメソッドoscana.s2n.struts.action.ActionMessages
メッセージの個数を返却する。
sqlFileNameToKey(String) - クラス のstaticメソッドoscana.s2n.common.ParamFilter
変換元FWのSQLファイル名をNablarchのSQLキーに変換する。
startAsync() - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
HttpServletRequest().startAsyncに移譲する。
startAsync(ServletRequest, ServletResponse) - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
HttpServletRequest().startAsyncに移譲する。

T

TAGLIB_PACKAGE - クラス のstatic変数oscana.s2n.struts.Globals
The name of the taglib package.
THREAD_CONTEXT_KEY_CALL_METHOD_NAME - クラス のstatic変数oscana.s2n.common.S2NConstants
アクションメソッドの名前をスレッドコンテキストに格納する際に使用する名前
TOKEN_KEY - クラス のstatic変数oscana.s2n.struts.Globals
The property under which a transaction token is reported.
TOKEN_KEY - クラス のstatic変数oscana.s2n.struts.taglib.html.Constants
The property under which a transaction token is reported.
toList(T...) - クラス のstaticメソッドoscana.s2n.common.ParamFilter
INPUTをリストに変換する。
toList(List<T>) - クラス のstaticメソッドoscana.s2n.common.ParamFilter
INPUTをリストに変換する。
toResponse() - クラス のメソッドoscana.s2n.struts.action.ActionForward
リスポンスを返却する。
toString() - クラス のメソッドoscana.s2n.struts.action.ActionMessage
Returns a String in the format: key[value1, value2, etc].
toString() - クラス のメソッドoscana.s2n.struts.util.LabelValueBean
Return a string representation of this object.
TRANSACTION_TOKEN_KEY - クラス のstatic変数oscana.s2n.struts.Globals
The session attributes key under which our transaction token is stored, if it is used.
type - クラス の変数oscana.s2n.struts.action.ActionMapping
 

U

update(T) - クラス のメソッドoscana.s2n.common.dao.S2NDaoContext
エンティティオブジェクトを元に更新処理を行う。
upgrade(Class<T>) - クラス のメソッドoscana.s2n.servlet.HttpServletRequestHolder
HttpServletRequest().upgradeに移譲する。
URL - oscana.s2n.validationの注釈型
URLであるかどうかをチェックするためのアノテーション。
URL.List - oscana.s2n.validationの注釈型
複数指定用のアノテーション
URL.URLValidator - oscana.s2n.validationのクラス
URLであるかどうかをチェックするクラス。
URLValidator() - クラス のコンストラクタoscana.s2n.validation.URL.URLValidator
 

V

validate(ActionMapping, ServletRequest) - クラス のメソッドoscana.s2n.struts.action.ActionForm
Can be used to validate the properties that have been set for this non-HTTP request, and return an ActionErrors object that encapsulates any validation errors that have been found.
validate(ActionMapping, HttpServletRequest) - クラス のメソッドoscana.s2n.struts.action.ActionForm
Can be used to validate the properties that have been set for this HTTP request, and return an ActionErrors object that encapsulates any validation errors that have been found.
validate - クラス の変数oscana.s2n.struts.action.ActionMapping
 
ValidateTarget - oscana.s2n.validationのクラス
特定のAction時にのみバリデーションを実行させる機能をもつバリデータ向けの共通処理。
ValidateTarget() - クラス のコンストラクタoscana.s2n.validation.ValidateTarget
 
valueOf(String) - 列挙 のstaticメソッドoscana.s2n.validation.Pattern.Flag
指定した名前を持つこの型の列挙型定数を返します。
values - クラス の変数oscana.s2n.struts.action.ActionMessage
The replacement values for this mesasge.
values() - 列挙 のstaticメソッドoscana.s2n.validation.Pattern.Flag
この列挙型の定数を含む配列を宣言されている順序で返します。

W

writeField(Field, Object, Object, boolean) - クラス のstaticメソッドoscana.s2n.common.web.util.FieldUtils
オブジェクトの指定フィールドに値を設定する。
writeField(Object, String, Object, boolean) - クラス のstaticメソッドoscana.s2n.common.web.util.FieldUtils
オブジェクトの指定フィールドに値を設定する。

X

XHTML_KEY - クラス のstatic変数oscana.s2n.struts.Globals
The page attributes key under which xhtml status is stored.
A B C D E F G H I K L M N O P R S T U V W X 
ナビゲーション・リンクをスキップ