| Interface | Description |
|---|---|
| Cache | |
| Cache.Callback | |
| Callback | |
| Fragment |
A generic fragment of document
|
| Fragment.Link |
A Link fragment
|
| Fragment.Slice |
A generic Slice fragment
|
| Fragment.StructuredText.Block | |
| Fragment.StructuredText.Block.Text | |
| Fragment.StructuredText.Element | |
| Fragment.StructuredText.Span | |
| HtmlSerializer |
An HtmlSerializer can be implemented to generate a custom HTML for Block or Span.
|
| LinkResolver | |
| Logger | |
| Predicate |
| Class | Description |
|---|---|
| AlternateLanguage | |
| Api |
Embodies an API endpoint, from which it is possible to make queries.
|
| Api.ApiData | |
| Cache.BuiltInCache | |
| Cache.DefaultCache | |
| Cache.NoCache | |
| Document | |
| Experiment | |
| Experiments |
All experiments exposed by the Prismic API
|
| Form |
A general usage RESTful form, manipulated by higher-level forms like
Form.SearchForm. |
| Form.Field | |
| Form.SearchForm |
The object you will use to perform queries.
|
| Fragment.Color |
A CSS color, represented by its hexadecimal representation (ex: #FF0000)
|
| Fragment.CompositeSlice |
The Composite Slice
|
| Fragment.Date |
A Date fragment.
|
| Fragment.DocumentLink |
Link to a document within the same Prismic repository.
|
| Fragment.Embed |
An embeded object, typically coming from a third party service (example: YouTube video)
|
| Fragment.FileLink |
Link to a file uploaded to Prismic's Media Library, for example a PDF file.
|
| Fragment.GeoPoint |
A geographical point fragment, represented by longitude and latitude
|
| Fragment.Group |
Represents a Group fragment.
|
| Fragment.Image |
An image fragment.
|
| Fragment.Image.View |
A View is a representation of an image at a specific size
|
| Fragment.ImageLink |
Link to an image uploaded to Prismic's Media Library
|
| Fragment.Number |
A Number fragment.
|
| Fragment.Raw |
Represents a raw fragment from which you can retrieve json in order to handle it manually
|
| Fragment.SimpleSlice | Deprecated
use CompositeSlice instead
|
| Fragment.SliceZone | |
| Fragment.StructuredText |
A Structured text, typically a text including blocks, formatting, links, images...
|
| Fragment.StructuredText.Block.Embed |
An embed within a StructuredText
|
| Fragment.StructuredText.Block.Heading | |
| Fragment.StructuredText.Block.Image |
An image within a StructuredText
|
| Fragment.StructuredText.Block.ListItem |
A listitem, typically a "li" tag within a "ul" or "ol" (whether the ordered property is true or not)
|
| Fragment.StructuredText.Block.Paragraph | |
| Fragment.StructuredText.Block.Preformatted | |
| Fragment.StructuredText.Span.Em | |
| Fragment.StructuredText.Span.Hyperlink | |
| Fragment.StructuredText.Span.Label | |
| Fragment.StructuredText.Span.Strong | |
| Fragment.Text |
The Text type, represents a plain text
|
| Fragment.Timestamp |
Timestamp fragment: date with time.
|
| Fragment.WebLink | |
| GroupDoc | |
| Logger.NoLogger | |
| Logger.PrintlnLogger | |
| Main | |
| Predicates | |
| Prismic | |
| Ref | |
| Response | |
| SimpleLinkResolver | Deprecated
as of 2.0
LinkResolver has default methods (made
possible by a Java 8 baseline) and can be implemented directly without the
need for this adapter |
| Variation |
One specific variation within an Experiment
|
| WithFragments |
| Enum | Description |
|---|---|
| Api.Error.Code | |
| Predicates.DayOfWeek | |
| Predicates.Month |
| Exception | Description |
|---|---|
| Api.Error |
Copyright © 2018. All rights reserved.