public class CaldavAction
extends jp.co.intra_mart.foundation.router.GenericAction
修飾子とタイプ | フィールドと説明 |
---|---|
static String |
ACL
メソッド名 ACL
|
static String |
COPY
メソッド名 COPY
|
static String |
DELETE
メソッド名 DELETE
|
static String |
GET
メソッド名 GET
|
static String |
HEAD
メソッド名 HEAD
|
static String |
MKCALENDAR
メソッド名 MKCALENDAR
|
static String |
MKCOL
メソッド名 MKCOL
|
static String |
MOVE
メソッド名 MOVE
|
static String |
OPTIONS
メソッド名 OPTIONS
|
static String |
POST
メソッド名 POST
|
static String |
PROPFIND
メソッド名 PROPFIND
|
static String |
PROPPATCH
メソッド名 PROPPATCH
|
static String |
PUT
メソッド名 PUT
|
static String |
REPORT
メソッド名 REPORT
|
コンストラクタと説明 |
---|
CaldavAction(jp.co.intra_mart.foundation.router.ActionFilter... filters)
コンストラクタ
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected boolean |
doAcl(String path,
jp.co.intra_mart.foundation.router.PathVariables variables,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
ACL メソッドの処理を行います。
|
protected boolean |
doCopy(String path,
jp.co.intra_mart.foundation.router.PathVariables variables,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
COPY メソッドの処理を行います。
|
protected boolean |
doDelete(String path,
jp.co.intra_mart.foundation.router.PathVariables variables,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
DELETE メソッドの処理を行います。
|
boolean |
doExecute(String path,
jp.co.intra_mart.foundation.router.PathVariables variables,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected boolean |
doGet(String path,
jp.co.intra_mart.foundation.router.PathVariables variables,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
GET メソッドの処理を行います。
|
protected boolean |
doHead(String path,
jp.co.intra_mart.foundation.router.PathVariables variables,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
HEAD メソッドの処理を行います。
|
protected boolean |
doMkcalendar(String path,
jp.co.intra_mart.foundation.router.PathVariables variables,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
MKCALENDAR メソッドの処理を行います。
|
protected boolean |
doMkcol(String path,
jp.co.intra_mart.foundation.router.PathVariables variables,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
MKCOL メソッドの処理を行います。
|
protected boolean |
doMove(String path,
jp.co.intra_mart.foundation.router.PathVariables variables,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
MOVE メソッドの処理を行います。
|
protected boolean |
doOptions(String path,
jp.co.intra_mart.foundation.router.PathVariables variables,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
OPTIONS メソッドの処理を行います。
|
protected boolean |
doPost(String path,
jp.co.intra_mart.foundation.router.PathVariables variables,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
POST メソッドの処理を行います。
|
protected boolean |
doPropfind(String path,
jp.co.intra_mart.foundation.router.PathVariables variables,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
PROPFIND メソッドの処理を行います。
|
protected boolean |
doProppatch(String path,
jp.co.intra_mart.foundation.router.PathVariables variables,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
PROPPATCH メソッドの処理を行います。
|
protected boolean |
doPut(String path,
jp.co.intra_mart.foundation.router.PathVariables variables,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
PUT メソッドの処理を行います。
|
protected boolean |
doReport(String path,
jp.co.intra_mart.foundation.router.PathVariables variables,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
REPORT メソッドの処理を行います。
|
public CaldavAction(jp.co.intra_mart.foundation.router.ActionFilter... filters)
filters
- フィルタpublic boolean doExecute(String path, jp.co.intra_mart.foundation.router.PathVariables variables, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException, javax.servlet.ServletException
doExecute
クラス内 jp.co.intra_mart.foundation.router.GenericAction
IOException
javax.servlet.ServletException
protected boolean doAcl(String path, jp.co.intra_mart.foundation.router.PathVariables variables, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
path
- パスvariables
- パス変数request
- リクエストresponse
- レスポンスtrue
:継続する/false
:継続しない)protected boolean doCopy(String path, jp.co.intra_mart.foundation.router.PathVariables variables, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
path
- パスvariables
- パス変数request
- リクエストresponse
- レスポンスtrue
:継続する/false
:継続しない)protected boolean doDelete(String path, jp.co.intra_mart.foundation.router.PathVariables variables, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
path
- パスvariables
- パス変数request
- リクエストresponse
- レスポンスtrue
:継続する/false
:継続しない)protected boolean doGet(String path, jp.co.intra_mart.foundation.router.PathVariables variables, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
path
- パスvariables
- パス変数request
- リクエストresponse
- レスポンスtrue
:継続する/false
:継続しない)protected boolean doHead(String path, jp.co.intra_mart.foundation.router.PathVariables variables, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
path
- パスvariables
- パス変数request
- リクエストresponse
- レスポンスtrue
:継続する/false
:継続しない)protected boolean doMkcalendar(String path, jp.co.intra_mart.foundation.router.PathVariables variables, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
path
- パスvariables
- パス変数request
- リクエストresponse
- レスポンスtrue
:継続する/false
:継続しない)protected boolean doMkcol(String path, jp.co.intra_mart.foundation.router.PathVariables variables, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
path
- パスvariables
- パス変数request
- リクエストresponse
- レスポンスtrue
:継続する/false
:継続しない)protected boolean doMove(String path, jp.co.intra_mart.foundation.router.PathVariables variables, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
path
- パスvariables
- パス変数request
- リクエストresponse
- レスポンスtrue
:継続する/false
:継続しない)protected boolean doOptions(String path, jp.co.intra_mart.foundation.router.PathVariables variables, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
path
- パスvariables
- パス変数request
- リクエストresponse
- レスポンスtrue
:継続する/false
:継続しない)protected boolean doPost(String path, jp.co.intra_mart.foundation.router.PathVariables variables, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
path
- パスvariables
- パス変数request
- リクエストresponse
- レスポンスtrue
:継続する/false
:継続しない)protected boolean doPropfind(String path, jp.co.intra_mart.foundation.router.PathVariables variables, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
path
- パスvariables
- パス変数request
- リクエストresponse
- レスポンスtrue
:継続する/false
:継続しない)protected boolean doProppatch(String path, jp.co.intra_mart.foundation.router.PathVariables variables, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
path
- パスvariables
- パス変数request
- リクエストresponse
- レスポンスtrue
:継続する/false
:継続しない)protected boolean doPut(String path, jp.co.intra_mart.foundation.router.PathVariables variables, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
path
- パスvariables
- パス変数request
- リクエストresponse
- レスポンスtrue
:継続する/false
:継続しない)protected boolean doReport(String path, jp.co.intra_mart.foundation.router.PathVariables variables, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
path
- パスvariables
- パス変数request
- リクエストresponse
- レスポンスtrue
:継続する/false
:継続しない)Copyright © 2012-2015 NTT DATA INTRAMART CORPORATION