概要
パッケージ
クラス
使用
階層ツリー
非推奨 API
索引
ヘルプ
前 次
フレームあり
フレームなし
すべてのクラス
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
_
A
ACCESS
- クラス org.kotemaru.util.
LOG
の static 変数
access(String)
- クラス org.kotemaru.util.
LOG
の static メソッド
access(String)
- クラス org.kotemaru.wsjs.
AppLog
のメソッド
access(String)
- クラス org.kotemaru.wsjs.
Log
のメソッド
access()
- クラス org.kotemaru.wsjs.
ProcessorBase
のメソッド
アクセス数をカウントする。
AccessDeniedException
-
org.kotemaru.wsjs
の 例外
権限を持たないページにアクセスした場合発生する例外。
AccessDeniedException(WsjsContext, User, String)
- 例外 org.kotemaru.wsjs.
AccessDeniedException
のコンストラクタ
コンストラクタ。
AccessDeniedException(WsjsContext, User, Page)
- 例外 org.kotemaru.wsjs.
AccessDeniedException
のコンストラクタ
accessReset(int)
- クラス org.kotemaru.wsjs.
ProcessorBase
のメソッド
キャッシュ情報を初期化する。
add(Expr)
- クラス org.kotemaru.util.jsg.
Expr.ListExpr
のメソッド
addClassPath(String)
- クラス org.kotemaru.wsjs.ssjs.
SsjsEnv
のメソッド
実行環境にjavaクラスパスを追加する。
addTotalCacheSize(int, int)
- インタフェース org.kotemaru.wsjs.
Repository
のメソッド
addTotalCacheSize(int, int)
- クラス org.kotemaru.wsjs.
RepositoryBase
のメソッド
キャッシュサイズの通知。
addXreqCount()
- クラス org.kotemaru.wsjs.
AppConfig
のメソッド
ADMIN
- インタフェース org.kotemaru.auth.
User
の static 変数
ALLOW
- インタフェース org.kotemaru.auth.
RoleManager
の static 変数
AppConfig
-
org.kotemaru.wsjs
の クラス
AppConfig(User, Map)
- クラス org.kotemaru.wsjs.
AppConfig
のコンストラクタ
append(String)
- クラス org.kotemaru.util.json.
JSONSerializer
のメソッド
append(String)
- クラス org.kotemaru.wsjs.ssjs.
JSONSerializer
のメソッド
AppLog
-
org.kotemaru.wsjs
の クラス
AppLog(Page)
- クラス org.kotemaru.wsjs.
AppLog
のコンストラクタ
ATTRS
- インタフェース org.kotemaru.auth.
UserManager
の static 変数
AUTH_USER
- クラス org.kotemaru.auth.
PAMFactory
の static 変数
authenticate(HttpServletRequest, Map)
- クラス org.kotemaru.auth.cas.
PAMImpl
のメソッド
authenticate(HttpServletRequest, Map)
- クラス org.kotemaru.auth.dummy.
PAMImpl
のメソッド
authenticate(HttpServletRequest, Map)
- クラス org.kotemaru.auth.gae.
PAMImpl
のメソッド
authenticate(HttpServletRequest, Map)
- クラス org.kotemaru.auth.ldap.
PAMImpl
のメソッド
authenticate(HttpServletRequest, Map)
- クラス org.kotemaru.auth.localfile.
PAMImpl
のメソッド
authenticate(HttpServletRequest, Map)
- クラス org.kotemaru.auth.openid.
PAMImpl
のメソッド
authenticate(HttpServletRequest, Map)
- インタフェース org.kotemaru.auth.
PAM
のメソッド
認証を行う。
authenticate(HttpServletRequest, Map)
- クラス org.kotemaru.auth.servlet.
PAMImpl
のメソッド
authForRequest(HttpServletRequest)
- クラス org.kotemaru.auth.cas.
PAMImpl
のメソッド
authForRequest(HttpServletRequest)
- クラス org.kotemaru.auth.dummy.
PAMImpl
のメソッド
authForRequest(HttpServletRequest)
- クラス org.kotemaru.auth.gae.
PAMImpl
のメソッド
authForRequest(HttpServletRequest)
- クラス org.kotemaru.auth.ldap.
PAMImpl
のメソッド
authForRequest(HttpServletRequest)
- クラス org.kotemaru.auth.localfile.
PAMImpl
のメソッド
authForRequest(HttpServletRequest)
- クラス org.kotemaru.auth.openid.
PAMImpl
のメソッド
authForRequest(HttpServletRequest)
- インタフェース org.kotemaru.auth.
PAM
のメソッド
リクエスト時の自動認証を行う。
authForRequest(HttpServletRequest)
- クラス org.kotemaru.auth.
PAMBase
のメソッド
authForRequest(HttpServletRequest)
- クラス org.kotemaru.auth.servlet.
PAMImpl
のメソッド
AuthManager
-
org.kotemaru.auth
の クラス
PAMFactoruの別名。
AuthManager()
- クラス org.kotemaru.auth.
AuthManager
のコンストラクタ
authRequest(String)
- クラス org.kotemaru.auth.openid.
OpenIDConsumer
のメソッド
AuthResult
-
org.kotemaru.auth
の インタフェース
認証結果のインターフェース。
AuthResultImpl
-
org.kotemaru.auth
の クラス
認証結果のベース実装。
AuthResultImpl(PAM, int, User)
- クラス org.kotemaru.auth.
AuthResultImpl
のコンストラクタ
AuthUtil
-
org.kotemaru.auth
の クラス
AuthUtil()
- クラス org.kotemaru.auth.
AuthUtil
のコンストラクタ
B
BigtableUserDB
-
org.kotemaru.auth.localfile
の クラス
BigtableUserDB()
- クラス org.kotemaru.auth.localfile.
BigtableUserDB
のコンストラクタ
BnfDriver
-
org.kotemaru.util.jsg
の クラス
BnfDriver(BnfParser, Source, Tokenizer)
- クラス org.kotemaru.util.jsg.
BnfDriver
のコンストラクタ
BnfParser
-
org.kotemaru.util.jsg
の クラス
Main ::= {Define}...; Define ::= Identifier "::=" {Expr| RegexpToken | Extension}";"; Expr ::= Or; Or ::= And ["|" And]...; And ::= Repert [Repert]...; Repert ::= Not ["..."]; Not ::= ["!"]
BnfParser(Source)
- クラス org.kotemaru.util.jsg.
BnfParser
のコンストラクタ
C
cache
- クラス org.kotemaru.auth.localfile.
BigtableUserDB
の static 変数
cache
- クラス org.kotemaru.wsjs.
RepositoryBase
の変数
cacheCtrl
- クラス org.kotemaru.wsjs.proc.
LocalFileProc
の変数
CHARSET
- クラス org.kotemaru.auth.localfile.
UserManagerImpl
の static 変数
CHARSET
- クラス org.kotemaru.auth.
PAMBase
の static 変数
charset
- クラス org.kotemaru.wsjs.ssjs.
XMLHttpRequest
の変数
check304(WsjsContext, long, String)
- クラス org.kotemaru.wsjs.proc.
ProcUtil
の static メソッド
checkPermitRead(String)
- クラス org.kotemaru.wsjs.ssjs.
SsjsEnv
のメソッド
推奨されていません。
@see Page APIに移行
checkPermitWrite(String)
- クラス org.kotemaru.wsjs.ssjs.
SsjsEnv
のメソッド
推奨されていません。
@see Page APIに移行
checkTimeout()
- クラス org.kotemaru.wsjs.ssjs.
SsjsContext
のメソッド
ClassProc
-
org.kotemaru.wsjs.proc
の クラス
ClassProc()
- クラス org.kotemaru.wsjs.proc.
ClassProc
のコンストラクタ
ClassProc(Page)
- クラス org.kotemaru.wsjs.proc.
ClassProc
のコンストラクタ
close()
- クラス org.kotemaru.wsjs.ssjs.
XMLHttpRequest
のメソッド
compareTo(Object)
- クラス org.kotemaru.wsjs.
PageDelegate
のメソッド
compareTo(Object)
- クラス org.kotemaru.wsjs.
PageFileImpl
のメソッド
compile(Page)
- クラス org.kotemaru.wsjs.ssjs.
SsjsUtil
の static メソッド
compileResource(String)
- クラス org.kotemaru.wsjs.ssjs.
SsjsUtil
の static メソッド
compileResource(Class, String)
- クラス org.kotemaru.wsjs.ssjs.
SsjsUtil
の static メソッド
Config
-
org.kotemaru.wsjs
の クラス
Config()
- クラス org.kotemaru.wsjs.
Config
のコンストラクタ
Config(Scriptable)
- クラス org.kotemaru.wsjs.
Config
のコンストラクタ
ConfigBean
-
org.kotemaru.wsjs
の クラス
設定情報のBean。
ConfigBean()
- クラス org.kotemaru.wsjs.
ConfigBean
のコンストラクタ
ConfigBean(Scriptable)
- クラス org.kotemaru.wsjs.
ConfigBean
のコンストラクタ
ConfigServlet
-
org.kotemaru.util.gae
の クラス
ConfigServlet()
- クラス org.kotemaru.util.gae.
ConfigServlet
のコンストラクタ
cpu
- クラス org.kotemaru.util.
CPUMonitor.Pack
の変数
CPUMonitor
-
org.kotemaru.util
の クラス
CPUMonitor()
- クラス org.kotemaru.util.
CPUMonitor
のコンストラクタ
CPUMonitor.Pack
-
org.kotemaru.util
の クラス
CPUMonitor.Pack()
- クラス org.kotemaru.util.
CPUMonitor.Pack
のコンストラクタ
createUser(String, String)
- クラス org.kotemaru.auth.dummy.
UserManagerImpl
のメソッド
createUser(String, String)
- クラス org.kotemaru.auth.gae.
UserManagerImpl
のメソッド
createUser(String, String)
- クラス org.kotemaru.auth.localfile.
UserManagerImpl
のメソッド
createUser(String, String)
- インタフェース org.kotemaru.auth.
UserManager
のメソッド
current
- クラス org.kotemaru.util.jsg.
Source
の変数
currentMatter
- クラス org.kotemaru.util.jsg.
Source
の変数
currentMatterPos
- クラス org.kotemaru.util.jsg.
Source
の変数
currentTimeMillis()
- クラス org.kotemaru.wsjs.ssjs.
SsjsEnv
のメソッド
現在時間を取得する。
D
databaseRoot
- クラス org.kotemaru.wsjs.
ConfigBean
の変数
DATE_FMT
- クラス org.kotemaru.wsjs.proc.
ProcUtil
の static 変数
DEBUG
- クラス org.kotemaru.util.
LOG
の static 変数
debug(String)
- クラス org.kotemaru.util.
LOG
の static メソッド
debug(String)
- クラス org.kotemaru.wsjs.
AppLog
のメソッド
debug(String)
- クラス org.kotemaru.wsjs.
Log
のメソッド
debugStack
- クラス org.kotemaru.util.jsg.
BnfDriver
の変数
decodeHex(String)
- クラス org.kotemaru.util.
HexUtil
の static メソッド
decodeHexBytes(String)
- クラス org.kotemaru.util.
HexUtil
の static メソッド
decodeURI(String)
- クラス org.kotemaru.util.
NetUtil
の static メソッド
decodeURI(String, String)
- クラス org.kotemaru.util.
NetUtil
の static メソッド
DEFAULT_LOG
- クラス org.kotemaru.wsjs.
WsjsContext
の static 変数
DefaultProc
-
org.kotemaru.wsjs.proc
の クラス
DefaultProc()
- クラス org.kotemaru.wsjs.proc.
DefaultProc
のコンストラクタ
delEntity(Entity)
- クラス org.kotemaru.auth.localfile.
BigtableUserDB
の static メソッド
DENY
- インタフェース org.kotemaru.auth.
RoleManager
の static 変数
directoryIndex
- クラス org.kotemaru.wsjs.
ConfigBean
の変数
dispose()
- クラス org.kotemaru.wsjs.proc.
ExjsProc
のメソッド
dispose()
- クラス org.kotemaru.wsjs.proc.
LinkProc
のメソッド
dispose()
- クラス org.kotemaru.wsjs.proc.
LocalDirProc
のメソッド
dispose()
- クラス org.kotemaru.wsjs.proc.
LocalFileProc
のメソッド
dispose()
- クラス org.kotemaru.wsjs.proc.
RewriteProc
のメソッド
dispose()
- クラス org.kotemaru.wsjs.proc.
RpjsProc
のメソッド
dispose()
- クラス org.kotemaru.wsjs.proc.
SsjsProc
のメソッド
dispose()
- インタフェース org.kotemaru.wsjs.
Processor
のメソッド
キャッシュの破棄。
dispose()
- クラス org.kotemaru.wsjs.
ProcessorBase
のメソッド
キャッシュの破棄。
documentRoot
- クラス org.kotemaru.wsjs.
ConfigBean
の変数
doForward(HttpServletRequest, HttpServletResponse)
- 例外 org.kotemaru.util.
ErrorPageExceptionBase
のメソッド
doGet(HttpServletRequest, HttpServletResponse)
- クラス org.kotemaru.util.gae.
ConfigServlet
のメソッド
doPost(HttpServletRequest, HttpServletResponse)
- クラス org.kotemaru.util.gae.
ConfigServlet
のメソッド
doTopCall(Callable, Context, Scriptable, Scriptable, Object[])
- クラス org.kotemaru.wsjs.ssjs.
SsjsContextFactory
のメソッド
DSF
- クラス org.kotemaru.auth.localfile.
BigtableUserDB
の static 変数
DSF
- クラス org.kotemaru.util.gae.
ConfigServlet
の static 変数
E
enableDirectoryList
- クラス org.kotemaru.wsjs.
ConfigBean
の変数
encodeHex(String)
- クラス org.kotemaru.util.
HexUtil
の static メソッド
encodeHex(byte[])
- クラス org.kotemaru.util.
HexUtil
の static メソッド
encodeURI(String)
- クラス org.kotemaru.util.
NetUtil
の static メソッド
encodeURI(String, String)
- クラス org.kotemaru.util.
NetUtil
の static メソッド
encoding
- クラス org.kotemaru.wsjs.
ConfigBean
の変数
equals(Object)
- クラス org.kotemaru.auth.
UserBase
のメソッド
ユーザ名が一致すれば一致。
equals(String)
- クラス org.kotemaru.util.jsg.
Token
のメソッド
ERROR
- クラス org.kotemaru.util.
LOG
の static 変数
error(Throwable)
- クラス org.kotemaru.util.
LOG
の static メソッド
error(String)
- クラス org.kotemaru.util.
LOG
の static メソッド
error(Throwable)
- クラス org.kotemaru.wsjs.
AppLog
のメソッド
error(String)
- クラス org.kotemaru.wsjs.
AppLog
のメソッド
error(Throwable)
- クラス org.kotemaru.wsjs.
Log
のメソッド
error(String)
- クラス org.kotemaru.wsjs.
Log
のメソッド
ErrorPageException
-
org.kotemaru.wsjs
の 例外
ErrorPageException(int, String, Object...)
- 例外 org.kotemaru.wsjs.
ErrorPageException
のコンストラクタ
ErrorPageException(String, Object...)
- 例外 org.kotemaru.wsjs.
ErrorPageException
のコンストラクタ
ErrorPageException(int, Throwable)
- 例外 org.kotemaru.wsjs.
ErrorPageException
のコンストラクタ
ErrorPageException(Throwable)
- 例外 org.kotemaru.wsjs.
ErrorPageException
のコンストラクタ
ErrorPageExceptionBase
-
org.kotemaru.util
の 例外
ErrorPageExceptionBase(int, String, Object...)
- 例外 org.kotemaru.util.
ErrorPageExceptionBase
のコンストラクタ
ErrorPageExceptionBase(String, Object...)
- 例外 org.kotemaru.util.
ErrorPageExceptionBase
のコンストラクタ
ErrorPageExceptionBase(int, Throwable)
- 例外 org.kotemaru.util.
ErrorPageExceptionBase
のコンストラクタ
ErrorPageExceptionBase(Throwable)
- 例外 org.kotemaru.util.
ErrorPageExceptionBase
のコンストラクタ
eval(BnfDriver)
- クラス org.kotemaru.util.jsg.
Expr.AndExpr
のメソッド
eval(BnfDriver)
- クラス org.kotemaru.util.jsg.
Expr.Block
のメソッド
eval(BnfDriver)
- インタフェース org.kotemaru.util.jsg.
Expr
のメソッド
eval(BnfDriver)
- クラス org.kotemaru.util.jsg.
Expr.Extension
のメソッド
eval(BnfDriver)
- クラス org.kotemaru.util.jsg.
Expr.IdentifierRefer
のメソッド
eval(BnfDriver)
- クラス org.kotemaru.util.jsg.
Expr.LiteralToken
のメソッド
eval(BnfDriver)
- クラス org.kotemaru.util.jsg.
Expr.NotExpr
のメソッド
eval(BnfDriver)
- クラス org.kotemaru.util.jsg.
Expr.OrExpr
のメソッド
eval(BnfDriver)
- クラス org.kotemaru.util.jsg.
Expr.RegexpToken
のメソッド
eval(BnfDriver)
- クラス org.kotemaru.util.jsg.
Expr.TokenizerToken
のメソッド
exists()
- インタフェース org.kotemaru.wsjs.
Page
のメソッド
ページの実体が存在すれば true を返す。
exists()
- クラス org.kotemaru.wsjs.
PageDelegate
のメソッド
exists()
- クラス org.kotemaru.wsjs.
PageFileImpl
のメソッド
ExjsProc
-
org.kotemaru.wsjs.proc
の クラス
ExjsProc()
- クラス org.kotemaru.wsjs.proc.
ExjsProc
のコンストラクタ
expires
- クラス org.kotemaru.wsjs.
ConfigBean
の変数
Expr
-
org.kotemaru.util.jsg
の インタフェース
Expr.AndExpr
-
org.kotemaru.util.jsg
の クラス
Expr.AndExpr()
- クラス org.kotemaru.util.jsg.
Expr.AndExpr
のコンストラクタ
Expr.BaseExpr
-
org.kotemaru.util.jsg
の クラス
Expr.BaseExpr()
- クラス org.kotemaru.util.jsg.
Expr.BaseExpr
のコンストラクタ
Expr.Block
-
org.kotemaru.util.jsg
の クラス
Expr.Block(int, int, Expr)
- クラス org.kotemaru.util.jsg.
Expr.Block
のコンストラクタ
Expr.Extension
-
org.kotemaru.util.jsg
の クラス
Expr.Extension(String, String, boolean)
- クラス org.kotemaru.util.jsg.
Expr.Extension
のコンストラクタ
Expr.IdentifierRefer
-
org.kotemaru.util.jsg
の クラス
Expr.IdentifierRefer(String)
- クラス org.kotemaru.util.jsg.
Expr.IdentifierRefer
のコンストラクタ
Expr.ListExpr
-
org.kotemaru.util.jsg
の クラス
Expr.ListExpr()
- クラス org.kotemaru.util.jsg.
Expr.ListExpr
のコンストラクタ
Expr.LiteralToken
-
org.kotemaru.util.jsg
の クラス
Expr.LiteralToken(String)
- クラス org.kotemaru.util.jsg.
Expr.LiteralToken
のコンストラクタ
Expr.NotExpr
-
org.kotemaru.util.jsg
の クラス
Expr.NotExpr(Expr)
- クラス org.kotemaru.util.jsg.
Expr.NotExpr
のコンストラクタ
Expr.OrExpr
-
org.kotemaru.util.jsg
の クラス
Expr.OrExpr()
- クラス org.kotemaru.util.jsg.
Expr.OrExpr
のコンストラクタ
Expr.RegexpToken
-
org.kotemaru.util.jsg
の クラス
Expr.RegexpToken(String, boolean)
- クラス org.kotemaru.util.jsg.
Expr.RegexpToken
のコンストラクタ
Expr.TokenizerToken
-
org.kotemaru.util.jsg
の クラス
Expr.TokenizerToken(boolean)
- クラス org.kotemaru.util.jsg.
Expr.TokenizerToken
のコンストラクタ
EXT_LINK
- クラス org.kotemaru.wsjs.proc.
LinkProc
の static 変数
extensions
- クラス org.kotemaru.wsjs.
ConfigBean
の変数
ExtFunc
-
org.kotemaru.util.jsg
の クラス
ExtFunc()
- クラス org.kotemaru.util.jsg.
ExtFunc
のコンストラクタ
F
FAIL
- インタフェース org.kotemaru.auth.
AuthResult
の static 変数
認証失敗
findClass(String)
- クラス org.kotemaru.wsjs.
RepositoryClassLoader
のメソッド
formalPageName(String)
- クラス org.kotemaru.util.
IOUtil
の static メソッド
???????
G
get(int)
- クラス org.kotemaru.util.jsg.
Expr.ListExpr
のメソッド
get(String, String)
- クラス org.kotemaru.util.
Property
のメソッド
getAppConfig()
- クラス org.kotemaru.wsjs.
WsjsContext
のメソッド
getAppConfig(User)
- クラス org.kotemaru.wsjs.
WsjsContext
のメソッド
getAttributes()
- インタフェース org.kotemaru.auth.
User
のメソッド
getAttributes()
- クラス org.kotemaru.auth.
UserBase
のメソッド
getAttributes()
- クラス org.kotemaru.auth.
VisitUser
のメソッド
getAttributes(User)
- クラス org.kotemaru.auth.
VisitUser
のメソッド
getAuthRequest()
- クラス org.kotemaru.auth.openid.
OpenIDConsumer
のメソッド
getBinaryContent(String)
- クラス org.kotemaru.wsjs.ssjs.
SsjsEnv
のメソッド
推奨されていません。
@see Page APIに移行
getBody()
- 例外 org.kotemaru.util.
ErrorPageExceptionBase
のメソッド
getBodyBytes()
- インタフェース org.kotemaru.wsjs.
Page
のメソッド
ページの内容をバイト列で得る。
getBodyBytes()
- クラス org.kotemaru.wsjs.
PageAccessor
のメソッド
getBodyBytes()
- クラス org.kotemaru.wsjs.
PageDelegate
のメソッド
getBodyBytes()
- クラス org.kotemaru.wsjs.
PageFileImpl
のメソッド
getBodyOutputStream(boolean)
- インタフェース org.kotemaru.wsjs.
Page
のメソッド
ページに書き込むストリームを得る。
getBodyOutputStream(boolean)
- クラス org.kotemaru.wsjs.
PageAccessor
のメソッド
getBodyOutputStream(boolean)
- クラス org.kotemaru.wsjs.
PageDelegate
のメソッド
getBodyOutputStream(boolean)
- クラス org.kotemaru.wsjs.
PageFileImpl
のメソッド
getBodyString()
- インタフェース org.kotemaru.wsjs.
Page
のメソッド
ページの内容を文字列で得る。
getBodyString(String)
- インタフェース org.kotemaru.wsjs.
Page
のメソッド
ページの内容を文字種を指定して文字列で得る。
getBodyString()
- クラス org.kotemaru.wsjs.
PageAccessor
のメソッド
getBodyString(String)
- クラス org.kotemaru.wsjs.
PageAccessor
のメソッド
getBodyString()
- クラス org.kotemaru.wsjs.
PageDelegate
のメソッド
getBodyString(String)
- クラス org.kotemaru.wsjs.
PageDelegate
のメソッド
getBodyString()
- クラス org.kotemaru.wsjs.
PageFileImpl
のメソッド
getBodyString(String)
- クラス org.kotemaru.wsjs.
PageFileImpl
のメソッド
getBuffer()
- クラス org.kotemaru.util.jsg.
Output
のメソッド
getCacheBuffer(WsjsContext)
- クラス org.kotemaru.wsjs.proc.
ExjsProc
のメソッド
getCacheBuffer(WsjsContext)
- クラス org.kotemaru.wsjs.proc.
LocalFileProc
のメソッド
getCacheBuffer(WsjsContext)
- クラス org.kotemaru.wsjs.proc.
RpjsProc
のメソッド
getCacheBuffer(WsjsContext)
- インタフェース org.kotemaru.wsjs.
Processor
のメソッド
キャッシュバッファの内容を返す。
getCacheBuffer(WsjsContext)
- クラス org.kotemaru.wsjs.
ProcessorBase
のメソッド
キャッシュバッファの内容を返す。
getCacheClass()
- クラス org.kotemaru.wsjs.proc.
ClassProc
のメソッド
getCacheScore()
- クラス org.kotemaru.wsjs.proc.
ExjsProc
のメソッド
getCacheScore()
- クラス org.kotemaru.wsjs.proc.
RpjsProc
のメソッド
getCacheScore()
- クラス org.kotemaru.wsjs.proc.
SsjsProc
のメソッド
getCacheScore()
- インタフェース org.kotemaru.wsjs.
Processor
のメソッド
GDSFに基づくキャッシュの優先度を返す。
getCacheScore()
- クラス org.kotemaru.wsjs.
ProcessorBase
のメソッド
GDSFに基づくキャッシュの優先度を返す。
getCacheSize()
- インタフェース org.kotemaru.wsjs.
Processor
のメソッド
キャッシュバッファのサイズを返す。
getCacheSize()
- クラス org.kotemaru.wsjs.
ProcessorBase
のメソッド
キャッシュバッファのサイズを返す。
getClassName()
- クラス org.kotemaru.wsjs.
ConfigBean
のメソッド
getClientcache()
- クラス org.kotemaru.wsjs.
AppConfig
のメソッド
getConfigText(File)
- クラス org.kotemaru.util.gae.
ConfigServlet
の static メソッド
getContentType(String)
- クラス org.kotemaru.wsjs.
Config
の static メソッド
getContext()
- クラス org.kotemaru.wsjs.ssjs.
SsjsEnv
のメソッド
ログイン中のユーザを取得。
getCSVFile(File)
- クラス org.kotemaru.util.
IOUtil
の static メソッド
getCurrentString()
- クラス org.kotemaru.util.jsg.
BnfDriver
のメソッド
getCurrentString()
- クラス org.kotemaru.util.jsg.
Source
のメソッド
getDatabaseRoot()
- クラス org.kotemaru.wsjs.
ConfigBean
の static メソッド
getDBConnection()
- クラス org.kotemaru.wsjs.ssjs.
SsjsEnv
のメソッド
デフォルトのDB接続を取得する。
getDBConnection(String)
- クラス org.kotemaru.wsjs.ssjs.
SsjsEnv
のメソッド
DB接続を取得する。
getDebugString()
- クラス org.kotemaru.util.jsg.
ParserBase
のメソッド
getDebugString()
- クラス org.kotemaru.util.jsg.
Source
のメソッド
getDebugString(int, Object)
- クラス org.kotemaru.util.jsg.
Source
のメソッド
getDefineMap()
- クラス org.kotemaru.util.jsg.
BnfParser
のメソッド
getDescription()
- クラス org.kotemaru.auth.cas.
PAMImpl
のメソッド
getDescription()
- クラス org.kotemaru.auth.dummy.
PAMImpl
のメソッド
getDescription()
- クラス org.kotemaru.auth.gae.
PAMImpl
のメソッド
getDescription()
- クラス org.kotemaru.auth.ldap.
PAMImpl
のメソッド
getDescription()
- クラス org.kotemaru.auth.localfile.
PAMImpl
のメソッド
getDescription()
- クラス org.kotemaru.auth.openid.
PAMImpl
のメソッド
getDescription()
- インタフェース org.kotemaru.auth.
PAM
のメソッド
PAMの説明を返す。
getDescription()
- クラス org.kotemaru.auth.servlet.
PAMImpl
のメソッド
getDirectoryIndex()
- クラス org.kotemaru.wsjs.
ConfigBean
の static メソッド
getDiscovered()
- クラス org.kotemaru.auth.openid.
OpenIDConsumer
のメソッド
getDocumentRoot()
- クラス org.kotemaru.wsjs.
ConfigBean
の static メソッド
getEnableDirectoryList()
- クラス org.kotemaru.wsjs.
ConfigBean
の static メソッド
getEncoding()
- クラス org.kotemaru.wsjs.
ConfigBean
の static メソッド
getEntity(String)
- クラス org.kotemaru.auth.localfile.
BigtableUserDB
の static メソッド
getErrorId()
- 例外 org.kotemaru.util.
ErrorPageExceptionBase
のメソッド
getExpires()
- クラス org.kotemaru.wsjs.
ConfigBean
の static メソッド
getExpr(String)
- クラス org.kotemaru.util.jsg.
BnfDriver
のメソッド
getExt(String)
- クラス org.kotemaru.util.
IOUtil
の static メソッド
getExtensions()
- クラス org.kotemaru.wsjs.
Config
のメソッド
getExtensions()
- クラス org.kotemaru.wsjs.
ConfigBean
のメソッド
getFIFO()
- クラス org.kotemaru.util.
CPUMonitor
のメソッド
getFile(String)
- クラス org.kotemaru.util.
IOUtil
の static メソッド
getFile(File)
- クラス org.kotemaru.util.
IOUtil
の static メソッド
getFile(File, String)
- クラス org.kotemaru.util.
IOUtil
の static メソッド
getFileBytes(File)
- クラス org.kotemaru.util.
IOUtil
の static メソッド
getId()
- インタフェース org.kotemaru.auth.
User
のメソッド
ユーザIDを返す。
getId()
- クラス org.kotemaru.auth.
UserBase
のメソッド
getIdProvider()
- クラス org.kotemaru.auth.cas.
PAMImpl
のメソッド
getIdProvider()
- クラス org.kotemaru.auth.dummy.
PAMImpl
のメソッド
getIdProvider()
- クラス org.kotemaru.auth.gae.
PAMImpl
のメソッド
getIdProvider()
- クラス org.kotemaru.auth.ldap.
PAMImpl
のメソッド
getIdProvider()
- クラス org.kotemaru.auth.localfile.
PAMImpl
のメソッド
getIdProvider()
- クラス org.kotemaru.auth.openid.
PAMImpl
のメソッド
getIdProvider()
- インタフェース org.kotemaru.auth.
PAM
のメソッド
ユーザを認証するプロバイダ情報を返す。
getIdProvider()
- クラス org.kotemaru.auth.servlet.
PAMImpl
のメソッド
getIdProvider()
- インタフェース org.kotemaru.auth.
User
のメソッド
ユーザを認証したプロバイダ情報を返す。
getIdProvider()
- クラス org.kotemaru.auth.
UserBase
のメソッド
getInstance(String)
- クラス org.kotemaru.util.
Mutex
の static メソッド
getInstance(WsjsContext, Page)
- クラス org.kotemaru.wsjs.proc.
ClassProc
のメソッド
getInstance(WsjsContext, Page)
- クラス org.kotemaru.wsjs.proc.
DefaultProc
のメソッド
getInstance(WsjsContext, Page)
- クラス org.kotemaru.wsjs.proc.
ExjsProc
のメソッド
getInstance(WsjsContext, Page)
- クラス org.kotemaru.wsjs.proc.
JsProc
のメソッド
getInstance(WsjsContext, Page)
- クラス org.kotemaru.wsjs.proc.
LinkProc
のメソッド
getInstance(WsjsContext, Page)
- クラス org.kotemaru.wsjs.proc.
LocalDirProc
のメソッド
getInstance(WsjsContext, Page)
- クラス org.kotemaru.wsjs.proc.
LocalFileProc
のメソッド
getInstance(WsjsContext, Page)
- クラス org.kotemaru.wsjs.proc.
RewriteProc
のメソッド
getInstance(WsjsContext, Page)
- クラス org.kotemaru.wsjs.proc.
RpjsProc
のメソッド
getInstance(WsjsContext, Page)
- クラス org.kotemaru.wsjs.proc.
SsjsProc
のメソッド
getInstance(WsjsContext, Page)
- クラス org.kotemaru.wsjs.proc.
WikiProc
のメソッド
getInstance(WsjsContext, Page)
- インタフェース org.kotemaru.wsjs.
Processor
のメソッド
インスタンス生成。
getIsGAE()
- クラス org.kotemaru.wsjs.
ConfigBean
の static メソッド
getLastName()
- インタフェース org.kotemaru.wsjs.
Page
のメソッド
ページ名の最後の部分を得る
getLastName()
- クラス org.kotemaru.wsjs.
PageDelegate
のメソッド
getLastName()
- クラス org.kotemaru.wsjs.
PageFileImpl
のメソッド
getLastRollback()
- クラス org.kotemaru.util.jsg.
JsgParser
のメソッド
getLength()
- クラス org.kotemaru.util.jsg.
Output
のメソッド
getLimitProcCacheSize()
- クラス org.kotemaru.wsjs.
ConfigBean
の static メソッド
getLimitTotalCacheSize()
- クラス org.kotemaru.wsjs.
ConfigBean
の static メソッド
getLog()
- クラス org.kotemaru.util.
CPUMonitor
の static メソッド
getLog()
- クラス org.kotemaru.wsjs.
WsjsContext
のメソッド
getLoginURL(HttpServletRequest, String, String)
- クラス org.kotemaru.auth.gae.
PAMImpl
のメソッド
getLoginURL(HttpServletRequest, String, String)
- インタフェース org.kotemaru.auth.
PAM
のメソッド
ログイン画面への転送先URLを得る。
getLoginUrl()
- クラス org.kotemaru.auth.
PAMBase
のメソッド
getLoginURL(HttpServletRequest, String, String)
- クラス org.kotemaru.auth.
PAMBase
のメソッド
getLogLeval()
- クラス org.kotemaru.wsjs.
ConfigBean
のメソッド
getLogLevel()
- クラス org.kotemaru.wsjs.
Config
のメソッド
getLogoutURL(HttpServletRequest, String, String)
- クラス org.kotemaru.auth.gae.
PAMImpl
のメソッド
getLogoutURL(HttpServletRequest, String, String)
- インタフェース org.kotemaru.auth.
PAM
のメソッド
ログイン画面への転送先URLを得る。
getLogoutURL(HttpServletRequest, String, String)
- クラス org.kotemaru.auth.
PAMBase
のメソッド
getMessage()
- 例外 org.kotemaru.util.
ErrorPageExceptionBase
のメソッド
getName()
- クラス org.kotemaru.auth.cas.
PAMImpl
のメソッド
getName()
- クラス org.kotemaru.auth.dummy.
PAMImpl
のメソッド
getName()
- クラス org.kotemaru.auth.gae.
PAMImpl
のメソッド
getName()
- クラス org.kotemaru.auth.ldap.
PAMImpl
のメソッド
getName()
- クラス org.kotemaru.auth.localfile.
PAMImpl
のメソッド
getName()
- クラス org.kotemaru.auth.openid.
PAMImpl
のメソッド
getName()
- インタフェース org.kotemaru.auth.
PAM
のメソッド
PAMの名前を返す。
getName()
- クラス org.kotemaru.auth.servlet.
PAMImpl
のメソッド
getName()
- インタフェース org.kotemaru.auth.
User
のメソッド
ユーザ名を返す。
getName()
- クラス org.kotemaru.auth.
UserBase
のメソッド
getName()
- クラス org.kotemaru.util.jsg.
Expr.BaseExpr
のメソッド
getName()
- インタフェース org.kotemaru.util.jsg.
Expr
のメソッド
getOwner()
- クラス org.kotemaru.wsjs.
AppConfig
のメソッド
getPage(WsjsContext)
- インタフェース org.kotemaru.wsjs.
Processor
のメソッド
ページのファイルを返す。
getPage(WsjsContext)
- クラス org.kotemaru.wsjs.
ProcessorBase
のメソッド
getPage(WsjsContext, String)
- インタフェース org.kotemaru.wsjs.
Repository
のメソッド
getPage(WsjsContext, String)
- クラス org.kotemaru.wsjs.
RepositoryFileImpl
のメソッド
getPage()
- クラス org.kotemaru.wsjs.ssjs.
SsjsEnv
のメソッド
実行中のページを取得。
getPage(String)
- クラス org.kotemaru.wsjs.ssjs.
SsjsEnv
のメソッド
他のページを取得する。
getPage(String)
- クラス org.kotemaru.wsjs.
WsjsContext
のメソッド
getPageAccessor(String)
- クラス org.kotemaru.wsjs.
WsjsContext
のメソッド
getPageName()
- 例外 org.kotemaru.wsjs.
AccessDeniedException
のメソッド
ページを返す。
getPageName()
- インタフェース org.kotemaru.wsjs.
Page
のメソッド
ページ名を得る
getPageName()
- クラス org.kotemaru.wsjs.
PageDelegate
のメソッド
getPageName()
- クラス org.kotemaru.wsjs.
PageFileImpl
のメソッド
getPageName()
- インタフェース org.kotemaru.wsjs.
Processor
のメソッド
ページ名を返す。
getPageName()
- クラス org.kotemaru.wsjs.
ProcessorBase
のメソッド
getPageName()
- 例外 org.kotemaru.wsjs.
UnregisterUserException
のメソッド
ページを返す。
getPAM()
- インタフェース org.kotemaru.auth.
AuthResult
のメソッド
認証を行ったPAMインスタンスを返す。
getPAM()
- クラス org.kotemaru.auth.
AuthResultImpl
のメソッド
getPAM()
- クラス org.kotemaru.auth.
PAMFactory
の static メソッド
PAMインスタンスを返す。
getPAM()
- インタフェース org.kotemaru.auth.
User
のメソッド
ユーザを認証したPAMを返す。
getPAM()
- クラス org.kotemaru.auth.
UserBase
のメソッド
getPam()
- クラス org.kotemaru.wsjs.
ConfigBean
の static メソッド
getPermitClass()
- クラス org.kotemaru.wsjs.
ConfigBean
の static メソッド
getPermitJNDI()
- クラス org.kotemaru.wsjs.
ConfigBean
の static メソッド
getPermitRead()
- クラス org.kotemaru.wsjs.
ConfigBean
の static メソッド
getPermitRoles(PermitUtil.Matcher[], String[][], String)
- クラス org.kotemaru.wsjs.
PermitUtil
の static メソッド
getPermitWrite()
- クラス org.kotemaru.wsjs.
ConfigBean
の static メソッド
getPermitWriteRoles(Page)
- クラス org.kotemaru.wsjs.
Config
の static メソッド
getPermitWriteRoles()
- インタフェース org.kotemaru.wsjs.
Page
のメソッド
ページを削除する。
getPermitWriteRoles()
- クラス org.kotemaru.wsjs.
PageDelegate
のメソッド
getPermitWriteRoles()
- クラス org.kotemaru.wsjs.
PageFileImpl
のメソッド
getPosition()
- クラス org.kotemaru.util.jsg.
Token
のメソッド
getProcessor(WsjsContext, Page)
- クラス org.kotemaru.wsjs.
Config
の static メソッド
getProcessor(WsjsContext, String, boolean)
- インタフェース org.kotemaru.wsjs.
Repository
のメソッド
getProcessor(WsjsContext, String, boolean)
- クラス org.kotemaru.wsjs.
RepositoryBase
のメソッド
ページ・プロセッサの取得。
getProcessor()
- クラス org.kotemaru.wsjs.
WsjsContext
のメソッド
ページ・プロセッサを取得する。
getProcessor(String)
- クラス org.kotemaru.wsjs.
WsjsContext
のメソッド
ページ・プロセッサを取得する。
getProcessorNoLink(String, boolean)
- クラス org.kotemaru.wsjs.
WsjsContext
のメソッド
ページ・プロセッサを取得する。
getProcessors()
- クラス org.kotemaru.wsjs.
ConfigBean
の static メソッド
getProxyHost()
- クラス org.kotemaru.wsjs.
ConfigBean
の static メソッド
getProxyPort()
- クラス org.kotemaru.wsjs.
ConfigBean
の static メソッド
getRawLength()
- クラス org.kotemaru.util.jsg.
Token
のメソッド
getRegisterURL(HttpServletRequest, String, String)
- クラス org.kotemaru.auth.dummy.
UserManagerImpl
のメソッド
getRegisterURL(HttpServletRequest, String, String)
- クラス org.kotemaru.auth.gae.
UserManagerImpl
のメソッド
getRegisterURL(HttpServletRequest, String, String)
- クラス org.kotemaru.auth.localfile.
UserManagerImpl
のメソッド
getRegisterURL(HttpServletRequest, String, String)
- インタフェース org.kotemaru.auth.
UserManager
のメソッド
getRepository()
- クラス org.kotemaru.wsjs.
WsjsServlet
のメソッド
getRequest()
- クラス org.kotemaru.auth.servlet.
UserImpl
のメソッド
getRequest()
- クラス org.kotemaru.util.
HttpRequestContext
のメソッド
getRequest()
- クラス org.kotemaru.wsjs.ssjs.
SsjsEnv
のメソッド
HttpServletRequestを取得。
getResource(Class, String)
- クラス org.kotemaru.util.
IOUtil
の static メソッド
getResourceAsStream(String)
- クラス org.kotemaru.wsjs.
RepositoryClassLoader
のメソッド
getResponse()
- クラス org.kotemaru.util.
HttpRequestContext
のメソッド
getResponse()
- クラス org.kotemaru.wsjs.ssjs.
SsjsEnv
のメソッド
HttpServletResponseを取得。
getResponseHeader(String)
- クラス org.kotemaru.wsjs.ssjs.
XMLHttpRequest
のメソッド
getResponseText()
- クラス org.kotemaru.wsjs.ssjs.
XMLHttpRequest
のメソッド
getResponseXML()
- クラス org.kotemaru.wsjs.ssjs.
XMLHttpRequest
のメソッド
getRoleManager()
- クラス org.kotemaru.auth.
PAMFactory
の static メソッド
RoleManagerインスタンスを返す。
getRoleManager()
- インタフェース org.kotemaru.auth.
User
のメソッド
ユーザのRoleManagerを返す。
getRoleManager()
- クラス org.kotemaru.auth.
UserBase
のメソッド
getRoleManager()
- クラス org.kotemaru.wsjs.
ConfigBean
の static メソッド
getRoles(User)
- クラス org.kotemaru.auth.dummy.
RoleManagerImpl
のメソッド
getRoles(User)
- クラス org.kotemaru.auth.gae.
RoleManagerImpl
のメソッド
getRoles(User)
- クラス org.kotemaru.auth.
JSRoleManager
のメソッド
getRoles(User)
- クラス org.kotemaru.auth.ldap.
RoleManagerImpl
のメソッド
getRoles(User)
- クラス org.kotemaru.auth.localfile.
RoleManagerImpl
のメソッド
getRoles(User)
- クラス org.kotemaru.auth.
MultiRoleManager
のメソッド
ユーザの持っているロールを全て返す。
getRoles(User)
- インタフェース org.kotemaru.auth.
RoleManager
のメソッド
ユーザの持っているロールを全て返す。
getRoles(User)
- クラス org.kotemaru.auth.servlet.
RoleManagerImpl
のメソッド
getRoles(User)
- クラス org.kotemaru.auth.
VisitUser
のメソッド
getRoleState(User, String)
- クラス org.kotemaru.auth.dummy.
RoleManagerImpl
のメソッド
getRoleState(User, String)
- クラス org.kotemaru.auth.gae.
RoleManagerImpl
のメソッド
getRoleState(User, String)
- クラス org.kotemaru.auth.
JSRoleManager
のメソッド
getRoleState(User, String)
- クラス org.kotemaru.auth.ldap.
RoleManagerImpl
のメソッド
getRoleState(User, String)
- クラス org.kotemaru.auth.localfile.
RoleManagerImpl
のメソッド
getRoleState(User, String)
- クラス org.kotemaru.auth.
MultiRoleManager
のメソッド
ユーザのロールの許可状態を返す。
getRoleState(User, String)
- インタフェース org.kotemaru.auth.
RoleManager
のメソッド
ユーザのロールの許可状態を返す。
getRoleState(User, String)
- クラス org.kotemaru.auth.servlet.
RoleManagerImpl
のメソッド
getRoleState(User, String)
- クラス org.kotemaru.auth.
VisitUser
のメソッド
getSaveConfigFile()
- クラス org.kotemaru.wsjs.
ConfigBean
の static メソッド
getScope()
- クラス org.kotemaru.wsjs.ssjs.
SsjsEnv
のメソッド
トップレベルスコープを取得。
getScript(WsjsContext)
- クラス org.kotemaru.wsjs.proc.
JsProc
のメソッド
getScript(WsjsContext)
- クラス org.kotemaru.wsjs.proc.
RpjsProc
のメソッド
getScript(WsjsContext)
- クラス org.kotemaru.wsjs.proc.
SsjsProc
のメソッド
getScript(WsjsContext)
- インタフェース org.kotemaru.wsjs.
Processor
のメソッド
ページをコンパイルしたスクリプトを返す。
getScript(WsjsContext)
- クラス org.kotemaru.wsjs.
ProcessorBase
のメソッド
ページをコンパイルしたスクリプトを返す。
getServer_log()
- クラス org.kotemaru.wsjs.
AppConfig
のメソッド
getServlet()
- クラス org.kotemaru.util.
HttpRequestContext
のメソッド
getServlet()
- クラス org.kotemaru.wsjs.ssjs.
SsjsEnv
のメソッド
Servletを取得。
getServletUploader()
- クラス org.kotemaru.util.
UploadUtil
の static メソッド
getSkippedList()
- クラス org.kotemaru.util.jsg.
BnfParser
のメソッド
getStatus()
- インタフェース org.kotemaru.auth.
AuthResult
のメソッド
認証結果の状態を返す。
getStatus()
- クラス org.kotemaru.auth.
AuthResultImpl
のメソッド
getStatus()
- クラス org.kotemaru.wsjs.ssjs.
XMLHttpRequest
のメソッド
getStatusCode()
- 例外 org.kotemaru.util.
ErrorPageExceptionBase
のメソッド
getString()
- クラス org.kotemaru.util.jsg.
BnfDriver
のメソッド
getString()
- クラス org.kotemaru.util.jsg.
JsgParser
のメソッド
getString()
- クラス org.kotemaru.util.jsg.
Output
のメソッド
getString(Map, String)
- クラス org.kotemaru.util.json.
JSONSerializer
のメソッド
getSystemRepository()
- クラス org.kotemaru.wsjs.
WsjsServlet
のメソッド
getTextContent(String)
- クラス org.kotemaru.wsjs.ssjs.
SsjsEnv
のメソッド
推奨されていません。
@see Page APIに移行
getTextContent(String, String)
- クラス org.kotemaru.wsjs.ssjs.
SsjsEnv
のメソッド
推奨されていません。
@see Page APIに移行
getTimeout()
- クラス org.kotemaru.wsjs.
AppConfig
のメソッド
getUniqName()
- インタフェース org.kotemaru.auth.
IdProvider
のメソッド
認証局を表す一意な名前を返す。
getUniqName()
- クラス org.kotemaru.auth.
IdProviderImpl
のメソッド
getUploader()
- クラス org.kotemaru.util.
UploadUtil
の static メソッド
getUploader(String)
- クラス org.kotemaru.util.
UploadUtil
の static メソッド
getUser()
- インタフェース org.kotemaru.auth.
AuthResult
のメソッド
認証結果のユーザを返す。
getUser()
- クラス org.kotemaru.auth.
AuthResultImpl
のメソッド
getUser(HttpServletRequest)
- クラス org.kotemaru.auth.
PAMFactory
の static メソッド
リクエストからユーザを得る。
getUser(String)
- クラス org.kotemaru.auth.
PAMFactory
の static メソッド
認証済みユーザとしてユーザを返す。
getUser(PAM, IdProvider, String, String, boolean)
- クラス org.kotemaru.auth.
VisitUser
のメソッド
getUser()
- 例外 org.kotemaru.wsjs.
AccessDeniedException
のメソッド
ユーザを返す。
getUser()
- クラス org.kotemaru.wsjs.ssjs.
SsjsEnv
のメソッド
ログイン中のユーザを取得。
getUser()
- 例外 org.kotemaru.wsjs.
UnregisterUserException
のメソッド
ユーザを返す。
getUser()
- クラス org.kotemaru.wsjs.
WsjsContext
のメソッド
ユーザを返す。
getUserDef(String)
- クラス org.kotemaru.auth.localfile.
BigtableUserDB
のメソッド
getUserDef(String)
- クラス org.kotemaru.auth.localfile.
OnMemoryUserDB
のメソッド
getUserInfo(User)
- クラス org.kotemaru.auth.dummy.
UserManagerImpl
のメソッド
getUserInfo(String, String)
- クラス org.kotemaru.auth.dummy.
UserManagerImpl
のメソッド
getUserInfo(User)
- クラス org.kotemaru.auth.gae.
UserManagerImpl
のメソッド
getUserInfo(String, String)
- クラス org.kotemaru.auth.gae.
UserManagerImpl
のメソッド
getUserInfo(User)
- クラス org.kotemaru.auth.localfile.
UserManagerImpl
のメソッド
getUserInfo(String, String)
- クラス org.kotemaru.auth.localfile.
UserManagerImpl
のメソッド
getUserInfo(String, String)
- インタフェース org.kotemaru.auth.
UserManager
のメソッド
getUserInfo(User)
- インタフェース org.kotemaru.auth.
UserManager
のメソッド
getUserManager()
- クラス org.kotemaru.auth.
PAMFactory
の static メソッド
getUserManager()
- クラス org.kotemaru.wsjs.
ConfigBean
の static メソッド
getValue()
- クラス org.kotemaru.util.jsg.
Token
のメソッド
getVisitUser()
- クラス org.kotemaru.auth.
PAMFactory
の static メソッド
未ログインユーザを返す。
getWsjsContext()
- クラス org.kotemaru.wsjs.ssjs.
SsjsEnv
のメソッド
WSJSのコンテキストを取得。
getWsjsServlet()
- クラス org.kotemaru.wsjs.
WsjsContext
のメソッド
サーブレットを返す。
getXreqLimit()
- クラス org.kotemaru.wsjs.
AppConfig
のメソッド
GUEST
- インタフェース org.kotemaru.auth.
User
の static 変数
H
hasExt(String)
- インタフェース org.kotemaru.wsjs.
Page
のメソッド
指定された拡張子を持っていれば true を返す
hasExt(String)
- クラス org.kotemaru.wsjs.
PageDelegate
のメソッド
hasExt(String)
- クラス org.kotemaru.wsjs.
PageFileImpl
のメソッド
hashCode()
- クラス org.kotemaru.auth.
UserBase
のメソッド
ユーザ名のハッシュ値を返す。
hasPermit(PermitUtil.Matcher[], String[][], String, User)
- クラス org.kotemaru.wsjs.
PermitUtil
の static メソッド
hasPermitClass(String, Page, User)
- クラス org.kotemaru.wsjs.
Config
の static メソッド
hasPermitClass(PermitUtil.Matcher[], String[][], PermitUtil.Matcher[], String[][], String, Page, User)
- クラス org.kotemaru.wsjs.
PermitUtil
の static メソッド
hasPermitJNDI(String, Page, User)
- クラス org.kotemaru.wsjs.
Config
の static メソッド
hasPermitJNDI(PermitUtil.Matcher[], String[][], PermitUtil.Matcher[], String[][], String, Page, User)
- クラス org.kotemaru.wsjs.
PermitUtil
の static メソッド
hasPermitRead(String, User)
- クラス org.kotemaru.wsjs.
Config
の static メソッド
hasPermitRead(String)
- クラス org.kotemaru.wsjs.ssjs.
SsjsEnv
のメソッド
推奨されていません。
@see Page APIに移行
hasPermitWrite(String, User)
- クラス org.kotemaru.wsjs.
Config
の static メソッド
hasPermitWrite(String)
- クラス org.kotemaru.wsjs.ssjs.
SsjsEnv
のメソッド
推奨されていません。
@see Page APIに移行
hasRole(String)
- クラス org.kotemaru.auth.gae.
UserImpl
のメソッド
hasRole(String)
- インタフェース org.kotemaru.auth.
User
のメソッド
ロールを持っているか否かを返す。
hasRole(String)
- クラス org.kotemaru.auth.
UserBase
のメソッド
hasRole(String)
- クラス org.kotemaru.auth.
VisitUser
のメソッド
visitor ロールのみ有効
HexUtil
-
org.kotemaru.util
の クラス
HexUtil()
- クラス org.kotemaru.util.
HexUtil
のコンストラクタ
HH_CACHE_CTRL
- クラス org.kotemaru.wsjs.proc.
DefaultProc
の static 変数
HH_CACHE_CTRL
- クラス org.kotemaru.wsjs.proc.
ProcUtil
の static 変数
HH_EXPIRES
- クラス org.kotemaru.wsjs.proc.
ProcUtil
の static 変数
HH_IF_MOD
- クラス org.kotemaru.wsjs.proc.
ProcUtil
の static 変数
HH_LAST_MOD
- クラス org.kotemaru.wsjs.proc.
ProcUtil
の static 変数
HH_PRAGMA
- クラス org.kotemaru.wsjs.proc.
ProcUtil
の static 変数
HOME_DIR
- インタフェース org.kotemaru.wsjs.
WsjsConst
の static 変数
HttpRequestContext
-
org.kotemaru.util
の クラス
HttpRequestContext(Servlet, HttpServletRequest, HttpServletResponse)
- クラス org.kotemaru.util.
HttpRequestContext
のコンストラクタ
HV_NO_CACHE
- クラス org.kotemaru.wsjs.proc.
ProcUtil
の static 変数
I
ID
- インタフェース org.kotemaru.auth.
UserManager
の static 変数
IdProvider
-
org.kotemaru.auth
の インタフェース
認証局のインターフェース。
IdProviderImpl
-
org.kotemaru.auth
の クラス
認証局のインターフェース。
IdProviderImpl(String)
- クラス org.kotemaru.auth.
IdProviderImpl
のコンストラクタ
include(String, Scriptable)
- クラス org.kotemaru.wsjs.ssjs.
SsjsEnv
のメソッド
他のページをインクルードする。
indexOf(String)
- クラス org.kotemaru.util.jsg.
Source
のメソッド
INFO
- クラス org.kotemaru.util.
LOG
の static 変数
info(String)
- クラス org.kotemaru.util.
LOG
の static メソッド
info(String)
- クラス org.kotemaru.wsjs.
AppLog
のメソッド
info(String)
- クラス org.kotemaru.wsjs.
Log
のメソッド
init(PAM, RoleManager, UserManager)
- クラス org.kotemaru.auth.
PAMFactory
の static メソッド
初期化 PAM情報からPAMインスタンスを生成し利用可能な状態にする。
init(ServletConfig)
- クラス org.kotemaru.util.gae.
ConfigServlet
のメソッド
init(WsjsServlet, ServletConfig, String)
- クラス org.kotemaru.wsjs.
Config
の static メソッド
init()
- クラス org.kotemaru.wsjs.ssjs.
SsjsEnv
の static メソッド
init(ServletConfig)
- クラス org.kotemaru.wsjs.
WsjsServlet
のメソッド
INSTANCE
- クラス org.kotemaru.wsjs.
ConfigBean
の static 変数
INSTANCE
- クラス org.kotemaru.wsjs.proc.
DefaultProc
の static 変数
IOUtil
-
org.kotemaru.util
の クラス
IOUtil()
- クラス org.kotemaru.util.
IOUtil
のコンストラクタ
isAccessEnabled()
- クラス org.kotemaru.util.
LOG
の static メソッド
isAccessEnabled()
- クラス org.kotemaru.wsjs.
Log
のメソッド
isAdmin()
- インタフェース org.kotemaru.auth.
User
のメソッド
admin ロールを持っているか否かを返す。
isAdmin()
- クラス org.kotemaru.auth.
UserBase
のメソッド
isAdmin()
- クラス org.kotemaru.auth.
VisitUser
のメソッド
常に無効
isAlpha(int)
- クラス org.kotemaru.util.jsg.
ParserBase
のメソッド
isAvailable(WsjsContext)
- インタフェース org.kotemaru.wsjs.
Processor
のメソッド
このページが有効か否かを返す。
isAvailable(WsjsContext)
- クラス org.kotemaru.wsjs.
ProcessorBase
のメソッド
このページが有効か否かを返す。
isCachable()
- クラス org.kotemaru.wsjs.proc.
DefaultProc
のメソッド
isCachable()
- クラス org.kotemaru.wsjs.proc.
LocalDirProc
のメソッド
isCachable()
- クラス org.kotemaru.wsjs.proc.
RewriteProc
のメソッド
isCachable()
- インタフェース org.kotemaru.wsjs.
Processor
のメソッド
キャッシュ可能か否かを返す。
isCachable()
- クラス org.kotemaru.wsjs.
ProcessorBase
のメソッド
キャッシュ可能か否かを返す。
isClientCache()
- クラス org.kotemaru.wsjs.
AppConfig
のメソッド
isDebug
- クラス org.kotemaru.util.jsg.
JSG
の static 変数
isDebug()
- クラス org.kotemaru.util.jsg.
ParserBase
のメソッド
isDebugEnabled()
- クラス org.kotemaru.util.
LOG
の static メソッド
isDebugEnabled()
- クラス org.kotemaru.wsjs.
AppLog
のメソッド
isDebugEnabled()
- クラス org.kotemaru.wsjs.
Log
のメソッド
isDirectory()
- インタフェース org.kotemaru.wsjs.
Page
のメソッド
ディレクトリならば true を返す
isDirectory()
- クラス org.kotemaru.wsjs.
PageDelegate
のメソッド
isDirectory()
- クラス org.kotemaru.wsjs.
PageFileImpl
のメソッド
isEnable()
- インタフェース org.kotemaru.wsjs.
Processor
のメソッド
このクラスが有効か否かを返す。
isEnable()
- クラス org.kotemaru.wsjs.
ProcessorBase
のメソッド
isEOF()
- クラス org.kotemaru.util.jsg.
Source
のメソッド
isErrorEnabled()
- クラス org.kotemaru.util.
LOG
の static メソッド
isErrorEnabled()
- クラス org.kotemaru.wsjs.
Log
のメソッド
isGAE
- クラス org.kotemaru.wsjs.
ConfigBean
の変数
isGuest()
- インタフェース org.kotemaru.auth.
User
のメソッド
guest ロールを持っているか否かを返す。
isGuest()
- クラス org.kotemaru.auth.
UserBase
のメソッド
isGuest()
- クラス org.kotemaru.auth.
VisitUser
のメソッド
常に無効
isInfoEnabled()
- クラス org.kotemaru.util.
LOG
の static メソッド
isInfoEnabled()
- クラス org.kotemaru.wsjs.
Log
のメソッド
isLock()
- クラス org.kotemaru.util.
Mutex
のメソッド
isMatch(String)
- インタフェース org.kotemaru.wsjs.
PermitUtil.Matcher
のメソッド
isNumber(int)
- クラス org.kotemaru.util.jsg.
ParserBase
のメソッド
isRegistered()
- インタフェース org.kotemaru.auth.
User
のメソッド
isRegistered()
- クラス org.kotemaru.auth.
UserBase
のメソッド
isServerLog()
- クラス org.kotemaru.wsjs.
AppConfig
のメソッド
isServletAuth()
- クラス org.kotemaru.auth.gae.
PAMImpl
のメソッド
isServletAuth()
- インタフェース org.kotemaru.auth.
PAM
のメソッド
Servlet認証の場合のみtrueを返す。
isServletAuth()
- クラス org.kotemaru.auth.
PAMBase
のメソッド
isServletAuth()
- クラス org.kotemaru.auth.servlet.
PAMImpl
のメソッド
isSkipped
- クラス org.kotemaru.util.jsg.
Expr.BaseExpr
の変数
isSkipped()
- クラス org.kotemaru.util.jsg.
Expr.BaseExpr
のメソッド
isSkipped()
- インタフェース org.kotemaru.util.jsg.
Expr
のメソッド
isSkipped()
- クラス org.kotemaru.util.jsg.
Token
のメソッド
isToken()
- クラス org.kotemaru.util.jsg.
Expr.BaseExpr
のメソッド
isToken()
- クラス org.kotemaru.util.jsg.
Expr.Extension
のメソッド
isToken()
- インタフェース org.kotemaru.util.jsg.
Expr
のメソッド
isToken()
- クラス org.kotemaru.util.jsg.
Expr.LiteralToken
のメソッド
isToken()
- クラス org.kotemaru.util.jsg.
Expr.RegexpToken
のメソッド
isToken()
- クラス org.kotemaru.util.jsg.
Expr.TokenizerToken
のメソッド
isType(String)
- クラス org.kotemaru.util.jsg.
Token
のメソッド
isValidUserName(String)
- クラス org.kotemaru.auth.
AuthUtil
の static メソッド
isValidUserNameChar(char)
- クラス org.kotemaru.auth.
AuthUtil
の static メソッド
isVisitor()
- インタフェース org.kotemaru.auth.
User
のメソッド
visitor ロールを持っているか否かを返す。
isVisitor()
- クラス org.kotemaru.auth.
UserBase
のメソッド
visitorは常に無効。
isVisitor()
- クラス org.kotemaru.auth.
VisitUser
のメソッド
常に有効
isWarnEnabled()
- クラス org.kotemaru.util.
LOG
の static メソッド
isWarnEnabled()
- クラス org.kotemaru.wsjs.
Log
のメソッド
iterator()
- クラス org.kotemaru.wsjs.
ConfigBean
のメソッド
J
jsConstructor()
- クラス org.kotemaru.wsjs.
ConfigBean
のメソッド
JSG
-
org.kotemaru.util.jsg
の クラス
JSG()
- クラス org.kotemaru.util.jsg.
JSG
のコンストラクタ
JsgParser
-
org.kotemaru.util.jsg
の クラス
Main ::= [Properties] {Define}...; Properties ::= "$PROPERTIES" JavaCode "$END"; Define ::= "$DEFINE" "(" DefineName ["(" CallParam ["," CallParam]... ")"] ")" [Statement]...
JsgParser(Source)
- クラス org.kotemaru.util.jsg.
JsgParser
のコンストラクタ
JsgParser.Result
-
org.kotemaru.util.jsg
の クラス
JsgParser.Result()
- クラス org.kotemaru.util.jsg.
JsgParser.Result
のコンストラクタ
JSONParser
-
org.kotemaru.util.json
の クラス
Object ::= "{" [Members] "}"; Members ::= Pair ["," Pair]...; Pair ::= String ":" Value; Array ::= "[" [Elements] "]"; Elements :: = Value ["," Value]...; Value ::= String | Number | Object | Array | "true" | "false" | "null" ; String ::= /^"([^"]|\\[\\"bfnrt]|\\u[0-9a-fA-F]{4})*"$/; Number ::= /^-?
JSONParser()
- クラス org.kotemaru.util.json.
JSONParser
のコンストラクタ
JSONParser
-
org.kotemaru.wsjs.ssjs
の クラス
Object ::= "{" [Members] "}"; Members ::= Pair ["," Pair]...; Pair ::= String ":" Value; Array ::= "[" [Elements] "]"; Elements :: = Value ["," Value]...; Value ::= String | Number | Object | Array | "true" | "false" | "null" ; String ::= /^"([^"]|\\[\\"bfnrt]|\\u[0-9a-fA-F]{4})*"$/; Number ::= /^-?
JSONParser(Context, Scriptable)
- クラス org.kotemaru.wsjs.ssjs.
JSONParser
のコンストラクタ
JSONSerializer
-
org.kotemaru.util.json
の クラス
Object ::= "{" [Members] "}"; Members ::= Pair ["," Pair]...; Pair ::= String ":" Value; Array ::= "[" [Elements] "]"; Elements :: = Value ["," Value]...; Value ::= String | Number | Object | Array | "true" | "false" | "null" ; String ::= /^"([^"]|\\[\\"bfnrt]|\\u[0-9a-fA-F]{4})*"$/; Number ::= /^-?
JSONSerializer()
- クラス org.kotemaru.util.json.
JSONSerializer
のコンストラクタ
JSONSerializer
-
org.kotemaru.wsjs.ssjs
の クラス
Object ::= "{" [Members] "}"; Members ::= Pair ["," Pair]...; Pair ::= String ":" Value; Array ::= "[" [Elements] "]"; Elements :: = Value ["," Value]...; Value ::= String | Number | Object | Array | "true" | "false" | "null" ; String ::= /^"([^"]|\\[\\"bfnrt]|\\u[0-9a-fA-F]{4})*"$/; Number ::= /^-?
JSONSerializer(SsjsEnv, Context, Scriptable)
- クラス org.kotemaru.wsjs.ssjs.
JSONSerializer
のコンストラクタ
JsProc
-
org.kotemaru.wsjs.proc
の クラス
JsProc()
- クラス org.kotemaru.wsjs.proc.
JsProc
のコンストラクタ
JSRoleManager
-
org.kotemaru.auth
の クラス
JavaScriptロール管理
JSRoleManager(Scriptable)
- クラス org.kotemaru.auth.
JSRoleManager
のコンストラクタ
JsTokenizer
-
org.kotemaru.wsjs.exjs
の クラス
JsTokenizer()
- クラス org.kotemaru.wsjs.exjs.
JsTokenizer
のコンストラクタ
jstr(String)
- クラス org.kotemaru.util.jsg.
ExtFunc
のメソッド
K
KIND
- クラス org.kotemaru.auth.localfile.
BigtableUserDB
の static 変数
L
lastModified()
- インタフェース org.kotemaru.wsjs.
Page
のメソッド
ページの最終更新時間を得る。
lastModified()
- クラス org.kotemaru.wsjs.
PageDelegate
のメソッド
lastModified()
- クラス org.kotemaru.wsjs.
PageFileImpl
のメソッド
lastRollback
- クラス org.kotemaru.util.jsg.
ParserBase
の変数
lastUpdateTime
- クラス org.kotemaru.wsjs.proc.
LocalFileProc
の変数
length()
- インタフェース org.kotemaru.wsjs.
Page
のメソッド
ページの長さを得る。
length()
- クラス org.kotemaru.wsjs.
PageDelegate
のメソッド
length()
- クラス org.kotemaru.wsjs.
PageFileImpl
のメソッド
level
- クラス org.kotemaru.util.
LOG
の static 変数
limitProcCacheSize
- クラス org.kotemaru.wsjs.
ConfigBean
の変数
limitTotalCacheSize
- クラス org.kotemaru.wsjs.
ConfigBean
の変数
LinkProc
-
org.kotemaru.wsjs.proc
の クラス
LinkProc()
- クラス org.kotemaru.wsjs.proc.
LinkProc
のコンストラクタ
LinkProc(Page, int, String)
- クラス org.kotemaru.wsjs.proc.
LinkProc
のコンストラクタ
listPages()
- インタフェース org.kotemaru.wsjs.
Page
のメソッド
配下のページを返す。
listPages()
- クラス org.kotemaru.wsjs.
PageDelegate
のメソッド
listPages()
- クラス org.kotemaru.wsjs.
PageFileImpl
のメソッド
load(File, String)
- クラス org.kotemaru.util.
Property
のメソッド
load(Class, String, String)
- クラス org.kotemaru.util.
Property
のメソッド
load(Reader)
- クラス org.kotemaru.util.
Property
のメソッド
loadProperty(Class, String)
- 例外 org.kotemaru.util.
ErrorPageExceptionBase
の static メソッド
LocalDirProc
-
org.kotemaru.wsjs.proc
の クラス
LocalDirProc()
- クラス org.kotemaru.wsjs.proc.
LocalDirProc
のコンストラクタ
LocalDirProc(Page)
- クラス org.kotemaru.wsjs.proc.
LocalDirProc
のコンストラクタ
LocalFileProc
-
org.kotemaru.wsjs.proc
の クラス
LocalFileProc()
- クラス org.kotemaru.wsjs.proc.
LocalFileProc
のコンストラクタ
LocalFileProc(Page)
- クラス org.kotemaru.wsjs.proc.
LocalFileProc
のコンストラクタ
localInit(ServletConfig)
- クラス org.kotemaru.wsjs.
WsjsServlet
のメソッド
lock(Object)
- クラス org.kotemaru.util.
Mutex
のメソッド
lock(Object, int)
- クラス org.kotemaru.util.
Mutex
のメソッド
LOG
-
org.kotemaru.util
の クラス
LOG()
- クラス org.kotemaru.util.
LOG
のコンストラクタ
Log
-
org.kotemaru.wsjs
の クラス
Log()
- クラス org.kotemaru.wsjs.
Log
のコンストラクタ
LOG
- クラス org.kotemaru.wsjs.ssjs.
SsjsEnv
の変数
login(HttpServletRequest, Map)
- クラス org.kotemaru.auth.
PAMFactory
の static メソッド
ログイン処理を行う。
LOGIN_DIR
- インタフェース org.kotemaru.wsjs.
WsjsConst
の static 変数
LOGIN_URL
- クラス org.kotemaru.auth.localfile.
UserManagerImpl
の static 変数
LOGIN_URL
- クラス org.kotemaru.auth.
PAMBase
の static 変数
logLeval
- クラス org.kotemaru.wsjs.
ConfigBean
の変数
logout(HttpServletRequest)
- クラス org.kotemaru.auth.
PAMFactory
の static メソッド
ログアウト処理を行う。
M
main(String[])
- クラス org.kotemaru.util.
IOUtil
の static メソッド
main(String[])
- クラス org.kotemaru.util.jsg.
JSG
の static メソッド
makeContext()
- クラス org.kotemaru.wsjs.ssjs.
SsjsContextFactory
のメソッド
mark()
- クラス org.kotemaru.util.jsg.
BnfDriver
のメソッド
mark()
- クラス org.kotemaru.util.jsg.
Output
のメソッド
mark()
- クラス org.kotemaru.util.jsg.
Source
のメソッド
match(String)
- クラス org.kotemaru.util.jsg.
Source
のメソッド
matter
- クラス org.kotemaru.util.jsg.
Source
の変数
max
- クラス org.kotemaru.util.jsg.
Source
の変数
max()
- クラス org.kotemaru.util.jsg.
Source
のメソッド
MAX_CACHE_SIZE
- クラス org.kotemaru.wsjs.proc.
ProcUtil
の static 変数
md5(String)
- クラス org.kotemaru.util.
HexUtil
の static メソッド
md5raw(String)
- クラス org.kotemaru.util.
HexUtil
の static メソッド
mem
- クラス org.kotemaru.util.
CPUMonitor.Pack
の変数
mkdir()
- インタフェース org.kotemaru.wsjs.
Page
のメソッド
ディレクトリページを作成する。
mkdir()
- クラス org.kotemaru.wsjs.
PageAccessor
のメソッド
mkdir()
- クラス org.kotemaru.wsjs.
PageDelegate
のメソッド
mkdir()
- クラス org.kotemaru.wsjs.
PageFileImpl
のメソッド
MOOT
- インタフェース org.kotemaru.auth.
AuthResult
の static 変数
結果不明
MOOT
- インタフェース org.kotemaru.auth.
RoleManager
の static 変数
MultiRoleManager
-
org.kotemaru.auth
の クラス
複合ロール管理
MultiRoleManager(RoleManager[])
- クラス org.kotemaru.auth.
MultiRoleManager
のコンストラクタ
Mutex
-
org.kotemaru.util
の クラス
Mutex()
- クラス org.kotemaru.util.
Mutex
のコンストラクタ
N
NAME
- インタフェース org.kotemaru.auth.
UserManager
の static 変数
NetUtil
-
org.kotemaru.util
の クラス
NetUtil()
- クラス org.kotemaru.util.
NetUtil
のコンストラクタ
newEntity(String)
- クラス org.kotemaru.auth.localfile.
BigtableUserDB
の static メソッド
newJavaInstance(Scriptable)
- クラス org.kotemaru.wsjs.
Config
のメソッド
next(int)
- クラス org.kotemaru.util.jsg.
ParserBase
のメソッド
next(int)
- クラス org.kotemaru.util.jsg.
Source
のメソッド
next()
- クラス org.kotemaru.util.jsg.
Source
のメソッド
nextCurrentToken()
- クラス org.kotemaru.util.jsg.
BnfDriver
のメソッド
O
observeInstructionCount(Context, int)
- クラス org.kotemaru.wsjs.ssjs.
SsjsContextFactory
のメソッド
OnMemoryUserDB
-
org.kotemaru.auth.localfile
の クラス
OnMemoryUserDB(String)
- クラス org.kotemaru.auth.localfile.
OnMemoryUserDB
のコンストラクタ
open(String, String)
- クラス org.kotemaru.wsjs.ssjs.
XMLHttpRequest
のメソッド
open(String, String, boolean)
- クラス org.kotemaru.wsjs.ssjs.
XMLHttpRequest
のメソッド
OpenIDConsumer
-
org.kotemaru.auth.openid
の クラス
Based SampleConsumer.java
OpenIDConsumer(String)
- クラス org.kotemaru.auth.openid.
OpenIDConsumer
のコンストラクタ
org.kotemaru.auth
- パッケージ org.kotemaru.auth
org.kotemaru.auth.cas
- パッケージ org.kotemaru.auth.cas
org.kotemaru.auth.dummy
- パッケージ org.kotemaru.auth.dummy
org.kotemaru.auth.gae
- パッケージ org.kotemaru.auth.gae
org.kotemaru.auth.ldap
- パッケージ org.kotemaru.auth.ldap
org.kotemaru.auth.localfile
- パッケージ org.kotemaru.auth.localfile
org.kotemaru.auth.openid
- パッケージ org.kotemaru.auth.openid
org.kotemaru.auth.servlet
- パッケージ org.kotemaru.auth.servlet
org.kotemaru.util
- パッケージ org.kotemaru.util
org.kotemaru.util.gae
- パッケージ org.kotemaru.util.gae
org.kotemaru.util.jsg
- パッケージ org.kotemaru.util.jsg
org.kotemaru.util.json
- パッケージ org.kotemaru.util.json
org.kotemaru.wsjs
- パッケージ org.kotemaru.wsjs
org.kotemaru.wsjs.exjs
- パッケージ org.kotemaru.wsjs.exjs
org.kotemaru.wsjs.proc
- パッケージ org.kotemaru.wsjs.proc
org.kotemaru.wsjs.ssjs
- パッケージ org.kotemaru.wsjs.ssjs
origin
- クラス org.kotemaru.wsjs.
PageDelegate
の変数
out
- クラス org.kotemaru.util.
LOG
の static 変数
Output
-
org.kotemaru.util.jsg
の クラス
Output()
- クラス org.kotemaru.util.jsg.
Output
のコンストラクタ
overrideMimeType(String)
- クラス org.kotemaru.wsjs.ssjs.
XMLHttpRequest
のメソッド
P
Page
-
org.kotemaru.wsjs
の インタフェース
ページを表すインターフェース。
page
- クラス org.kotemaru.wsjs.
ProcessorBase
の変数
PageAccessor
-
org.kotemaru.wsjs
の クラス
PageAccessor(WsjsContext, Page)
- クラス org.kotemaru.wsjs.
PageAccessor
のコンストラクタ
PageDelegate
-
org.kotemaru.wsjs
の クラス
PageDelegate(Page)
- クラス org.kotemaru.wsjs.
PageDelegate
のコンストラクタ
PageFileImpl
-
org.kotemaru.wsjs
の クラス
ファイルを実体して持つページ。
PageFileImpl(String, File)
- クラス org.kotemaru.wsjs.
PageFileImpl
のコンストラクタ
PAM
-
org.kotemaru.auth
の インタフェース
PAM(Pluggable Authentication Modules)のインターフェース。
pam
- クラス org.kotemaru.wsjs.
ConfigBean
の変数
PAMBase
-
org.kotemaru.auth
の クラス
PAMBase(Map)
- クラス org.kotemaru.auth.
PAMBase
のコンストラクタ
PAMFactory
-
org.kotemaru.auth
の クラス
PAMのファクトリクラス。
PAMFactory()
- クラス org.kotemaru.auth.
PAMFactory
のコンストラクタ
PAMImpl
-
org.kotemaru.auth.cas
の クラス
CAS用PAM。
PAMImpl(Map)
- クラス org.kotemaru.auth.cas.
PAMImpl
のコンストラクタ
PAMImpl
-
org.kotemaru.auth.dummy
の クラス
Ex: class=org.kotemaru.auth.dummy.PAMImpl loginUrl=/wsjs/login/login.html
PAMImpl(Map)
- クラス org.kotemaru.auth.dummy.
PAMImpl
のコンストラクタ
PAMImpl
-
org.kotemaru.auth.gae
の クラス
PAMImpl(Map)
- クラス org.kotemaru.auth.gae.
PAMImpl
のコンストラクタ
PAMImpl
-
org.kotemaru.auth.ldap
の クラス
LDAP用PAM。
PAMImpl(Map)
- クラス org.kotemaru.auth.ldap.
PAMImpl
のコンストラクタ
PAMImpl
-
org.kotemaru.auth.localfile
の クラス
ローカルファイル用PAM。
PAMImpl(Map)
- クラス org.kotemaru.auth.localfile.
PAMImpl
のコンストラクタ
PAMImpl
-
org.kotemaru.auth.openid
の クラス
OpenID用PAM。
PAMImpl(Map)
- クラス org.kotemaru.auth.openid.
PAMImpl
のコンストラクタ
PAMImpl
-
org.kotemaru.auth.servlet
の クラス
PAMImpl(Map)
- クラス org.kotemaru.auth.servlet.
PAMImpl
のコンストラクタ
pAnd()
- クラス org.kotemaru.util.jsg.
BnfParser
のメソッド
parse()
- クラス org.kotemaru.util.jsg.
BnfDriver
のメソッド
parse()
- クラス org.kotemaru.util.jsg.
BnfParser
のメソッド
parse()
- クラス org.kotemaru.util.jsg.
JsgParser
のメソッド
parse(String)
- クラス org.kotemaru.util.json.
JSONParser
のメソッド
parse(Reader)
- クラス org.kotemaru.util.json.
JSONParser
のメソッド
parse(String)
- クラス org.kotemaru.wsjs.ssjs.
JSONParser
のメソッド
parse(Reader)
- クラス org.kotemaru.wsjs.ssjs.
JSONParser
のメソッド
parseJson(String)
- クラス org.kotemaru.wsjs.ssjs.
SsjsEnv
のメソッド
JSON文字列をJavaScriptオブジェクトに変換する。
ParserBase
-
org.kotemaru.util.jsg
の クラス
ParserBase(Source)
- クラス org.kotemaru.util.jsg.
ParserBase
のコンストラクタ
PASS
- インタフェース org.kotemaru.auth.
AuthResult
の static 変数
認証成功
pBlock()
- クラス org.kotemaru.util.jsg.
BnfParser
のメソッド
pDefine()
- クラス org.kotemaru.util.jsg.
BnfParser
のメソッド
permitClass
- クラス org.kotemaru.wsjs.
ConfigBean
の変数
permitJNDI
- クラス org.kotemaru.wsjs.
ConfigBean
の変数
permitRead
- クラス org.kotemaru.wsjs.
ConfigBean
の変数
PermitUtil
-
org.kotemaru.wsjs
の クラス
PermitUtil()
- クラス org.kotemaru.wsjs.
PermitUtil
のコンストラクタ
PermitUtil.Matcher
-
org.kotemaru.wsjs
の インタフェース
permitWrite
- クラス org.kotemaru.wsjs.
ConfigBean
の変数
pExtension()
- クラス org.kotemaru.util.jsg.
BnfParser
のメソッド
pIdentifier(BnfDriver)
- クラス org.kotemaru.wsjs.exjs.
JsTokenizer
の static メソッド
Identifier ::= /[a-za-Z$_][a-za-Z$_0-9]* /
pMultiLineComment(BnfDriver)
- クラス org.kotemaru.wsjs.exjs.
JsTokenizer
の static メソッド
MultiLineComment = C style comment.
pNumber(BnfDriver)
- クラス org.kotemaru.wsjs.exjs.
JsTokenizer
の static メソッド
DecimalLiteral ::= DecimalLiteral_0|DecimalLiteral_1|DecimalLiteral_2; DecimalLiteral_0 ::= /[0-9]+([eE]-?
pOmitBlock()
- クラス org.kotemaru.util.jsg.
BnfParser
のメソッド
pRegexpToken()
- クラス org.kotemaru.util.jsg.
BnfParser
のメソッド
prepare(HttpServletRequest, Map)
- クラス org.kotemaru.auth.cas.
PAMImpl
のメソッド
prepare(HttpServletRequest, Map)
- クラス org.kotemaru.auth.openid.
PAMImpl
のメソッド
prepare(HttpServletRequest, Map)
- インタフェース org.kotemaru.auth.
PAM
のメソッド
認証の準備を行う。
prepare(HttpServletRequest, Map)
- クラス org.kotemaru.auth.
PAMBase
のメソッド
prepare(HttpServletRequest, Map)
- クラス org.kotemaru.auth.
PAMFactory
の static メソッド
認証の準備を行う。
pRepeat()
- クラス org.kotemaru.util.jsg.
BnfParser
のメソッド
prev()
- クラス org.kotemaru.util.jsg.
Source
のメソッド
print(String)
- クラス org.kotemaru.util.jsg.
BnfDriver
のメソッド
print(char)
- クラス org.kotemaru.util.jsg.
Output
のメソッド
print(String)
- クラス org.kotemaru.util.jsg.
Output
のメソッド
printCData(String)
- クラス org.kotemaru.util.jsg.
BnfDriver
のメソッド
printEndTag(String)
- クラス org.kotemaru.util.jsg.
BnfDriver
のメソッド
println(String)
- クラス org.kotemaru.util.jsg.
BnfDriver
のメソッド
println(String)
- クラス org.kotemaru.util.jsg.
Output
のメソッド
println(OutputStream, String, String)
- クラス org.kotemaru.util.
LOG
の static メソッド
println(String, String)
- クラス org.kotemaru.wsjs.
AppLog
のメソッド
printStartTag(String)
- クラス org.kotemaru.util.jsg.
BnfDriver
のメソッド
printTag(String, String)
- クラス org.kotemaru.util.jsg.
BnfDriver
のメソッド
PRIVATE_DIR
- インタフェース org.kotemaru.wsjs.
WsjsConst
の static 変数
proc
- クラス org.kotemaru.util.
CPUMonitor.Pack
の変数
processing(WsjsContext)
- クラス org.kotemaru.wsjs.proc.
ClassProc
のメソッド
processing(WsjsContext)
- クラス org.kotemaru.wsjs.proc.
DefaultProc
のメソッド
processing(WsjsContext)
- クラス org.kotemaru.wsjs.proc.
ExjsProc
のメソッド
processing(WsjsContext)
- クラス org.kotemaru.wsjs.proc.
LinkProc
のメソッド
processing(WsjsContext)
- クラス org.kotemaru.wsjs.proc.
LocalDirProc
のメソッド
processing(WsjsContext)
- クラス org.kotemaru.wsjs.proc.
LocalFileProc
のメソッド
processing(WsjsContext)
- クラス org.kotemaru.wsjs.proc.
RewriteProc
のメソッド
processing(WsjsContext)
- クラス org.kotemaru.wsjs.proc.
RpjsProc
のメソッド
processing(WsjsContext)
- クラス org.kotemaru.wsjs.proc.
SsjsProc
のメソッド
processing(WsjsContext)
- クラス org.kotemaru.wsjs.proc.
WikiProc
のメソッド
processing(WsjsContext)
- インタフェース org.kotemaru.wsjs.
Processor
のメソッド
ページ処理の実行。
Processor
-
org.kotemaru.wsjs
の インタフェース
ページ・プロセッサのインターフェース。
ProcessorBase
-
org.kotemaru.wsjs
の クラス
ページ・プロセッサのベース。
ProcessorBase()
- クラス org.kotemaru.wsjs.
ProcessorBase
のコンストラクタ
ファクトリを生成するコンストラクタ。
ProcessorBase(Page)
- クラス org.kotemaru.wsjs.
ProcessorBase
のコンストラクタ
コンストラクタ。
processors
- クラス org.kotemaru.wsjs.
ConfigBean
の変数
ProcUtil
-
org.kotemaru.wsjs.proc
の クラス
ProcUtil()
- クラス org.kotemaru.wsjs.proc.
ProcUtil
のコンストラクタ
PROP_FILE
- 例外 org.kotemaru.util.
ErrorPageExceptionBase
の static 変数
Property
-
org.kotemaru.util
の クラス
Property()
- クラス org.kotemaru.util.
Property
のコンストラクタ
Property(Map)
- クラス org.kotemaru.util.
Property
のコンストラクタ
proxyHost
- クラス org.kotemaru.wsjs.
ConfigBean
の変数
proxyPort
- クラス org.kotemaru.wsjs.
ConfigBean
の変数
pSpace()
- クラス org.kotemaru.util.jsg.
ParserBase
のメソッド
pString(BnfDriver)
- クラス org.kotemaru.wsjs.exjs.
JsTokenizer
の static メソッド
StringLiteral ::= StringLiteralQuote | StringLiteralApos; StringLiteralQuote ::= /"([^\\"]|\\['"\\bfnrtv]|\\\r\n|\\0[0-9]*|\\x[0-9a-zA-Z]{2}|\\u[0-9a-zA-Z]{4})*"/; StringLiteralApos ::= /'([^\\']|\\['"\\bfnrtv]|\\\r\n|\\0[0-9]*|\\x[0-9a-zA-Z]{2}|\\u[0-9a-zA-Z]{4})*'/;
pToken(String)
- クラス org.kotemaru.util.jsg.
ParserBase
のメソッド
pToken(String, String)
- クラス org.kotemaru.util.jsg.
ParserBase
のメソッド
pToken(String, String, String)
- クラス org.kotemaru.util.jsg.
ParserBase
のメソッド
pToken(String, String, String, String)
- クラス org.kotemaru.util.jsg.
ParserBase
のメソッド
putBinaryContent(String, byte[])
- クラス org.kotemaru.wsjs.ssjs.
SsjsEnv
のメソッド
推奨されていません。
@see Page APIに移行
putBodyBytes(byte[])
- インタフェース org.kotemaru.wsjs.
Page
のメソッド
ページの内容をバイト列で設定する。
putBodyBytes(byte[])
- クラス org.kotemaru.wsjs.
PageAccessor
のメソッド
putBodyBytes(byte[])
- クラス org.kotemaru.wsjs.
PageDelegate
のメソッド
putBodyBytes(byte[])
- クラス org.kotemaru.wsjs.
PageFileImpl
のメソッド
putBodyStream(InputStream)
- インタフェース org.kotemaru.wsjs.
Page
のメソッド
ページの内容をストリームから読み込んで設定する。
putBodyStream(InputStream)
- クラス org.kotemaru.wsjs.
PageAccessor
のメソッド
putBodyStream(InputStream)
- クラス org.kotemaru.wsjs.
PageDelegate
のメソッド
putBodyStream(InputStream)
- クラス org.kotemaru.wsjs.
PageFileImpl
のメソッド
putBodyString(String)
- インタフェース org.kotemaru.wsjs.
Page
のメソッド
ページの内容を文字列で設定する。
putBodyString(String, String)
- インタフェース org.kotemaru.wsjs.
Page
のメソッド
ページの内容を文字種を指定して文字列で設定する。
putBodyString(String)
- クラス org.kotemaru.wsjs.
PageAccessor
のメソッド
putBodyString(String, String)
- クラス org.kotemaru.wsjs.
PageAccessor
のメソッド
putBodyString(String)
- クラス org.kotemaru.wsjs.
PageDelegate
のメソッド
putBodyString(String, String)
- クラス org.kotemaru.wsjs.
PageDelegate
のメソッド
putBodyString(String)
- クラス org.kotemaru.wsjs.
PageFileImpl
のメソッド
putBodyString(String, String)
- クラス org.kotemaru.wsjs.
PageFileImpl
のメソッド
putCSVFile(File, String[][])
- クラス org.kotemaru.util.
IOUtil
の static メソッド
putEntity(Entity)
- クラス org.kotemaru.auth.localfile.
BigtableUserDB
の static メソッド
putFile(String, String)
- クラス org.kotemaru.util.
IOUtil
の static メソッド
putFile(File, String)
- クラス org.kotemaru.util.
IOUtil
の static メソッド
putFile(File, String, String)
- クラス org.kotemaru.util.
IOUtil
の static メソッド
putTextContent(String, String)
- クラス org.kotemaru.wsjs.ssjs.
SsjsEnv
のメソッド
推奨されていません。
putTextContent(String, String, String)
- クラス org.kotemaru.wsjs.ssjs.
SsjsEnv
のメソッド
推奨されていません。
@see Page APIに移行
putUser(User)
- クラス org.kotemaru.auth.
VisitUser
のメソッド
putUserInfo(User, Map)
- クラス org.kotemaru.auth.dummy.
UserManagerImpl
のメソッド
putUserInfo(User, Map)
- クラス org.kotemaru.auth.gae.
UserManagerImpl
のメソッド
putUserInfo(User, Map)
- クラス org.kotemaru.auth.localfile.
UserManagerImpl
のメソッド
putUserInfo(User, Map)
- インタフェース org.kotemaru.auth.
UserManager
のメソッド
Q
QUERY_ENCODING
- クラス org.kotemaru.wsjs.
WsjsServlet
の static 変数
R
readerToString(Reader)
- クラス org.kotemaru.util.
IOUtil
の static メソッド
readFull(InputStream, byte[], int, int, boolean)
- クラス org.kotemaru.util.
IOUtil
の static メソッド
readFull(RandomAccessFile, byte[], int, int, boolean)
- クラス org.kotemaru.util.
IOUtil
の static メソッド
register(String, String)
- クラス org.kotemaru.auth.dummy.
UserManagerImpl
のメソッド
register(String, String)
- クラス org.kotemaru.auth.gae.
UserManagerImpl
のメソッド
register(String, String)
- クラス org.kotemaru.auth.localfile.
UserManagerImpl
のメソッド
register(HttpServletRequest, Map)
- クラス org.kotemaru.auth.
PAMFactory
の static メソッド
register(String, String)
- インタフェース org.kotemaru.auth.
UserManager
のメソッド
remove()
- インタフェース org.kotemaru.wsjs.
Page
のメソッド
ページを削除する。
remove()
- クラス org.kotemaru.wsjs.
PageAccessor
のメソッド
remove()
- クラス org.kotemaru.wsjs.
PageDelegate
のメソッド
remove()
- クラス org.kotemaru.wsjs.
PageFileImpl
のメソッド
removeCache(String, Processor)
- クラス org.kotemaru.wsjs.
RepositoryBase
のメソッド
removeCache(String)
- クラス org.kotemaru.wsjs.
RepositoryBase
のメソッド
Repository
-
org.kotemaru.wsjs
の インタフェース
ページのリポジトリ管理クラス。
RepositoryBase
-
org.kotemaru.wsjs
の クラス
ページのリポジトリ管理クラス。
RepositoryBase()
- クラス org.kotemaru.wsjs.
RepositoryBase
のコンストラクタ
RepositoryClassLoader
-
org.kotemaru.wsjs
の クラス
リポジトリからクラスをロードする。
RepositoryClassLoader(WsjsContext, String, ClassLoader)
- クラス org.kotemaru.wsjs.
RepositoryClassLoader
のコンストラクタ
RepositoryFileImpl
-
org.kotemaru.wsjs
の クラス
ページのリポジトリ管理クラス。
RepositoryFileImpl(File)
- クラス org.kotemaru.wsjs.
RepositoryFileImpl
のコンストラクタ
コンストラクタ。
RepositoryFileImpl(String)
- クラス org.kotemaru.wsjs.
RepositoryFileImpl
のコンストラクタ
コンストラクタ。
RETURN_URL
- クラス org.kotemaru.auth.localfile.
UserManagerImpl
の static 変数
RETURN_URL
- クラス org.kotemaru.auth.
PAMBase
の static 変数
RewriteProc
-
org.kotemaru.wsjs.proc
の クラス
RewriteProc(String, String)
- クラス org.kotemaru.wsjs.proc.
RewriteProc
のコンストラクタ
RoleManager
-
org.kotemaru.auth
の インタフェース
ロール管理のインターフェース。
roleManager
- クラス org.kotemaru.wsjs.
ConfigBean
の変数
RoleManagerImpl
-
org.kotemaru.auth.dummy
の クラス
ダミーRoleManager。
RoleManagerImpl(Map)
- クラス org.kotemaru.auth.dummy.
RoleManagerImpl
のコンストラクタ
RoleManagerImpl
-
org.kotemaru.auth.gae
の クラス
Servlet用RoleManager。
RoleManagerImpl(Map)
- クラス org.kotemaru.auth.gae.
RoleManagerImpl
のコンストラクタ
RoleManagerImpl
-
org.kotemaru.auth.ldap
の クラス
LDAP用RoleManager。
RoleManagerImpl(Map)
- クラス org.kotemaru.auth.ldap.
RoleManagerImpl
のコンストラクタ
RoleManagerImpl
-
org.kotemaru.auth.localfile
の クラス
ローカルファイル用RoleManager。
RoleManagerImpl(Map)
- クラス org.kotemaru.auth.localfile.
RoleManagerImpl
のコンストラクタ
RoleManagerImpl
-
org.kotemaru.auth.servlet
の クラス
Servlet用RoleManager。
RoleManagerImpl(Map)
- クラス org.kotemaru.auth.servlet.
RoleManagerImpl
のコンストラクタ
ROLES
- クラス org.kotemaru.auth.localfile.
BigtableUserDB
の static 変数
rollback(int[])
- クラス org.kotemaru.util.jsg.
BnfDriver
のメソッド
rollback(int[], Object)
- クラス org.kotemaru.util.jsg.
BnfDriver
のメソッド
rollback(int)
- クラス org.kotemaru.util.jsg.
Output
のメソッド
rollback(int)
- クラス org.kotemaru.util.jsg.
Source
のメソッド
rollbackMessage
- クラス org.kotemaru.util.jsg.
ParserBase
の変数
rollbackStr(int, Object)
- クラス org.kotemaru.util.jsg.
ParserBase
のメソッド
RpjsProc
-
org.kotemaru.wsjs.proc
の クラス
RpjsProc()
- クラス org.kotemaru.wsjs.proc.
RpjsProc
のコンストラクタ
run()
- クラス org.kotemaru.util.
CPUMonitor
のメソッド
S
save(Writer)
- クラス org.kotemaru.util.
Property
のメソッド
saveConfigFile
- クラス org.kotemaru.wsjs.
ConfigBean
の変数
send(String)
- クラス org.kotemaru.wsjs.ssjs.
XMLHttpRequest
のメソッド
serialize(Map, OutputStream)
- クラス org.kotemaru.util.json.
JSONSerializer
のメソッド
serialize(Scriptable, OutputStream)
- クラス org.kotemaru.wsjs.ssjs.
JSONSerializer
のメソッド
serialJson(Scriptable)
- クラス org.kotemaru.wsjs.ssjs.
SsjsEnv
のメソッド
JavaScriptオブジェクトをJSON文字列に変換する。
service(HttpServletRequest, HttpServletResponse)
- クラス org.kotemaru.wsjs.
WsjsServlet
のメソッド
setAppConfig(User, AppConfig)
- クラス org.kotemaru.wsjs.
WsjsContext
のメソッド
setAttributes(Map)
- インタフェース org.kotemaru.auth.
User
のメソッド
setAttributes(Map)
- クラス org.kotemaru.auth.
UserBase
のメソッド
setAttributes(Map)
- クラス org.kotemaru.auth.
VisitUser
のメソッド
setAttributes(User, Map)
- クラス org.kotemaru.auth.
VisitUser
のメソッド
setCacheClass(Class)
- クラス org.kotemaru.wsjs.proc.
ClassProc
のメソッド
setClientcache(boolean)
- クラス org.kotemaru.wsjs.
AppConfig
のメソッド
setDatabaseRoot(String)
- クラス org.kotemaru.wsjs.
ConfigBean
の static メソッド
setDebug(boolean)
- クラス org.kotemaru.util.jsg.
ParserBase
のメソッド
setDirectoryIndex(String[])
- クラス org.kotemaru.wsjs.
ConfigBean
の static メソッド
setDocumentRoot(String)
- クラス org.kotemaru.wsjs.
ConfigBean
の static メソッド
setEnable(boolean)
- インタフェース org.kotemaru.wsjs.
Processor
のメソッド
このクラスの有効/無効を設定する。
setEnable(boolean)
- クラス org.kotemaru.wsjs.
ProcessorBase
のメソッド
setEnableDirectoryList(boolean)
- クラス org.kotemaru.wsjs.
ConfigBean
の static メソッド
setEncoding(String)
- クラス org.kotemaru.wsjs.
ConfigBean
の static メソッド
setExpires(int)
- クラス org.kotemaru.wsjs.
ConfigBean
の static メソッド
setExtensions(Scriptable)
- クラス org.kotemaru.wsjs.
Config
のメソッド
setExtensions(Scriptable)
- クラス org.kotemaru.wsjs.
ConfigBean
のメソッド
setIsGAE(boolean)
- クラス org.kotemaru.wsjs.
ConfigBean
の static メソッド
setLimitProcCacheSize(int)
- クラス org.kotemaru.wsjs.
ConfigBean
の static メソッド
setLimitTotalCacheSize(int)
- クラス org.kotemaru.wsjs.
ConfigBean
の static メソッド
setLogLeval(int)
- クラス org.kotemaru.wsjs.
ConfigBean
のメソッド
setLogLevel(int)
- クラス org.kotemaru.wsjs.
Config
のメソッド
setMaxOccers(int)
- クラス org.kotemaru.util.jsg.
Expr.Block
のメソッド
setName(String)
- クラス org.kotemaru.util.jsg.
Expr.BaseExpr
のメソッド
setName(String)
- インタフェース org.kotemaru.util.jsg.
Expr
のメソッド
setPam(PAM)
- クラス org.kotemaru.wsjs.
ConfigBean
の static メソッド
setPermitClass(String[][])
- クラス org.kotemaru.wsjs.
ConfigBean
の static メソッド
setPermitJNDI(String[][])
- クラス org.kotemaru.wsjs.
ConfigBean
の static メソッド
setPermitRead(String[][])
- クラス org.kotemaru.wsjs.
ConfigBean
の static メソッド
setPermitWrite(String[][])
- クラス org.kotemaru.wsjs.
ConfigBean
の static メソッド
setPosition(int)
- クラス org.kotemaru.util.jsg.
Token
のメソッド
setProcessors(Processor[])
- クラス org.kotemaru.wsjs.
ConfigBean
の static メソッド
setProxyHost(String)
- クラス org.kotemaru.wsjs.
ConfigBean
の static メソッド
setProxyPort(int)
- クラス org.kotemaru.wsjs.
ConfigBean
の static メソッド
setRepository(Repository)
- インタフェース org.kotemaru.wsjs.
Processor
のメソッド
所属リポジトリの設定。
setRepository(Repository)
- クラス org.kotemaru.wsjs.
ProcessorBase
のメソッド
setRequest(HttpServletRequest)
- クラス org.kotemaru.auth.servlet.
UserImpl
のメソッド
setRequestHeader(String, String)
- クラス org.kotemaru.wsjs.ssjs.
XMLHttpRequest
のメソッド
setRoleManager(RoleManager)
- クラス org.kotemaru.wsjs.
ConfigBean
の static メソッド
setSaveConfigFile(String)
- クラス org.kotemaru.wsjs.
ConfigBean
の static メソッド
setServer_log(boolean)
- クラス org.kotemaru.wsjs.
AppConfig
のメソッド
setTimeout(int)
- クラス org.kotemaru.wsjs.
AppConfig
のメソッド
setTimeout(long)
- クラス org.kotemaru.wsjs.ssjs.
SsjsContext
のメソッド
setUserManager(UserManager)
- クラス org.kotemaru.wsjs.
ConfigBean
の static メソッド
setXreqLimit(int)
- クラス org.kotemaru.wsjs.
AppConfig
のメソッド
size()
- クラス org.kotemaru.util.jsg.
Expr.ListExpr
のメソッド
skipSpace()
- クラス org.kotemaru.util.jsg.
BnfParser
のメソッド
skipSpace()
- クラス org.kotemaru.util.jsg.
JsgParser
のメソッド
skipSpace()
- クラス org.kotemaru.util.jsg.
ParserBase
のメソッド
skipTokens()
- クラス org.kotemaru.util.jsg.
BnfDriver
のメソッド
sleep(int)
- クラス org.kotemaru.wsjs.ssjs.
SsjsEnv
のメソッド
スリープする。
sMap(Map)
- クラス org.kotemaru.util.json.
JSONSerializer
のメソッド
sMap(Scriptable)
- クラス org.kotemaru.wsjs.ssjs.
JSONSerializer
のメソッド
source
- クラス org.kotemaru.util.jsg.
ParserBase
の変数
Source
-
org.kotemaru.util.jsg
の クラス
Source(String)
- クラス org.kotemaru.util.jsg.
Source
のコンストラクタ
SsjsContext
-
org.kotemaru.wsjs.ssjs
の クラス
SsjsContext()
- クラス org.kotemaru.wsjs.ssjs.
SsjsContext
のコンストラクタ
SsjsContextFactory
-
org.kotemaru.wsjs.ssjs
の クラス
SsjsContextFactory()
- クラス org.kotemaru.wsjs.ssjs.
SsjsContextFactory
のコンストラクタ
SsjsEnv
-
org.kotemaru.wsjs.ssjs
の クラス
RPJS,SSJS の実行環境を表すクラス。
SsjsEnv(WsjsContext, Context, Scriptable, Page)
- クラス org.kotemaru.wsjs.ssjs.
SsjsEnv
のコンストラクタ
SsjsProc
-
org.kotemaru.wsjs.proc
の クラス
SsjsProc()
- クラス org.kotemaru.wsjs.proc.
SsjsProc
のコンストラクタ
SsjsUtil
-
org.kotemaru.wsjs.ssjs
の クラス
SsjsUtil()
- クラス org.kotemaru.wsjs.ssjs.
SsjsUtil
のコンストラクタ
startMonitor()
- クラス org.kotemaru.util.
CPUMonitor
の static メソッド
streamToBytes(InputStream)
- クラス org.kotemaru.util.
IOUtil
の static メソッド
streamToString(InputStream, String)
- クラス org.kotemaru.util.
IOUtil
の static メソッド
substring(int, int)
- クラス org.kotemaru.util.jsg.
Source
のメソッド
T
time
- クラス org.kotemaru.util.
CPUMonitor.Pack
の変数
toClassMatchers(String[][])
- クラス org.kotemaru.wsjs.
PermitUtil
の static メソッド
toDirMatchers(String[][])
- クラス org.kotemaru.wsjs.
PermitUtil
の static メソッド
toJNDIMatchers(String[][])
- クラス org.kotemaru.wsjs.
PermitUtil
の static メソッド
Token
-
org.kotemaru.util.jsg
の クラス
Token(String, BnfDriver, String, boolean)
- クラス org.kotemaru.util.jsg.
Token
のコンストラクタ
Token(String, BnfDriver, String)
- クラス org.kotemaru.util.jsg.
Token
のコンストラクタ
tokenize()
- クラス org.kotemaru.util.jsg.
BnfDriver
のメソッド
tokenize(BnfDriver)
- インタフェース org.kotemaru.util.jsg.
Tokenizer
のメソッド
tokenize(BnfDriver)
- クラス org.kotemaru.wsjs.exjs.
JsTokenizer
のメソッド
StringLiteral, Number, Identifier, MultiLineComment, Punctuator
Tokenizer
-
org.kotemaru.util.jsg
の インタフェース
toString()
- クラス org.kotemaru.auth.
UserBase
のメソッド
toString()
- 例外 org.kotemaru.util.
ErrorPageExceptionBase
のメソッド
toString()
- クラス org.kotemaru.util.jsg.
Expr.AndExpr
のメソッド
toString()
- クラス org.kotemaru.util.jsg.
Expr.Block
のメソッド
toString()
- クラス org.kotemaru.util.jsg.
Expr.Extension
のメソッド
toString()
- クラス org.kotemaru.util.jsg.
Expr.IdentifierRefer
のメソッド
toString(String)
- クラス org.kotemaru.util.jsg.
Expr.ListExpr
のメソッド
toString()
- クラス org.kotemaru.util.jsg.
Expr.LiteralToken
のメソッド
toString()
- クラス org.kotemaru.util.jsg.
Expr.NotExpr
のメソッド
toString()
- クラス org.kotemaru.util.jsg.
Expr.OrExpr
のメソッド
toString()
- クラス org.kotemaru.util.jsg.
Expr.RegexpToken
のメソッド
toString()
- クラス org.kotemaru.util.jsg.
Expr.TokenizerToken
のメソッド
toString()
- クラス org.kotemaru.util.jsg.
Token
のメソッド
toString()
- クラス org.kotemaru.wsjs.
PageDelegate
のメソッド
toString()
- クラス org.kotemaru.wsjs.
PageFileImpl
のメソッド
totalCacheSize
- クラス org.kotemaru.wsjs.
RepositoryBase
の変数
totalMem
- クラス org.kotemaru.util.
CPUMonitor.Pack
の変数
transrate(InputStream, OutputStream)
- クラス org.kotemaru.util.
IOUtil
の static メソッド
transrate(InputStream, OutputStream, boolean, boolean)
- クラス org.kotemaru.util.
IOUtil
の static メソッド
transrate(RandomAccessFile, OutputStream, boolean, boolean)
- クラス org.kotemaru.util.
IOUtil
の static メソッド
U
unlock(Object)
- クラス org.kotemaru.util.
Mutex
のメソッド
UnregisterUserException
-
org.kotemaru.wsjs
の 例外
未登録ユーザで発生する例外。
UnregisterUserException(WsjsContext, User, String)
- 例外 org.kotemaru.wsjs.
UnregisterUserException
のコンストラクタ
コンストラクタ。
UnregisterUserException(WsjsContext, User, Page)
- 例外 org.kotemaru.wsjs.
UnregisterUserException
のコンストラクタ
update()
- クラス org.kotemaru.wsjs.proc.
ClassProc
のメソッド
update(WsjsContext)
- クラス org.kotemaru.wsjs.proc.
ExjsProc
のメソッド
update()
- クラス org.kotemaru.wsjs.proc.
LinkProc
のメソッド
update()
- クラス org.kotemaru.wsjs.proc.
LocalFileProc
のメソッド
update()
- クラス org.kotemaru.wsjs.proc.
RpjsProc
のメソッド
update()
- クラス org.kotemaru.wsjs.proc.
SsjsProc
のメソッド
UploadUtil
-
org.kotemaru.util
の クラス
UploadUtil()
- クラス org.kotemaru.util.
UploadUtil
のコンストラクタ
User
-
org.kotemaru.auth
の インタフェース
ユーザのインターフェース。
USER_NAME
- クラス org.kotemaru.wsjs.
WsjsServlet
の static 変数
UserBase
-
org.kotemaru.auth
の クラス
ユーザのベース実装。
UserBase(PAM, RoleManager, IdProvider, String, String)
- クラス org.kotemaru.auth.
UserBase
のコンストラクタ
コンストラクタ。
UserBase(PAM, RoleManager, IdProvider, String)
- クラス org.kotemaru.auth.
UserBase
のコンストラクタ
UserImpl
-
org.kotemaru.auth.gae
の クラス
UserImpl(PAM, RoleManager, IdProvider, String, String)
- クラス org.kotemaru.auth.gae.
UserImpl
のコンストラクタ
UserImpl(PAM, RoleManager, String)
- クラス org.kotemaru.auth.gae.
UserImpl
のコンストラクタ
コンストラクタ。
UserImpl
-
org.kotemaru.auth.openid
の クラス
UserImpl(PAM, RoleManager, IdProvider, String, String)
- クラス org.kotemaru.auth.openid.
UserImpl
のコンストラクタ
UserImpl
-
org.kotemaru.auth.servlet
の クラス
UserImpl(PAM, RoleManager, String, HttpServletRequest)
- クラス org.kotemaru.auth.servlet.
UserImpl
のコンストラクタ
UserImpl
-
org.kotemaru.auth
の クラス
UserImpl(PAM, RoleManager, IdProvider, String, String)
- クラス org.kotemaru.auth.
UserImpl
のコンストラクタ
UserImpl(PAM, RoleManager, String)
- クラス org.kotemaru.auth.
UserImpl
のコンストラクタ
コンストラクタ。
UserManager
-
org.kotemaru.auth
の インタフェース
userManager
- クラス org.kotemaru.wsjs.
ConfigBean
の変数
UserManagerImpl
-
org.kotemaru.auth.dummy
の クラス
ダミー用UserManager。
UserManagerImpl(Map)
- クラス org.kotemaru.auth.dummy.
UserManagerImpl
のコンストラクタ
UserManagerImpl
-
org.kotemaru.auth.gae
の クラス
ローカルファイル用UserManager。
UserManagerImpl(Map)
- クラス org.kotemaru.auth.gae.
UserManagerImpl
のコンストラクタ
UserManagerImpl
-
org.kotemaru.auth.localfile
の クラス
ローカルファイル用UserManager。
UserManagerImpl(Map)
- クラス org.kotemaru.auth.localfile.
UserManagerImpl
のコンストラクタ
USERS
- インタフェース org.kotemaru.auth.
User
の static 変数
UTF8
- インタフェース org.kotemaru.wsjs.
WsjsConst
の static 変数
V
verifyResponse(HttpServletRequest)
- クラス org.kotemaru.auth.openid.
OpenIDConsumer
のメソッド
visibleToScripts(String)
- クラス org.kotemaru.wsjs.ssjs.
SsjsEnv
のメソッド
VISITOR
- インタフェース org.kotemaru.auth.
User
の static 変数
VisitUser
-
org.kotemaru.auth
の クラス
visitorユーザの実装。
VisitUser(PAM)
- クラス org.kotemaru.auth.
VisitUser
のコンストラクタ
W
WARN
- クラス org.kotemaru.util.
LOG
の static 変数
warn(String)
- クラス org.kotemaru.util.
LOG
の static メソッド
warn(String)
- クラス org.kotemaru.wsjs.
AppLog
のメソッド
warn(String)
- クラス org.kotemaru.wsjs.
Log
のメソッド
WikiProc
-
org.kotemaru.wsjs.proc
の クラス
WikiProc()
- クラス org.kotemaru.wsjs.proc.
WikiProc
のコンストラクタ
write(Object)
- クラス org.kotemaru.util.json.
JSONSerializer
のメソッド
write(Object)
- クラス org.kotemaru.wsjs.ssjs.
JSONSerializer
のメソッド
writeBody(OutputStream)
- インタフェース org.kotemaru.wsjs.
Page
のメソッド
ページの内容をストリームに書き出す。
writeBody(OutputStream, boolean)
- インタフェース org.kotemaru.wsjs.
Page
のメソッド
ページの内容をストリームに書き出しストリームを閉じる。
writeBody(OutputStream)
- クラス org.kotemaru.wsjs.
PageAccessor
のメソッド
writeBody(OutputStream)
- クラス org.kotemaru.wsjs.
PageDelegate
のメソッド
writeBody(OutputStream, boolean)
- クラス org.kotemaru.wsjs.
PageDelegate
のメソッド
writeBody(OutputStream)
- クラス org.kotemaru.wsjs.
PageFileImpl
のメソッド
writeBody(OutputStream, boolean)
- クラス org.kotemaru.wsjs.
PageFileImpl
のメソッド
WsjsConst
-
org.kotemaru.wsjs
の インタフェース
WsjsContext
-
org.kotemaru.wsjs
の クラス
WSJSに対するリクエスト毎のコンテキスト。
WsjsContext(WsjsServlet, HttpServletRequest, HttpServletResponse)
- クラス org.kotemaru.wsjs.
WsjsContext
のコンストラクタ
コンストラクタ。
WsjsServlet
-
org.kotemaru.wsjs
の クラス
WsjsServlet()
- クラス org.kotemaru.wsjs.
WsjsServlet
のコンストラクタ
X
XMLHttpRequest
-
org.kotemaru.wsjs.ssjs
の クラス
TODO: 非同期、キャッシュ、クッキー
XMLHttpRequest(SsjsEnv)
- クラス org.kotemaru.wsjs.ssjs.
XMLHttpRequest
のコンストラクタ
_
__getStopIteratin()
- クラス org.kotemaru.wsjs.
AppConfig
のメソッド
__getStopIteratin()
- クラス org.kotemaru.wsjs.
ConfigBean
のメソッド
__iterator__(boolean)
- クラス org.kotemaru.wsjs.
AppConfig
のメソッド
__iterator__(boolean)
- クラス org.kotemaru.wsjs.
ConfigBean
のメソッド
__scope
- クラス org.kotemaru.wsjs.
ConfigBean
の変数
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
_
概要
パッケージ
クラス
使用
階層ツリー
非推奨 API
索引
ヘルプ
前 次
フレームあり
フレームなし
すべてのクラス
Copyright © 2009 kotemaru.