索引
すべてのクラス|すべてのパッケージ
A
- Attribute - org.thinkit.framework.contentのインタフェース
-
The interface that defines the processing required by Enum constants to represent the attributes.
C
- Condition - org.thinkit.framework.contentのインタフェース
-
The interface that defines the processing required by Enum constants to represent the conditions.
- content() - 注釈型 のメソッドorg.thinkit.framework.content.annotation.ContentMapping
-
Specify the relative path to the content file.
- Content<R extends ContentEntity> - org.thinkit.framework.contentのインタフェース
-
The interface that abstracts the content.
- ContentEntity - org.thinkit.framework.content.entityのインタフェース
-
A marker interface that indicates that the object is a content entity.
- ContentInvoker<R extends ContentEntity> - org.thinkit.framework.contentのクラス
-
The content-initiating class that makes a secure call to the concrete content class that implements the
Content
interface. - ContentLoader - org.thinkit.framework.contentのクラス
-
The class that defines the process of loading the content data based on the specified content definition.
- ContentMapping - org.thinkit.framework.content.annotationの注釈型
-
It is an annotation that makes a mapping to a referenced content file.
- ContentResource - org.thinkit.framework.contentのインタフェース
-
The interface is an abstraction of content resources.
- ContentRoot - org.thinkit.framework.content.catalogの列挙
-
The catalog that manages a content root.
E
- execute() - インタフェース のメソッドorg.thinkit.framework.content.Content
-
Returns the data got from the content as the data type specified when implementing the
Content
interface. - execute() - インタフェース のメソッドorg.thinkit.framework.content.rule.Rule
-
推奨されていません。Search the content data and return as a result the data of the type specified in the generics.
G
- getAttributes() - インタフェース のメソッドorg.thinkit.framework.content.Content
-
Returns the Set containing the name of the target attribute to be retrieved from the content file.
- getCode() - 列挙 のメソッドorg.thinkit.framework.content.catalog.ContentRoot
-
The code
- getConditions() - インタフェース のメソッドorg.thinkit.framework.content.Content
-
Returns the list containing the conditions for get the content.
- getPath() - インタフェース のメソッドorg.thinkit.framework.content.ContentResource
-
Returns the relative path to the content file.
- getString() - インタフェース のメソッドorg.thinkit.framework.content.Attribute
-
Returns the string representation of the Enum element.
- getString() - インタフェース のメソッドorg.thinkit.framework.content.Condition
-
Returns the string representation of the Enum element.
- getTag() - 列挙 のメソッドorg.thinkit.framework.content.catalog.ContentRoot
-
The tag
I
- Invokable<R> - org.thinkit.framework.contentのインタフェース
-
The interface that abstracts the invokable objects.
- invoke() - クラス のメソッドorg.thinkit.framework.content.ContentInvoker
- invoke() - インタフェース のメソッドorg.thinkit.framework.content.Invokable
-
Invokes the processing of a concrete class that implements the
Invokable.invoke()
method. - invoke() - クラス のメソッドorg.thinkit.framework.content.rule.RuleInvoker
-
推奨されていません。
L
- load(InputStream, Set<String>) - クラス のstaticメソッドorg.thinkit.framework.content.ContentLoader
-
Gets each element defined in the content file specified as an argument and return it as List.
- load(InputStream, Set<String>, List<Map<String, String>>) - クラス のstaticメソッドorg.thinkit.framework.content.ContentLoader
-
Gets each element defined in the content file specified and return it as a list.
- loadContent(Content<R>) - インタフェース のメソッドorg.thinkit.framework.content.Content
-
Refers to the content file associated with the content object passed as an argument and perform the loading process.
O
- of(Content<R>) - クラス のstaticメソッドorg.thinkit.framework.content.ContentInvoker
-
Returns the new instance of the
ContentInvoker
class based on theContent
object passed as an argument. - of(Rule<R>) - クラス のstaticメソッドorg.thinkit.framework.content.rule.RuleInvoker
-
推奨されていません。Returns the new instance of the
RuleInvoker
class based on theRule
object specified as an argument. - org.thinkit.framework.content - パッケージ org.thinkit.framework.content
-
The package manages the classes that are the core of the content framework.
- org.thinkit.framework.content.annotation - パッケージ org.thinkit.framework.content.annotation
-
The package manages the annotations used by the content framework.
- org.thinkit.framework.content.catalog - パッケージ org.thinkit.framework.content.catalog
-
The package manages the catalogs used by the content framework.
- org.thinkit.framework.content.entity - パッケージ org.thinkit.framework.content.entity
-
The package manages the entity used in the content framework.
- org.thinkit.framework.content.rule - パッケージ org.thinkit.framework.content.rule
-
This package was provided as a layer to process values retrieved from content, but it was deprecated due to its limited use and redundancy.
R
- ROOT - org.thinkit.framework.content.catalog.ContentRoot
-
The root (
"resource/content/"
) - Rule<R> - org.thinkit.framework.content.ruleのインタフェース
-
推奨されていません。This class was provided as a layer to process values retrieved from content, but it was deprecated due to its limited use and redundancy.
- RuleInvoker<R> - org.thinkit.framework.content.ruleのクラス
-
推奨されていません。This class was provided as a layer to process values retrieved from content, but it was deprecated due to its limited use and redundancy.
V
- valueOf(String) - 列挙 のstaticメソッドorg.thinkit.framework.content.catalog.ContentRoot
-
指定した名前を持つこの型の列挙型定数を返します。
- values() - 列挙 のstaticメソッドorg.thinkit.framework.content.catalog.ContentRoot
-
この列挙型の定数を含む配列を宣言されている順序で 返します。
すべてのクラス|すべてのパッケージ