Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- A - Enum constant in enum class org.ctan.markup.Tag
-
The field
A
represents the a tag. - ABBR - Enum constant in enum class org.ctan.markup.Tag
-
The constant
ABBR
represents the abbr tag. - AbstractEntity - Class in org.ctan.site.domain
-
This is the base class for domain classes in the CTAN database.
- AbstractEntity() - Constructor for class org.ctan.site.domain.AbstractEntity
- AbstractImportService<T> - Class in org.ctan.site.services.catalogue
-
This abstract base class provides the fundamentals for the catalogue imports from ML files.
- AbstractIndexingStore<T> - Class in org.ctan.site.stores.base
-
The class
AbstractIndexingStore
contains the abstract repository for CRUD operations on an indexed entity. - AbstractIndexingStore(SessionFactory, IndexingSession) - Constructor for class org.ctan.site.stores.base.AbstractIndexingStore
-
This is the constructor for
AbstractStore
. - AbstractStore<T> - Class in org.ctan.site.stores.base
-
The class
AbstractStore
contains the abstract repository for CRUD operations on an entity. - AbstractStore(SessionFactory) - Constructor for class org.ctan.site.stores.base.AbstractStore
-
This is the constructor for
AbstractStore
. - AbstractSubmitValidator - Class in org.ctan.site.services.upload.util
-
This is an abstract base class containing validation methods.
- AbstractSubmitValidator(TopicStore, LicenseStore) - Constructor for class org.ctan.site.services.upload.util.AbstractSubmitValidator
-
This is the constructor for
AbstractSubmitValidator
. - accept(String) - Method in class org.ctan.site.domain.account.User
-
The method
accept
provides means to check that the user is authenticated. - AccountService - Class in org.ctan.site.services.account
-
The class
AccountService
contains service methods for the CTAN site user. - AccountService(UserStore, TicketStore, AuthorStore, MailService) - Constructor for class org.ctan.site.services.account.AccountService
-
This is the constructor for the class
UserService
. - AccountService.PkgTo - Class in org.ctan.site.services.account
-
The package transport object.
- AccountService.To - Class in org.ctan.site.services.account
-
The transport object.
- AccountService.UserTo - Class in org.ctan.site.services.account
-
The user transport object.
- ACRONYM - Enum constant in enum class org.ctan.markup.Tag
-
The constant
ACRONYM
represents the acronym tag. - ActiveMirror - Class in org.ctan.site.domain.mirrors
-
This domain class represents an active CTAN mirror site.
- ActiveMirror() - Constructor for class org.ctan.site.domain.mirrors.ActiveMirror
- add(String, Object) - Method in class org.ctan.site.stores.UploadStore.StringsMap
-
The method
add
provides means to add a key/value pair. - add(String, String) - Method in class minitex.MiniTexParser
-
This method add a value to the definitions map.
- addPkg(String) - Method in class org.ctan.site.services.postings.Posting
-
This method adds a package to the list of associated packages.
- addPkg(Pkg, boolean) - Method in class org.ctan.site.domain.catalogue.Author
-
Add a reference to a package.
- ADDRESS - Enum constant in enum class org.ctan.markup.Tag
-
The constant
ADDRESS
represents the address tag. - ADMIN - Enum constant in enum class org.ctan.site.domain.account.Role
-
The field
ADMIN
contains the role as administrator. - AMS - Static variable in interface org.ctan.markup.Logos
-
The field
AMS
contains the AMS logo in HTML. - AMS_LATEX - Static variable in interface org.ctan.markup.Logos
-
The field
AMS
contains the AmS-LaTeX logo in HTML. - AMS_TEX - Static variable in interface org.ctan.markup.Logos
-
The field
AMS
contains the AmS-TeX logo in HTML. - analyze(Node) - Method in class org.ctan.markup.html2latex.TableAnalyzer
-
The method
analyze
collects the specifications for columns of a table. - AppHealthCheck - Class in org.ctan.site.health
-
The class
AppHealthCheck
contains the health check for the application. - AppHealthCheck(CtanConfiguration) - Constructor for class org.ctan.site.health.AppHealthCheck
-
This is the constructor for the class
AppHealthCheck
. - APPLET - Enum constant in enum class org.ctan.markup.Tag
-
The constant
APPLET
represents the applet tag. - Archive - Interface in org.ctan.site.services.upload.util.archive
-
The interface
Archive
contains the common description for a ZIP and tar.gz archive. - ARCHIVE - Enum constant in enum class org.ctan.site.domain.archive.ArchiveFile.FileType
-
The field
ARCHIVE
contains the indicator for an archive. - Archive.Entry - Interface in org.ctan.site.services.upload.util.archive
-
The interface
Entry
contains the wrapper definition for an archive entry. - ArchiveFile - Class in org.ctan.site.domain.archive
-
This domain class records the info about a file or directory in the
tex-archive
tree. - ArchiveFile() - Constructor for class org.ctan.site.domain.archive.ArchiveFile
- ArchiveFile.FileType - Enum Class in org.ctan.site.domain.archive
-
This enumeration lists known file types.
- ArchiveFileStore - Class in org.ctan.site.stores
-
The class
ArchiveFileStore
contains the repository for archive files. - ArchiveFileStore(CtanConfiguration.TexArchiveConfig, IndexingSession) - Constructor for class org.ctan.site.stores.ArchiveFileStore
-
This is the constructor for the
ArchiveFileStore
. - ArchiveFilesUpdateService - Class in org.ctan.site.services.texarchive
-
The class
ArchiveFilesUpdateService
contains the service for scanning the TeX archive directory and updating the database and search index accordingly. - ArchiveFilesUpdateService(CtanConfiguration, ArchiveFileStore) - Constructor for class org.ctan.site.services.texarchive.ArchiveFilesUpdateService
-
This is the constructor for
ArchiveFilesUpdateService
. - ArchiveFilesUpdateTask - Class in org.ctan.site.tasks
-
The class
ArchiveFilesUpdateTask
contains the task to start the update action from the archive files. - ArchiveFilesUpdateTask(ArchiveFilesUpdateService) - Constructor for class org.ctan.site.tasks.ArchiveFilesUpdateTask
-
This is the constructor for
ArchiveFilesUpdateTask
. - AREA - Enum constant in enum class org.ctan.markup.Tag
-
The constant
AREA
represents the area tag. - asJson() - Method in class org.ctan.site.services.SitemapService
-
The method
asJson
provides means to create a sitemap as object tree. - asXml() - Method in class org.ctan.site.services.SitemapService
-
The method
asXml
provides means to create a sitemap as XML-formatted String. - asXml(String) - Method in class org.ctan.site.services.SitemapService
-
The method
asXml
provides means to create a sitemap as XML-formatted String. - Atom10Resource - Class in org.ctan.site.resources.postings
-
The class
Atom10Resource
contains the controller for the ATOM feed resource. - Atom10Resource(PostingCache, CtanConfiguration) - Constructor for class org.ctan.site.resources.postings.Atom10Resource
-
This is the constructor for the class
RssResource
. - Atom10Resource.AtomEntry - Class in org.ctan.site.resources.postings
-
The class
AtomEntry
contains the item node of Atom 1.0. - Atom10Resource.AtomFeed - Class in org.ctan.site.resources.postings
-
The class
Atom
contains the top node of Atom 1.0. - Atom10Resource.AtomGenerator - Class in org.ctan.site.resources.postings
-
The class
AtomGenerator
contains the Generator node of Atom 1.0. - Atom10Resource.AtomLink - Class in org.ctan.site.resources.postings
-
The class
AtomLink
contains the Link node of Atom 1.0. - AtomEntry() - Constructor for class org.ctan.site.resources.postings.Atom10Resource.AtomEntry
- AtomFeed() - Constructor for class org.ctan.site.resources.postings.Atom10Resource.AtomFeed
- AtomGenerator() - Constructor for class org.ctan.site.resources.postings.Atom10Resource.AtomGenerator
- AtomLink() - Constructor for class org.ctan.site.resources.postings.Atom10Resource.AtomLink
- Author - Class in org.ctan.site.domain.catalogue
-
This is the domain class for an author in the CTAN Catalogue.
- Author() - Constructor for class org.ctan.site.domain.catalogue.Author
- Author.NameFormat - Enum Class in org.ctan.site.domain.catalogue
-
This enumeration lists known name formats.
- Author3Resource - Class in org.ctan.site.resources.catalogue
-
The class
Author3Resource
contains the controller for the author resource. - Author3Resource(CtanConfiguration.CtanConfig, AuthorStore, UserStore) - Constructor for class org.ctan.site.resources.catalogue.Author3Resource
-
This is the constructor for the class
Author3Resource
. - Author3Resource.AuthorListTo - Class in org.ctan.site.resources.catalogue
-
The class
AuthorListTo
contains the transport object for the author list. - Author3Resource.AuthorSummaryTo - Class in org.ctan.site.resources.catalogue
-
The class
AuthorSummaryTo
contains the transport object for the author resource in the summary list. - Author3Resource.AuthorTo - Class in org.ctan.site.resources.catalogue
-
The class
AuthorTo
contains the transport object for the author resource. - Author3Resource.PkgSummaryTo - Class in org.ctan.site.resources.catalogue
-
The class
PkgSummaryTo
contains the transport object for the package of the author resource. - AuthorEmail - Class in org.ctan.site.domain.catalogue
-
This is the domain class for an author's email in the CTAN Catalogue.
- AuthorEmail() - Constructor for class org.ctan.site.domain.catalogue.AuthorEmail
- AuthorListTo() - Constructor for class org.ctan.site.resources.catalogue.Author3Resource.AuthorListTo
- AuthorRef - Class in org.ctan.site.domain.catalogue
-
The class
AuthorRef
contains the association of a package to an author. - AuthorRef() - Constructor for class org.ctan.site.domain.catalogue.AuthorRef
- AUTHORS - Enum constant in enum class org.ctan.site.services.search.base.IndexType
-
The constant
AUTHORS
contains the index type for authors. - AuthorShortTo() - Constructor for class org.ctan.site.resources.catalogue.api.JsonPkgResource.AuthorShortTo
- AuthorsImportService - Class in org.ctan.site.services.catalogue
-
This service deals with the authors from a file.
- AuthorsImportService(File, AuthorStore) - Constructor for class org.ctan.site.services.catalogue.AuthorsImportService
-
This is the constructor for
AuthorsImportService
. - AuthorStore - Class in org.ctan.site.stores
-
The class
AuthorStore
contains the repository for authors. - AuthorStore(SessionFactory, IndexingSession) - Constructor for class org.ctan.site.stores.AuthorStore
-
This is the constructor for the
AuthorStore
. - AuthorSummaryTo() - Constructor for class org.ctan.site.resources.catalogue.api.JsonAuthorResource.AuthorSummaryTo
- AuthorSummaryTo() - Constructor for class org.ctan.site.resources.catalogue.Author3Resource.AuthorSummaryTo
- AuthorSummaryTo() - Constructor for class org.ctan.site.resources.catalogue.Pkg3Resource.AuthorSummaryTo
- AuthorTo() - Constructor for class org.ctan.site.resources.catalogue.api.JsonAuthorResource.AuthorTo
- AuthorTo() - Constructor for class org.ctan.site.resources.catalogue.api.JsonPkgResource.AuthorTo
- AuthorTo() - Constructor for class org.ctan.site.resources.catalogue.Author3Resource.AuthorTo
B
- B - Enum constant in enum class org.ctan.markup.Tag
-
The constant
B
represents the b tag. - B_I - Enum constant in enum class org.ctan.markup.Tag
-
The constant
B_I
represents the b-i tag combination. - BASE - Enum constant in enum class org.ctan.markup.Tag
-
The constant
BASE
represents the base tag. - BASEFONT - Enum constant in enum class org.ctan.markup.Tag
-
The constant
BASEFONT
represents the basefont tag. - BDO - Enum constant in enum class org.ctan.markup.Tag
-
The constant
BDO
represents the bdo tag. - BIBTEX - Static variable in interface org.ctan.markup.Logos
-
The field
BIBTEX
contains the BibTeX logo in HTML. - Bibtex3Resource - Class in org.ctan.site.resources.catalogue
-
The class
Bibtex3Resource
contains the controller for the bibtex resource. - Bibtex3Resource(BibtexService) - Constructor for class org.ctan.site.resources.catalogue.Bibtex3Resource
-
This is the constructor for the class
Bibtex3Resource
. - BibtexConfig() - Constructor for class org.ctan.site.services.catalogue.BibtexService.BibtexConfig
- BibtexService - Class in org.ctan.site.services.catalogue
-
This service provides special methods for dealing with BibTeX files.
- BibtexService(PkgStore) - Constructor for class org.ctan.site.services.catalogue.BibtexService
-
This is the constructor for
BibtexService
. - BibtexService.BibtexConfig - Class in org.ctan.site.services.catalogue
-
The configuration for the BibTeX service.
- BIG - Enum constant in enum class org.ctan.markup.Tag
-
The constant
BIG
represents the big tag. - BLOCKQUOTE - Enum constant in enum class org.ctan.markup.Tag
-
The constant
BLOCKQUOTE
represents the blockquote tag. - BODY - Enum constant in enum class org.ctan.markup.Tag
-
The constant
BODY
represents the body tag. - BR - Enum constant in enum class org.ctan.markup.Tag
-
The constant
BR
represents the br tag. - BUTTON - Enum constant in enum class org.ctan.markup.Tag
-
The constant
BUTTON
represents the button tag.
C
- canHandle(String) - Method in class org.ctan.markup.markdown.syntax.HighlighterService
-
This method whether a given language is supported.
- CAPTION - Enum constant in enum class org.ctan.markup.Tag
-
The constant
CAPTION
represents the caption tag. - CatalogueConfig() - Constructor for class org.ctan.site.CtanConfiguration.CatalogueConfig
- CatalogueImportService - Class in org.ctan.site.services.catalogue
-
This abstract base class provides the fundamentals for the catalogue imports from ML files.
- CatalogueImportService(CtanConfiguration.CatalogueConfig, AuthorStore, TopicStore, PkgStore, LicenseStore, IndexingService) - Constructor for class org.ctan.site.services.catalogue.CatalogueImportService
-
This is the constructor for
CatalogueImportService
. - CatalogueUpdateTask - Class in org.ctan.site.tasks
-
The class
CatalogueUpdateTask
contains the task to start the update action from the catalogue XML files. - CatalogueUpdateTask(CatalogueImportService) - Constructor for class org.ctan.site.tasks.CatalogueUpdateTask
-
This is the constructor for
CatalogueUpdateTask
. - CENTER - Enum constant in enum class org.ctan.markup.Tag
-
The constant
CENTER
represents the center tag. - check() - Method in class org.ctan.site.health.AppHealthCheck
- check() - Method in class org.ctan.site.health.ContentHealthCheck
- check() - Method in class org.ctan.site.health.CtanAnnHealthCheck
- check() - Method in class org.ctan.site.health.IncomingHealthCheck
- check() - Method in class org.ctan.site.health.TexarchiveHealthCheck
- check(Messages, String, String, byte[]) - Method in class org.ctan.site.services.upload.util.TdsValidator
-
The method
check
provides means to perform the checks. - check(Messages, String, String, ZipInputStream) - Method in class org.ctan.site.services.upload.util.TdsValidator
-
This method inspects the TDS archive and adds messages if something unusual is found.
- checkIndexDirectory(File) - Method in class org.ctan.site.services.search.base.IndexingBase
-
The method
checkIndexDirectory
provides means to check whether the index exists. - checkRemainderFiles(Messages, Map<String, Boolean>) - Method in class org.ctan.site.services.upload.util.RemainderValidator
-
The method
checkRemainderFiles
provides means to TODO gene. - CHINESE - Enum constant in enum class org.ctan.site.domain.catalogue.Author.NameFormat
-
The field
FILE
contains the indicates a Chinese type of name. - CITE - Enum constant in enum class org.ctan.markup.Tag
-
The constant
CITE
represents the cite tag. - clearIndexDir(IndexType) - Method in class org.ctan.site.services.search.base.IndexingService
-
Remove all files in the index directory.
- close() - Method in class org.ctan.markup.markdown.MarkdownWriter
- close() - Method in class org.ctan.markup.markdown.syntax.HighlightReader
- close() - Method in class org.ctan.site.services.postings.PostingReader
-
This method closes this reader and the attached input sources.
- close() - Method in class org.ctan.site.services.search.base.IndexingSession
- close() - Method in interface org.ctan.site.services.upload.util.archive.Archive
-
The method
close
provides means to close the stream. - close() - Method in class org.ctan.site.services.upload.util.archive.TgzArchiveWrapper
-
The method
close
provides means to close the stream. - close() - Method in class org.ctan.site.services.upload.util.archive.ZipArchiveWrapper
-
The method
close
provides means to close the stream. - CLOSE_BRACE - Static variable in class org.ctan.markup.html2latex.Html2Latex
-
The field
CLOSE_BRACE
contains the handler which produces a closing curly brace. - closeEntry() - Method in interface org.ctan.site.services.upload.util.archive.Archive
-
The method
closeEntry
provides means to close the current entry. - closeEntry() - Method in class org.ctan.site.services.upload.util.archive.TgzArchiveWrapper
-
The method
closeEntry
provides means to close the current entry. - closeEntry() - Method in class org.ctan.site.services.upload.util.archive.ZipArchiveWrapper
-
The method
closeEntry
provides means to close the current entry. - CODE - Enum constant in enum class org.ctan.markup.Tag
-
The constant
CODE
represents the code tag. - COL - Enum constant in enum class org.ctan.markup.Tag
-
The constant
COL
represents the col tag. - COLGROUP - Enum constant in enum class org.ctan.markup.Tag
-
The constant
COLGROUP
represents the colgroup tag. - compareTo(Posting) - Method in class org.ctan.site.services.postings.Posting
- Configuration - Search tag in class org.ctan.site.services.content.ContentService
- Section
- Configuration - Search tag in class org.ctan.site.services.search.SearchService
- Section
- configure(Subparser) - Method in class org.ctan.site.command.InitSearchCommand
- ConfigUtils - Interface in org.ctan.site.services.util
-
The class
ConfigUtils
contains utilities for the configuration. - Contact - Class in org.ctan.site.domain.mirrors
-
This domain class represents a contact person for a CTAN mirror.
- Contact() - Constructor for class org.ctan.site.domain.mirrors.Contact
- ContactStatus - Class in org.ctan.site.domain.mirrors
-
This domain class represents the status for a contact.
- ContactStatus() - Constructor for class org.ctan.site.domain.mirrors.ContactStatus
- content(String) - Method in class org.ctan.site.services.content.LionService
-
The method
content
provides means to read the contents of a file. - CONTENT - Enum constant in enum class org.ctan.site.services.search.base.IndexType
-
The constant
CONTENT
contains the content pages. - Content3Resource - Class in org.ctan.site.resources.content
-
The class
Content3Resource
contains the controller for the content resource. - Content3Resource(ContentService, LionService) - Constructor for class org.ctan.site.resources.content.Content3Resource
-
This is the constructor for the class
Content3Resource
. - ContentConfig() - Constructor for class org.ctan.site.CtanConfiguration.ContentConfig
- ContentHealthCheck - Class in org.ctan.site.health
-
The class
ContentHealthCheck
contains the health check for the content section. - ContentHealthCheck(CtanConfiguration) - Constructor for class org.ctan.site.health.ContentHealthCheck
-
This is the constructor for the class
ContentHealthCheck
. - ContentPageListTo() - Constructor for class org.ctan.site.services.content.ContentService.ContentPageListTo
- ContentPageTo() - Constructor for class org.ctan.site.services.content.ContentService.ContentPageTo
- ContentPageTreeTo() - Constructor for class org.ctan.site.services.content.ContentService.ContentPageTreeTo
- ContentService - Class in org.ctan.site.services.content
-
The class
ContentService
contains the service to access the content area. - ContentService(CtanConfiguration.ContentConfig, CtanConfiguration.CtanConfig) - Constructor for class org.ctan.site.services.content.ContentService
-
This is the constructor for the class
ContentService
. - ContentService.ContentPageListTo - Class in org.ctan.site.services.content
-
The class
ContentPageListTo
contains the transport object for an entry in the page list. - ContentService.ContentPageTo - Class in org.ctan.site.services.content
-
The class
ContentPageTo
contains the transport object for a page. - ContentService.ContentPageTreeTo - Class in org.ctan.site.services.content
-
The class
ContentPageTreeTo
contains the transport object for a page tree. - ContentService.TeaserType - Enum Class in org.ctan.site.services.content
-
The enum
TeaserType
contains types of supported teasers. - CONTEXT - Static variable in interface org.ctan.markup.Logos
-
The field
CONTEXT
contains the ConTeXt logo in HTML. - Continents - Class in org.ctan.site.domain.mirrors
-
This domain class represents a continent.
- Continents() - Constructor for class org.ctan.site.domain.mirrors.Continents
- convert(String) - Method in class org.ctan.markup.html2latex.Html2Latex
-
Convert HTML to LaTeX.
- convertToDatabaseColumn(Gender) - Method in class org.ctan.site.domain.GenderConverter
- convertToDatabaseColumn(Role) - Method in class org.ctan.site.domain.account.RoleConverter
- convertToEntityAttribute(String) - Method in class org.ctan.site.domain.account.RoleConverter
- convertToEntityAttribute(String) - Method in class org.ctan.site.domain.GenderConverter
- copyNonNull(Boolean) - Static method in interface org.ctan.site.services.util.NullCheck
-
The method
copyNonNull
provides means to create a copy without null values. - copyNonNull(Long) - Static method in interface org.ctan.site.services.util.NullCheck
-
The method
copyNonNull
provides means to create a copy without null values. - copyNonNull(String) - Static method in interface org.ctan.site.services.util.NullCheck
-
The method
copyNonNull
provides means to create a copy without null values. - copyNonNull(Date) - Static method in interface org.ctan.site.services.util.NullCheck
-
The method
copyNonNull
provides means to create a copy without null values. - copyNonNull(Upload) - Static method in interface org.ctan.site.services.util.NullCheck
-
The method
copyNonNull
provides means to create a shallow copy without null values. - copyNonNull(Upload.TerminationStatus) - Static method in interface org.ctan.site.services.util.NullCheck
-
The method
copyNonNull
provides means to create a copy without null values. - CopyrightTo() - Constructor for class org.ctan.site.resources.catalogue.api.JsonPkgResource.CopyrightTo
- count() - Method in class org.ctan.site.stores.AuthorStore
-
The method
count
provides means to count the entities in the database. - count() - Method in class org.ctan.site.stores.base.AbstractIndexingStore
-
The method
count
provides means to count the entities in the database. - count() - Method in class org.ctan.site.stores.LicenseStore
-
The method
count
provides means to count the entities in the database. - count() - Method in class org.ctan.site.stores.PkgStore
-
The method
count
provides means to count the entities in the database. - count(String) - Method in class org.ctan.site.stores.VoteStore
-
The method
count
provides means to retrieve a mean and number of votes for a package by its key. - CountInfo() - Constructor for class org.ctan.site.stores.VoteStore.CountInfo
- Countries - Class in org.ctan.site.domain.mirrors
-
This domain class represents a country.
- Countries() - Constructor for class org.ctan.site.domain.mirrors.Countries
- create(String) - Static method in class org.ctan.site.services.account.JwtManager
-
Create a JWT with standard options set.
- create(String, long) - Static method in class org.ctan.site.services.account.JwtManager
-
Create a JWT with standard options set.
- create(Ticket) - Method in class org.ctan.site.resources.admin.Ticket3Resource
-
The method
create
provides an end-point to create a ticket. - create(User) - Method in class org.ctan.site.resources.admin.CrudUser3Resource
-
The method
create
provides an end-point to create a user. - create(UserStopword) - Method in class org.ctan.site.resources.admin.UserStopword3Resource
-
The method
create
provides an end-point to create a user. - create(Author) - Method in class org.ctan.site.resources.admin.CrudAuthor3Resource
-
The method
create
provides an end-point to create a author. - create(License) - Method in class org.ctan.site.resources.admin.CrudLicense3Resource
-
The method
create
provides an end-point to create a license. - create(Upload) - Method in class org.ctan.site.resources.admin.CrudUpload3Resource
-
The method
create
provides an end-point to create an upload. - create(GuestBook) - Method in class org.ctan.site.resources.admin.CrudGuestbook3Resource
-
The method
create
provides an end-point to create a guest book item. - create(Stopword) - Method in class org.ctan.site.resources.admin.Stopword3Resource
-
The method
create
provides an end-point to create a stop word. - create(Vote) - Method in class org.ctan.site.resources.admin.CrudVote3Resource
-
The method
create
provides an end-point to create a vote. - createComponents(String) - Method in class org.ctan.site.services.search.base.CtanAnalyzer
- createDeleteTicket(String) - Method in class org.ctan.site.stores.TicketStore
-
Create a new removal ticket.
- createPasswordTicket(String) - Method in class org.ctan.site.stores.TicketStore
-
Create a new password ticket.
- createRegisterTicket(String) - Method in class org.ctan.site.stores.TicketStore
-
Create a new registration ticket.
- createWriter(IndexType, String) - Method in class org.ctan.site.services.search.base.IndexingService
-
Create an index writer.
- CrudAuthor3Resource - Class in org.ctan.site.resources.admin
-
The class
CrudAuthor3Resource
contains the CRUD controller for the author resource. - CrudAuthor3Resource(AuthorStore) - Constructor for class org.ctan.site.resources.admin.CrudAuthor3Resource
-
This is the constructor for the class
CrudAuthor3Resource
. - CrudGuestbook3Resource - Class in org.ctan.site.resources.admin
-
The class
Ticket3Resource
contains the CRUD controller for the tickets list resource. - CrudGuestbook3Resource(GuestBookStore) - Constructor for class org.ctan.site.resources.admin.CrudGuestbook3Resource
-
This is the constructor for the class
CrudUser3Resource
. - CrudLicense3Resource - Class in org.ctan.site.resources.admin
-
The class
CrudLicense3Resource
contains the CRUD controller for the licenses resource. - CrudLicense3Resource(LicenseStore) - Constructor for class org.ctan.site.resources.admin.CrudLicense3Resource
-
This is the constructor for the class
CrudLicense3Resource
. - CrudUpload3Resource - Class in org.ctan.site.resources.admin
-
The class
CrudUpload3Resource
contains the CRUD controller for the upload resource. - CrudUpload3Resource(UploadStore) - Constructor for class org.ctan.site.resources.admin.CrudUpload3Resource
-
This is the constructor for the class
CrudUpload3Resource
. - CrudUser3Resource - Class in org.ctan.site.resources.admin
-
The class
CrudUser3Resource
contains the CRUD controller for the user resource. - CrudUser3Resource(UserStore) - Constructor for class org.ctan.site.resources.admin.CrudUser3Resource
-
This is the constructor for the class
CrudUser3Resource
. - CrudVote3Resource - Class in org.ctan.site.resources.admin
-
The class
CrudVote3Resource
contains the CRUD controller for the vote resource. - CrudVote3Resource(VoteStore) - Constructor for class org.ctan.site.resources.admin.CrudVote3Resource
-
This is the constructor for the class
CrudVote3Resource
. - Ctan - Class in org.ctan.site
-
The class
Ctan
contains the command line interface to start the Dropwizard server. - Ctan() - Constructor for class org.ctan.site.Ctan
- CtanAnalyzer - Class in org.ctan.site.services.search.base
-
This is a special
Analyzer
which has an extended set of stop words for the CTAN search. - CtanAnnHealthCheck - Class in org.ctan.site.health
-
The class
CtanAnnHealthCheck
contains the health check for the ctan-ann section. - CtanAnnHealthCheck(CtanConfiguration) - Constructor for class org.ctan.site.health.CtanAnnHealthCheck
-
This is the constructor for the class
ContentHealthCheck
. - CtanAnnounceConfig() - Constructor for class org.ctan.site.CtanConfiguration.CtanAnnounceConfig
- CtanAuthFilter - Class in org.ctan.site
-
The class
CtanAuthFilter
contains the filter for checking the authentication. - CtanAuthFilter(UserStore) - Constructor for class org.ctan.site.CtanAuthFilter
-
This is the constructor for
CtanAuthFilter
. - CtanConfig() - Constructor for class org.ctan.site.CtanConfiguration.CtanConfig
- CtanConfiguration - Class in org.ctan.site
-
The class
CtanConfiguration
contains the Dropwizard configuration specific to the CTAN site. - CtanConfiguration() - Constructor for class org.ctan.site.CtanConfiguration
- CtanConfiguration.CatalogueConfig - Class in org.ctan.site
-
The class
CatalogueConfig
contains the Dropwizard configuration for the Catalogue. - CtanConfiguration.ContentConfig - Class in org.ctan.site
-
The class
ContentConfig
contains the definition of the sub-configurationcontent
. - CtanConfiguration.CtanAnnounceConfig - Class in org.ctan.site
-
The class
CtanAnnounceConfig
contains the definition of the sub-configurationctanAnnounce
. - CtanConfiguration.CtanConfig - Class in org.ctan.site
-
The class
CtanParams
contains the description of the sectionctan
of the configuration. - CtanConfiguration.IndexConfig - Class in org.ctan.site
-
The class
IndexConfig
contains the definition of the sub-configurationindex
. - CtanConfiguration.LugsConfig - Class in org.ctan.site
-
The class
LugsConfig
contains the Dropwizard configuration for the Lugs. - CtanConfiguration.MailConfig - Class in org.ctan.site
-
The mail configuration.
- CtanConfiguration.MailSmtpConfig - Class in org.ctan.site
-
The SMTP configuration.
- CtanConfiguration.MailSmtpStarttls - Class in org.ctan.site
-
The SMTP starttls configuration.
- CtanConfiguration.MailType - Class in org.ctan.site
-
The mail list type configuration.
- CtanConfiguration.MirrMonConfig - Class in org.ctan.site
-
The class
MirrMonConfig
contains the Dropwizard configuration for MirrMon. - CtanConfiguration.TexArchiveConfig - Class in org.ctan.site
-
The class
TexArchiveConfig
contains the definition of the sub-configurationtexArchive
. - CtanConfiguration.UploadConfig - Class in org.ctan.site
-
The class
UploadConfig
contains the definition of the sub-configurationupload
. - CtanDatabaseBundles - Class in org.ctan.site
-
The class
CtanDatabaseBundles
contains the definition of the bundles for the database access. - CtanDatabaseBundles() - Constructor for class org.ctan.site.CtanDatabaseBundles
- CtanMotd() - Constructor for class org.ctan.site.resources.site.CtanSite3Resource.CtanMotd
- CtanPrincipal() - Constructor for class org.ctan.site.domain.account.User.CtanPrincipal
- CtanSite3Resource - Class in org.ctan.site.resources.site
-
The class
CtanSite3Resource
contains the controller for the site resource. - CtanSite3Resource(CtanConfiguration, MessageStore, AuthorStore, PkgStore, TopicStore) - Constructor for class org.ctan.site.resources.site.CtanSite3Resource
-
This is the constructor for the class
CtanSite3Resource
. - CtanSite3Resource.CtanMotd - Class in org.ctan.site.resources.site
-
The class
CtanMotd
contains the transport object for a motd. - CtanSite3Resource.CtanSiteConfigTo - Class in org.ctan.site.resources.site
-
The class
CtanSiteConfigTo
contains the transport object for the configuration resource. - CtanSiteConfigTo() - Constructor for class org.ctan.site.resources.site.CtanSite3Resource.CtanSiteConfigTo
- CtanSiteConfigTo() - Constructor for class org.ctan.site.resources.site.User3Resource.CtanSiteConfigTo
- CtanTo() - Constructor for class org.ctan.site.resources.catalogue.api.JsonPkgResource.CtanTo
- CtanTokenizer - Class in org.ctan.site.services.search.base
-
This tokenizer knows a little bit of TeX.
- CtanTokenizer(Reader) - Constructor for class org.ctan.site.services.search.base.CtanTokenizer
-
Creates a new object.
D
- DateUtils - Class in org.ctan.site.services
-
The class
DateUtils
contains the utilities for dates. - DD - Enum constant in enum class org.ctan.markup.Tag
-
The constant
DD
represents the dd tag. - decode(String) - Static method in enum class org.ctan.site.services.search.base.IndexType
-
The method
decode
provides means to translate string as a list of characters to a set of corresponding index types. - DEFAULT - Static variable in interface org.ctan.site.services.search.base.Fields
-
The field
DEFAULT
contains the name of the default field. - DEFAULT_LANGUAGE - Static variable in interface org.ctan.site.services.util.ConfigUtils
-
The field
DEFAULT_LANGUAGE
contains the index of the default language. - defaultLanguage(CtanConfiguration) - Static method in interface org.ctan.site.services.util.ConfigUtils
-
The method
defaultLanguage
provides means to check the CtanConfiguration and extract the default language. - defaultLanguage(CtanConfiguration.CtanConfig) - Static method in interface org.ctan.site.services.util.ConfigUtils
-
The method
defaultLanguage
provides means to check the CtanConfiguration and extract the default language. - defineReference(String, String, String) - Method in class org.ctan.markup.markdown.MarkdownWriter
-
This method stores a definition for a reference and flushes the output as much as possible.
- DEL - Enum constant in enum class org.ctan.markup.Tag
-
The constant
DEL
represents the del tag. - DELETE_PREFIX - Static variable in class org.ctan.site.domain.account.Ticket
-
The field
DELETE_PREFIX
contains the prefix indicating a delete request. - deleteVote(String, String) - Method in class org.ctan.site.resources.catalogue.Vote3Resource
-
The method
deleteVote
provides means to delete a vote. - DescriptionTo() - Constructor for class org.ctan.site.resources.catalogue.api.JsonPkgResource.DescriptionTo
- DFN - Enum constant in enum class org.ctan.markup.Tag
-
The constant
DFN
represents the dfn tag. - DIR - Enum constant in enum class org.ctan.markup.Tag
-
The constant
DIR
represents the dir tag. - directory(IndexType, String) - Method in class org.ctan.site.services.search.base.IndexingBase
-
The method
directory
provides means to get the name of the directory. - DIRECTORY - Enum constant in enum class org.ctan.site.domain.archive.ArchiveFile.FileType
-
The field
DIRECTORY
contains the indicator for a directory. - DISPLAY - Static variable in interface org.ctan.site.services.search.base.Fields
-
The field
DISPLAY
contains the name of the display field. - DIV - Enum constant in enum class org.ctan.markup.Tag
-
The constant
DIV
represents the div tag. - DL - Enum constant in enum class org.ctan.markup.Tag
-
The constant
DL
represents the dl tag. - DocSummaryTo() - Constructor for class org.ctan.site.resources.catalogue.Pkg3Resource.DocSummaryTo
- DocTo() - Constructor for class org.ctan.site.resources.catalogue.api.JsonPkgResource.DocTo
- drop(List<Author>) - Method in class org.ctan.site.services.catalogue.AuthorsImportService
-
The method
drop
provides means to drop some authors. - drop(List<Pkg>) - Method in class org.ctan.site.services.catalogue.PkgsImportService
-
The method
drop
provides means to drop some packages. - drop(List<Topic>) - Method in class org.ctan.site.services.catalogue.TopicsImportService
-
The method
drop
provides means to drop some topics. - drop(List<Lug>) - Method in class org.ctan.site.stores.LugStore
-
The method
drop
provides means to delete a list of lugs. - drop(Pkg) - Method in class org.ctan.site.stores.PkgAliasStore
-
The method
drop
deletes the given package from the database and the search index. - drop(Lug) - Method in class org.ctan.site.stores.LugStore
-
The method
drop
provides means to remove the lug form the database and the search index. - DT - Enum constant in enum class org.ctan.markup.Tag
-
The constant
DT
represents the dt tag.
E
- EDITOR - Enum constant in enum class org.ctan.site.domain.account.Role
-
The field
EDITOR
contains the role of an editor. - EM - Enum constant in enum class org.ctan.markup.Tag
-
The constant
EM
represents the em tag. - EMTEX - Static variable in interface org.ctan.markup.Logos
-
The field
EMTEX
contains the emTeX logo in HTML. - end(Writer) - Method in enum class org.ctan.markup.Tag
-
This method writes the start tag to the writer.
- entries - Variable in class org.ctan.site.services.catalogue.AbstractImportService
-
The field
entries
contains the base directory. - EnvironmentStackUnderflowException - Exception Class in minitex
-
This exception signals that a stack underflow condition has been encountered.
- EnvironmentStackUnderflowException() - Constructor for exception class minitex.EnvironmentStackUnderflowException
-
This is the constructor for
UnbalancedBraces
. - equals(Object) - Method in class org.ctan.site.services.search.base.CtanTokenizer
-
Overwritten to make SpotBugs happy.
- error(String...) - Method in class org.ctan.site.services.upload.util.Messages
-
This method adds an error message with the given parameters.
- errorMessage(String...) - Static method in class org.ctan.site.services.upload.util.Messages
-
The method
errorMessage
provides means to create a new Messages instance populated with an error. - errorOrWarning(String...) - Method in class org.ctan.site.services.upload.util.Messages
-
This method adds an error message with the given parameters.
- ETEX - Static variable in interface org.ctan.markup.Logos
-
The field
ETEX
contains the eTeX logo in HTML. - execute(Map<String, List<String>>, PrintWriter) - Method in class org.ctan.site.tasks.ArchiveFilesUpdateTask
- execute(Map<String, List<String>>, PrintWriter) - Method in class org.ctan.site.tasks.CatalogueUpdateTask
- exists(String, String) - Method in class org.ctan.site.resources.site.User3Resource
-
The method
exists
provides means to check whether a user exists. - expect(int...) - Method in class org.ctan.markup.markdown.MarkdownScanner
-
This method checks that the lookahead of several characters are identical to the expected character.
- expect(int...) - Method in class org.ctan.markup.markdown.syntax.HighlightReader
-
This method checks that the lookahead of several characters are identical to the expected character.
- expectAfterSpace(char) - Method in class org.ctan.markup.markdown.MarkdownScanner
-
This method skips spaces and checks for an expected character.
- expectLineWith(int) - Method in class org.ctan.markup.markdown.MarkdownScanner
-
This method checks that the line contains only whitespace and at least 2 instances of the given character.
- expectNumberPeriod(int) - Method in class org.ctan.markup.markdown.MarkdownScanner
-
The method
expectNumberPeriod
skips spaces and checks for at most 9 digits followed by a period and an optional space. - expectParens() - Method in class org.ctan.markup.markdown.MarkdownScanner
-
This method parses to the closing parenthesis.
- expectString() - Method in class org.ctan.markup.markdown.MarkdownScanner
-
This method expects a string enclosed in single or double quotes.
- expectUrl(int, boolean) - Method in class org.ctan.markup.markdown.MarkdownScanner
-
This method parses a URL and returns it.
- extractContent(InputStream) - Method in class org.ctan.site.services.upload.util.AbstractSubmitValidator
-
This method extracts the content from an archive reader.
F
- F - Enum constant in enum class org.ctan.site.domain.Gender
-
The indicator for a woman.
- fallbackLanguage(CtanConfiguration.CtanConfig, String) - Static method in interface org.ctan.site.services.util.ConfigUtils
-
The method
fallbackLanguage
provides means to check the language or extract the default language from the configuration. - Feature - Class in org.ctan.site.domain.site
-
The class
Feature
contains feature toggles. - Feature() - Constructor for class org.ctan.site.domain.site.Feature
- FieldOptions() - Constructor for class org.ctan.site.services.upload.SubmitService.FieldOptions
- fields(String) - Method in class org.ctan.site.resources.catalogue.api.SubmitResource
-
The method
fields
provides means to retrieve the supported fields. - Fields - Interface in org.ctan.site.services.search.base
-
This class contains the definition of some file names.
- Fields() - Constructor for class org.ctan.site.services.upload.SubmitService.Fields
- FIELDSET - Enum constant in enum class org.ctan.markup.Tag
-
The constant
FIELDSET
represents the fieldset tag. - FILE - Enum constant in enum class org.ctan.site.domain.archive.ArchiveFile.FileType
-
The field
FILE
contains the indicates a plain file. - FileListTo() - Constructor for class org.ctan.site.services.content.LionService.FileListTo
- FILES - Enum constant in enum class org.ctan.site.services.search.base.IndexType
-
The constant
FILE
contains the index type for the file names. - FileTo() - Constructor for class org.ctan.site.services.content.LionService.FileTo
- FileTo() - Constructor for class org.ctan.site.services.texarchive.TexArchiveService.FileTo
- filter(ContainerRequestContext) - Method in class org.ctan.site.CtanAuthFilter
- find(User, long, long) - Method in class org.ctan.site.services.catalogue.VoteService
-
The method
find
provides means to retrieve the votes for a package. - find(Pkg, long, long) - Method in class org.ctan.site.services.catalogue.VoteService
-
The method
find
provides means to retrieve the votes for a user. - find(QueryContainer) - Method in class org.ctan.site.services.search.SearchService
-
Perform a query.
- findAll() - Method in class org.ctan.site.services.mirrors.MirrorService
-
The method
findAll
provides means to retrieve all mirrors. - findAll() - Method in class org.ctan.site.stores.AuthorStore
-
The method
findAll
provides means to retrieve authors. - findAll() - Method in class org.ctan.site.stores.base.AbstractIndexingStore
-
The method
findAll
provides means to find a list of all entries. - findAll() - Method in class org.ctan.site.stores.LugStore
-
The method
findAll
provides means to retrieve all LUGs. - findAll() - Method in class org.ctan.site.stores.MirrorStore
-
The method
findAll
provides means to collect all mirrors from the database. - findAll() - Method in class org.ctan.site.stores.PkgStore
-
The method
findAll
collects all packages. - findAllBy(String) - Method in class org.ctan.site.stores.LugStore
-
The method
findAllBy
provides means to retrieve LUGs where the short name is starting with a given string. - findAllByAccount(String) - Method in class org.ctan.site.stores.TicketStore
-
The method
findAllByAccount
provides means to find a list of all tickets by their account name. - findAllByKeyOrNameStartingWith(String) - Method in class org.ctan.site.stores.LicenseStore
-
The method
findAllByKeyOrNameStartingWith
provides means to retrieve licenses where the sort text is starting with a given string. - findAllByKeyStartingWith(String) - Method in class org.ctan.site.stores.TopicStore
-
The method
findAllByNameStartingWith
provides means to retrieve topics where the sort text is starting with a given string. - findAllByKeyStartingWith(String) - Method in class org.ctan.site.stores.AuthorStore
-
The method
findAllByKeyStartingWith
provides means to retrieve authors where the key is starting with a given string. - findAllByKeyStartingWith(String) - Method in class org.ctan.site.stores.LicenseStore
-
The method
findAllByKeyStartingWith
provides means to retrieve licenses where the sort text is starting with a given string. - findAllByKeyStartingWith(String) - Method in class org.ctan.site.stores.MirrorStore
-
The method
findAllByNameStartingWith
provides means to retrieve mirrors where the sort text is starting with a given string. - findAllByKeyStartingWith(String) - Method in class org.ctan.site.stores.PkgStore
-
The method
findAllByKeyStartingWith
collects all packages where the key has a given prefix. - findAllByNameContaining(String) - Method in class org.ctan.site.stores.AuthorStore
-
The method
findAllByNameContaining
provides means to search for authors. - findAllByNameStartingWith(String) - Method in class org.ctan.site.stores.AuthorStore
-
The method
findAllByNameStartingWith
provides means to retrieve authors where the sort text is starting with a given string. - findAllByNameStartingWith(String) - Method in class org.ctan.site.stores.PkgStore
-
The method
findAllByNameStartingWith
collects all packages where the name has a given prefix. - findAllByPkg(String) - Method in class org.ctan.site.stores.InstallDataStore
-
The method
findAllByPkg
provides means to find all install entries for a pkg. - findAllCurrent() - Method in class org.ctan.site.stores.MessageStore
-
The method
findAllCurent
provides means to retrieve the currently valid messages. - findByAccount(User) - Method in class org.ctan.site.stores.VoteStore
-
The method
findByAccount
provides means to retrieve the votes of a user. - findByPkg(Pkg) - Method in class org.ctan.site.stores.VoteStore
-
The method
findByPkg
provides means to retrieve a list of votes for a package. - findIndex(File) - Static method in class org.ctan.site.services.texarchive.readme.ReadmeReader
-
The method
findIndex
provides means to retrieve a readme file according to a search list. - findOrCreateByCode(String) - Method in class org.ctan.site.stores.LugStore
-
The method
findOrCreateByCode
provides means to retrieve a LUG by its id. - flush() - Method in class org.ctan.markup.markdown.MarkdownWriter
- FONT - Enum constant in enum class org.ctan.markup.Tag
-
The constant
FONT
represents the font tag. - FORM - Enum constant in enum class org.ctan.markup.Tag
-
The constant
FORM
represents the form tag. - formatDate(Date) - Static method in class org.ctan.site.services.DateUtils
-
The method
formatDate
provides means to format a date according to contains the ISO date format without the time. - formatDateTime(long) - Static method in class org.ctan.site.services.DateUtils
-
The method
formatDateTime
provides means to format a date according to contains the ISO date format including the time. - formatDateTime(Date) - Static method in class org.ctan.site.services.DateUtils
-
The method
formatDateTime
provides means to format a date according to contains the ISO date format including the time. - formatFullDateTime(Date) - Static method in class org.ctan.site.services.DateUtils
-
The method
formatFullDateTime
provides means to format a date according to contains the full ISO date format including the time. - formatRfc3339(Date) - Static method in class org.ctan.site.services.DateUtils
-
The method
formatRfc3339
provides means to format a date according to contains the ISO date format including the time. - FRAME - Enum constant in enum class org.ctan.markup.Tag
-
The constant
FRAME
represents the frame tag. - FRAMESET - Enum constant in enum class org.ctan.markup.Tag
-
The constant
FRAMESET
represents the frameset tag.
G
- G - Enum constant in enum class org.ctan.site.domain.Gender
-
The indicator for a group.
- Gender - Enum Class in org.ctan.site.domain
-
The class
Gender
contains the enumeration for the gender values. - GENDER_FEMALE - Static variable in class org.ctan.site.resources.catalogue.Author3Resource
-
The field
GENDER_FEMALE
contains the String representation for the female gender. - GENDER_MALE - Static variable in class org.ctan.site.resources.catalogue.Author3Resource
-
The field
GENDER_MALE
contains the String representation for the male gender. - GENDER_ORG - Static variable in class org.ctan.site.resources.catalogue.Author3Resource
-
The constant
GENDER_ORG
contains the String representation for the gender x. - GenderConverter - Class in org.ctan.site.domain
-
The class
GenderConverter
contains the converter from and to Gender values to single-character strings. - GenderConverter() - Constructor for class org.ctan.site.domain.GenderConverter
- GeneralPage - Class in org.ctan.site.stores.base
-
The class
GeneralPage
contains the general object for paging. - GeneralPage() - Constructor for class org.ctan.site.stores.base.GeneralPage
- GENERATED - Enum constant in enum class org.ctan.site.domain.archive.ArchiveFile.FileType
-
The field
GENERATED
contains the indicator for a generated file. - generateHash(String) - Static method in class org.ctan.site.services.util.SecurityUtils
-
The method
generateHash
provides means to compute the hash value for an input password. - get() - Method in class org.ctan.site.services.mirrors.MirrMonService
-
The method
get
provides means to retrieve the summary HTML page. - get(Long) - Method in class org.ctan.site.resources.admin.CrudGuestbook3Resource
-
The method
get
provides an end-point to get a guest book item. - get(Long) - Method in class org.ctan.site.resources.admin.CrudLicense3Resource
-
The method
get
provides an end-point to get a license. - get(Long) - Method in class org.ctan.site.resources.admin.CrudUpload3Resource
-
The method
retrieve
provides means to retrieve a upload. - get(Long) - Method in class org.ctan.site.resources.admin.CrudUser3Resource
-
The method
get
provides means to retrieve a user. - get(Long) - Method in class org.ctan.site.resources.admin.CrudVote3Resource
-
The method
get
provides means to retrieve a vote. - get(Long) - Method in class org.ctan.site.resources.admin.Stopword3Resource
-
The method
retrieve
provides means to retrieve a stop word. - get(Long) - Method in class org.ctan.site.resources.admin.TexArchiveNotes3Resource
-
The method
retrieve
provides means to retrieve a texarchive-notes. - get(Long) - Method in class org.ctan.site.resources.admin.UserStopword3Resource
-
The method
retrieve
provides means to retrieve a stop word. - get(Long) - Method in class org.ctan.site.resources.site.GuestBook3Resource
-
The method
retrieve
provides means to retrieve a guest book item. - get(Long) - Method in class org.ctan.site.resources.site.Message3Resource
-
The method
retrieve
provides means to retrieve a message. - get(String) - Method in class org.ctan.site.resources.admin.CrudAuthor3Resource
-
The method
get
provides means to retrieve a author. - get(String) - Method in class org.ctan.site.resources.admin.CrudUser3Resource
-
The method
get
provides means to retrieve a user. - get(String) - Method in class org.ctan.site.resources.admin.Ticket3Resource
-
The method
get
provides an end-point to get a ticket. - get(Object) - Method in class org.ctan.site.services.postings.Posting
-
Getter for a header field.
- get(String) - Method in class org.ctan.site.services.postings.PostingCache
-
This method is the getter for the postings according to its id.
- getActiveMirrors() - Method in class org.ctan.site.resources.mirrors.Mirrors3Resource
-
The method
getAllMirrors
provides means to retrieve a list of all mirror servers. - getAddendum() - Method in class org.ctan.site.resources.upload.Upload3Resource
-
The method
getAddendum
provides means to retrieve the upload addendum file. - getAddendum() - Method in class org.ctan.site.services.upload.UploadService
-
The method
getAddendum
provides means to retrieve the addendum file. - getAllLicenses() - Method in class org.ctan.site.resources.catalogue.License3Resource
-
The method
getAllLicenses
provides means to retrieve a list of all licenses. - getAllLugs() - Method in class org.ctan.site.resources.catalogue.Lug3Resource
-
The method
getAllLugs
provides means to retrieve a list of all lugs. - getAnnouncementAsHtml() - Method in class org.ctan.site.domain.catalogue.Upload
-
This method is the getter for the announcement in HTML format.
- getAtom10(int) - Method in class org.ctan.site.resources.postings.Atom10Resource
-
The method
getAtom10
provides means to retrieve the Atom 1.0 of the latest postings. - getAtom10ByPkg(String, int) - Method in class org.ctan.site.resources.postings.Atom10Resource
-
The method
getAtom10ByPkg
provides means to retrieve the Atom 1.0 of the latest postings. - getAuthorByKey(String, String, Boolean) - Method in class org.ctan.site.resources.catalogue.api.JsonAuthorResource
-
The method
getAuthorByKey
provides means to retrieve an author. - getAuthorByKey(String, String, Boolean, Boolean, Boolean) - Method in class org.ctan.site.resources.catalogue.api.XmlAuthorResource
-
The method
getAuthorByKey
provides means to retrieve an author. - getAuthorByKey(String, String) - Method in class org.ctan.site.resources.catalogue.Author3Resource
-
The method
getAuthorByKey
provides means to retrieve an author. - getAuthors(String, String) - Method in class org.ctan.site.resources.catalogue.api.JsonAuthorResource
-
The method
getAuthors
provides means to retrieve a list of authors starting with a given pattern. - getAuthors(String, String, Boolean, Boolean) - Method in class org.ctan.site.resources.catalogue.api.XmlAuthorResource
-
The method
getAuthors
provides means to retrieve a list of authors starting with a given pattern. - getAuthors(String, String) - Method in class org.ctan.site.resources.catalogue.Author3Resource
-
The method
getAuthors
provides means to retrieve a list of authors starting with a given pattern. - getAuthorsCount() - Method in class org.ctan.site.resources.catalogue.Author3Resource
-
The method
getAuthorsCount
provides means to retrieve the total number of authors. - getAuthorsList(String) - Method in class org.ctan.site.resources.catalogue.Author3Resource
-
The method
getAuthorsList
provides means to retrieve a list of authors starting with a given pattern. - getBase() - Method in class org.ctan.site.services.postings.PostingCache
-
The method
getBase
provides means to access the base directory. - getBibtex(String, String, boolean, boolean, String) - Method in class org.ctan.site.resources.catalogue.Bibtex3Resource
-
The method
getBibtex
contains the end-point for /bibtex/key. - getBibtexAll(String, boolean, boolean, String) - Method in class org.ctan.site.resources.catalogue.Bibtex3Resource
-
The method
getBibtexAll
contains the end-point for /bibtex. - getBodyAsHtml() - Method in class org.ctan.site.services.postings.Posting
-
This is the getter for
body
in a HTMLified form. - getByAccount(String) - Method in class org.ctan.site.stores.UserStore
-
The method
getByAccount
provides means to find an user by its account name. - getByAccountAndPkg(User, Pkg) - Method in class org.ctan.site.stores.VoteStore
-
The method
getByAccountAndPkg
provides means to retrieve the vote of a user for a package. - getByCtanPath(String) - Method in class org.ctan.site.stores.PkgStore
-
The method
getByCtanPath
provides means to retrieve a package by its CTAN location. - getByEmail(String) - Method in class org.ctan.site.stores.AuthorStore
-
The method
getByEmail
provides means to find an author by it email address. - getByEmail(String) - Method in class org.ctan.site.stores.UserStore
-
The method
getByEmail
provides means to find an user by its email. - getByHostname(String) - Method in class org.ctan.site.stores.MirrorStore
-
The method
getByHostname
provides means to find a mirror by its name. - getById(Long) - Method in class org.ctan.site.stores.base.AbstractStore
-
The method
getById
provides means to retrieve the entity by its id. - getById(Long) - Method in class org.ctan.site.stores.StopwordStore
-
The method
getById
provides means to retrieve the stopword by id. - getById(Long) - Method in class org.ctan.site.stores.UserStore
-
The method
get
provides means to find an user by its id. - getByKey(String) - Method in class org.ctan.site.stores.TicketStore
-
The method
getByKey
provides means to find an ticket by its key. - getByKey(String) - Method in class org.ctan.site.stores.TopicStore
-
The method
getByKey
provides means to find an topic by its key. - getByKey(String) - Method in class org.ctan.site.stores.AuthorStore
-
The method
getByKey
provides means to find an author by its key. - getByKey(String) - Method in class org.ctan.site.stores.LicenseStore
-
The method
getByKey
provides means to find an license by its key. - getByKey(String) - Method in class org.ctan.site.stores.LugStore
-
The method
getByKey
provides means to find an lug by its key. - getByKey(String) - Method in class org.ctan.site.stores.PkgAliasStore
-
The method
getByKey
provides means to retrieve a package by its key. - getByKey(String) - Method in class org.ctan.site.stores.PkgStore
-
The method
getByKey
provides means to retrieve a package by its key. - getByPath(String) - Method in class org.ctan.site.stores.TexArchiveNotesStore
-
The method
getByPath
provides means to find an info by its path. - getByStopword(String) - Method in class org.ctan.site.stores.UserStopwordStore
-
The method
getByStopword
provides means to find an user stop word by its value. - getCaption(String...) - Method in class org.ctan.site.domain.catalogue.Pkg
-
Getter for a caption in a given language.
- getCleanedText() - Method in class org.ctan.site.domain.site.GuestBook
-
This method
getCleanedText
returns the text property after it has applied some cleanup to it. - getConfig() - Method in class org.ctan.site.resources.site.CtanSite3Resource
-
The method
getConfig
provides means to retrieve the configuration of the site. - getDate() - Method in class org.ctan.site.domain.site.Vote
-
The method
getDate
provides means to get the modification time as day. - getDateFormatted() - Method in class org.ctan.site.services.postings.Posting
-
The method
getDateFormatted
returns the date in the form of a day. - getDay() - Method in class org.ctan.site.services.postings.Posting
-
The method
getDay
returns the date in the form of a day. - getDescription(String) - Method in class org.ctan.site.domain.catalogue.Topic
-
The method
getDescription
provides means to retrieve the description of a topic in a given language. - getDescription(String...) - Method in class org.ctan.site.domain.catalogue.Pkg
-
Getter for a description in a given language.
- getDescriptionAsHtml() - Method in class org.ctan.site.domain.catalogue.Upload
-
This method is the getter for the description in HTML format.
- getDetail(String) - Method in class org.ctan.site.domain.catalogue.Topic
-
The method
getDetail
provides means to retrieve the detail text of a topic in a given language. - getDtd(String) - Method in class org.ctan.site.resources.catalogue.api.XmlDtdResource
-
The method
getVersion
provides means to retrieve the version number of the API in use. - getEmail() - Method in class org.ctan.site.domain.catalogue.Author
-
Getter for the first email.
- getFields(String) - Method in class org.ctan.site.services.upload.Submit11Service
-
The method
getFields
provides means to retrieve the supported fields and their attributes. - getFields(String) - Method in interface org.ctan.site.services.upload.SubmitService
-
The method
getFields
provides means to retrieve the supported fields and their attributes. - getFromEmail() - Method in class org.ctan.site.services.postings.Posting
-
The method
getFromEmail
returns the from email. - getFromName() - Method in class org.ctan.site.services.postings.Posting
-
The method
getFromName
returns the from name. - getId() - Method in class org.ctan.site.services.postings.Posting
-
This is the getter for
id
. - getId() - Method in interface org.ctan.site.services.search.base.Searchable
-
The method
getId
provides means to retrieve the id. - getImage(String) - Method in class org.ctan.site.resources.content.Content3Resource
-
The method
getImage
provides means to retrieve an image from the content area. - getImage(String) - Method in class org.ctan.site.services.content.ContentService
-
Find an image file.
- getImageType(String) - Method in class org.ctan.site.services.content.ContentService
-
Map the image name to the file type.
- getIncoming(String, long, long, String, Boolean) - Method in class org.ctan.site.services.upload.UploadService
-
The method
getIncoming
provides means to retrieve the list of unprocessed packages. - getIncoming(String, Long, Long, String, Boolean) - Method in class org.ctan.site.resources.upload.Upload3Resource
-
The method
getList
provides means to retrieve the list of unprocessed uploads. - getIndexType() - Method in class org.ctan.site.domain.site.GuestBook
-
The method
getIndexType
provides means to name the indexType. - getInstallDataByPkg(String) - Method in class org.ctan.site.resources.catalogue.InstallData3Resource
-
The method
getInstallDataByKey
contains the end-point for /installs/key. - getKey() - Method in class org.ctan.site.domain.site.GuestBook
-
Getter for the object identifier.
- getLicenseByKey(String, String) - Method in class org.ctan.site.resources.catalogue.License3Resource
-
The method
getLicenseByKey
contains the endpoint for /license/key. - getLicenses() - Method in class org.ctan.site.domain.catalogue.Upload
-
This is the getter for
license
. - getLicenses(String, String) - Method in class org.ctan.site.resources.catalogue.api.JsonLicenseResource
-
The method
getLicenses
provides means to retrieve the list of licenses. - getLicenses(String, String, Boolean, Boolean) - Method in class org.ctan.site.resources.catalogue.api.XmlLicenseResource
-
The method
getLicenses
provides means to retrieve a list of licenses starting with a given pattern. - getLicenses(String) - Method in class org.ctan.site.resources.catalogue.License3Resource
-
The method
getLicenses
provides means to retrieve a list of licenses starting with a given pattern. - getLink() - Method in class org.ctan.site.services.search.QueryContainer.HitInfo
-
The method
getLink
provides means to retrieve a link. - getLionFile(String) - Method in class org.ctan.site.resources.content.Content3Resource
-
The method
getLionFile
provides means to retrieve a lion image. - getList(String) - Method in class org.ctan.site.CtanConfiguration.MailConfig
-
The method
getList
provides means to retrieve the configuration for one mail list. - getList(String, int, int, String) - Method in class org.ctan.site.resources.texarchive.Texarchive3Resource
-
The method
getList
provides means to retrieve the listing for one directory. - getList(String, String, int, int) - Method in class org.ctan.site.services.texarchive.TexArchiveService
-
The method
getList
provides means to retrieve the listing for one directory. - getLocale(Locale) - Method in class org.ctan.site.services.search.QueryContainer
-
The method
getLocale
provides means to get the language of the fallback if the locale is null. - getLugs(String) - Method in class org.ctan.site.resources.catalogue.Lug3Resource
-
The method
getLugs
provides means to retrieve a list of lugs starting with a given pattern. - getMirrMon() - Method in class org.ctan.site.resources.mirrors.MirrMon3Resource
-
The method
getAllMirrors
provides means to retrieve a list of all mirror servers. - getModified() - Method in class org.ctan.site.services.search.QueryContainer.HitInfo
-
The method
getModified
provides means to retrieve the modification date. - getName() - Method in interface org.ctan.site.services.upload.util.archive.Archive.Entry
-
The method
getName
provides means to get the name. - getName() - Method in interface org.ctan.site.services.upload.util.archive.Archive
-
The method
getName
provides means to retrieve the file name. - getName() - Method in class org.ctan.site.services.upload.util.archive.TgzArchiveWrapper
-
The method
getName
provides means to retrieve the file name. - getName() - Method in class org.ctan.site.services.upload.util.archive.TgzArchiveWrapper.TgzEntryWrapper
-
The method
getName
provides means to get the name. - getName() - Method in class org.ctan.site.services.upload.util.archive.ZipArchiveWrapper
-
The method
getName
provides means to retrieve the file name. - getName() - Method in class org.ctan.site.services.upload.util.archive.ZipArchiveWrapper.ZipEntryWrapper
-
The method
getName
provides means to get the name. - getNextEntry() - Method in interface org.ctan.site.services.upload.util.archive.Archive
-
The method
getNextEntry
provides means to move to the next entry. - getNextEntry() - Method in class org.ctan.site.services.upload.util.archive.TgzArchiveWrapper
-
The method
getNextEntry
provides means to move to the next entry. - getNextEntry() - Method in class org.ctan.site.services.upload.util.archive.ZipArchiveWrapper
-
The method
getNextEntry
provides means to move to the next entry. - getNote(String) - Method in class org.ctan.site.domain.archive.TexArchiveNotes
-
The method
getNote
provides means to retrieve the language specific note. - getNoteAsHtml() - Method in class org.ctan.site.domain.catalogue.Upload
-
This method is the getter for the note in HTML format.
- getOrDefault(Object, String) - Method in class org.ctan.site.services.postings.Posting
-
Getter for a header field with a fall-back value.
- getPackages(String, String) - Method in class org.ctan.site.resources.catalogue.api.JsonPkgResource
-
The method
getPackages
provides means to retrieve a list of packages starting with a given pattern. - getPage(String, String) - Method in class org.ctan.site.services.content.ContentService
-
The method
getPage
provides means to retrieve a page. - getPage(String, String) - Method in class org.ctan.site.resources.content.Content3Resource
-
The method
getPage
provides means to retrieve a HTML page from the content area. - getPageList(String, String) - Method in class org.ctan.site.services.content.ContentService
-
The method
getPageList
provides means to retrieve a directory listing. - getPageList(String, String) - Method in class org.ctan.site.resources.content.Content3Resource
-
The method
getPageList
provides means to retrieve a listing from the content area. - getPageTree(String, String, int) - Method in class org.ctan.site.services.content.ContentService
-
The method
getPageTree
provides means to retrieve a tree of pages. - getPageTree(String, String, Integer) - Method in class org.ctan.site.resources.content.Content3Resource
-
The method
getPageTree
provides means to retrieve a listing from the content area. - getParents() - Method in class org.ctan.site.domain.site.GuestBook
-
Getter for the list of parents of this instance.
- getPkgByKey(String, String, Boolean, Boolean, Boolean) - Method in class org.ctan.site.resources.catalogue.api.XmlPkgResource
-
The method
getPkgByKey
provides means to retrieve an pkg. - getPkgByKey(String, String, Boolean, String) - Method in class org.ctan.site.resources.catalogue.api.JsonPkgResource
-
The method
getPkgByKey
provides means to retrieve a package. - getPkgByKey(String, String) - Method in class org.ctan.site.resources.catalogue.Pkg3Resource
-
The method
getPkgByKey
provides means to retrieve a package by its id. - getPkgByKey(String, String) - Method in class org.ctan.site.services.texarchive.PkgService
-
The method
getPkgByKey
provides means to retrieve a package by its key. - getPkgByPath(String, String) - Method in class org.ctan.site.services.texarchive.PkgService
-
The method
getPkgByPath
provides means to retrieve a package by its CTAN path. - getPkgs(String, String, Boolean, Boolean) - Method in class org.ctan.site.resources.catalogue.api.XmlPkgResource
-
The method
getPkgs
provides means to retrieve a list of pkgs starting with a given pattern. - getPkgs(String) - Method in class org.ctan.site.resources.catalogue.Pkg3Resource
-
The method
getPkgs
provides means to retrieve a list of all packages. - getPkgs(String, String) - Method in class org.ctan.site.resources.catalogue.Pkg3Resource
-
The method
getPkgs
provides means to retrieve a list of packages starting with a given pattern. - getPosting(String) - Method in class org.ctan.site.resources.postings.Postings3Resource
-
The method
getPosting
provides means to retrieve a single mail posting. - getPostings(int, int, String, boolean) - Method in class org.ctan.site.resources.postings.Postings3Resource
-
The method
getPostings
provides means to retrieve a paged list of email postings. - getPrincipal() - Method in class org.ctan.site.domain.account.User
-
The method
getPrincipal
provides means to get the principal. - getPrintable() - Method in class org.ctan.site.domain.account.User
-
The method
getPrintable
provides means to get the printable attributes of the user. - getRandomPackages(int, String, boolean) - Method in class org.ctan.site.resources.catalogue.Pkg3Resource
-
The method
getRandomPackages
provides means to retrieve a random list of packages. - getRandomTopics(int, String) - Method in class org.ctan.site.resources.catalogue.Topic3Resource
-
The method
getRandomTopics
provides means to retrieve a random list of topics. - getReference(String) - Method in class org.ctan.markup.markdown.MarkdownWriter
-
The method
getReference
provides means to retrieve a reference. - getRss20(int) - Method in class org.ctan.site.resources.postings.Rss20Resource
-
The method
getRss20
provides means to retrieve the RSS 2.0 of the latest postings. - getRss20ByPkg(String, int) - Method in class org.ctan.site.resources.postings.Rss20Resource
-
The method
getRss20ByPk
provides means to retrieve the RSS 2.0 of the latest postings. - getService() - Static method in class org.ctan.markup.markdown.syntax.HighlighterService
-
This method
getService
returns the singleton instance of this class. - getStatistics() - Method in class org.ctan.site.resources.upload.Upload3Resource
-
The method
getStatistics
provides means to retrieve the cached upload statistics. - getStatistics() - Method in class org.ctan.site.services.upload.UploadService
-
The method
getStatistics
provides means to retrieve the cached upload statistics. - getStatistics() - Method in class org.ctan.site.stores.UploadStore
-
The method
getStatistics
provides means to retrieve statistics for the upload. - getStream() - Method in interface org.ctan.site.services.upload.util.archive.Archive
-
The method
getStream
provides means to get the InputStream for the current entry. - getStream() - Method in class org.ctan.site.services.upload.util.archive.TgzArchiveWrapper
-
The method
getStream
provides means to get the InputStream for the current entry. - getStream() - Method in class org.ctan.site.services.upload.util.archive.ZipArchiveWrapper
-
The method
getStream
provides means to get the InputStream for the current entry. - getSubject() - Method in class org.ctan.site.services.postings.Posting
-
This is the getter for
subject
. - getSummaryAsHtml() - Method in class org.ctan.site.domain.catalogue.Upload
-
This method is the getter for the summary in HTML format.
- getTeaser(String) - Method in class org.ctan.site.domain.catalogue.Topic
-
The method
getTeaser
provides means to retrieve the teaser in a given language. - getTeaser(ContentService.TeaserType, String) - Method in class org.ctan.site.services.content.ContentService
-
The method
getPkgTeaser
provides means to read a teaser image. - getTeaserForPkg(String) - Method in class org.ctan.site.resources.content.Content3Resource
-
The method
getTeaserForPkg
provides means to retrieve a teaser image from the content area. - getTeaserForTopic(String) - Method in class org.ctan.site.resources.content.Content3Resource
-
The method
getTeaserForTopic
provides means to retrieve a teaser image from the content area. - getText(String, String) - Method in class org.ctan.site.services.content.ContentService
-
The method
getText
provides means to retrieve a text fragment. - getTitle(String) - Method in class org.ctan.site.domain.catalogue.Topic
-
The method
getTitle
provides means to retrieve the title in a given language. - getTopicByKey(String, String, Boolean) - Method in class org.ctan.site.resources.catalogue.api.JsonTopicResource
-
The method
getTopicByKey
provides means to retrieve an Topic. - getTopicByKey(String, String, Boolean, Boolean, Boolean) - Method in class org.ctan.site.resources.catalogue.api.XmlTopicResource
-
The method
getTopicByKey
provides means to retrieve a topic. - getTopicByKey(String, String) - Method in class org.ctan.site.resources.catalogue.Topic3Resource
-
The method
getTopic
provides means to retrieve a topic by its id. - getTopics(String, String) - Method in class org.ctan.site.resources.catalogue.api.JsonTopicResource
-
The method
getTopics
provides means to retrieve a list of topics starting with a given pattern. - getTopics(String, String, Boolean, Boolean) - Method in class org.ctan.site.resources.catalogue.api.XmlTopicResource
-
The method
getTopics
provides means to retrieve a list of topics starting with a given pattern. - getTopics(String, String, long, long) - Method in class org.ctan.site.resources.catalogue.Topic3Resource
-
The method
getTopics
provides means to retrieve a list of authors starting with a given pattern. - getTopics0(String) - Method in class org.ctan.site.resources.catalogue.Topic3Resource
-
The method
getTopics0
provides means to retrieve a list of topics starting with a given pattern. - getTopicsList(String) - Method in class org.ctan.site.resources.catalogue.Topic3Resource
-
The method
getTopicsList
provides means to retrieve a list of topics starting with a given pattern. - getVers() - Method in class org.ctan.site.domain.catalogue.Pkg
-
The method
getVers
provides means to retrieve the combined fields versionNumber and versionDate. - getVersion() - Method in class org.ctan.site.resources.content.Content3Resource
-
The method
getVersion
provides means to retrieve the version number of the API. - getVersion() - Method in class org.ctan.site.resources.content.Markdown3Resource
-
The method
getVersion
provides means to retrieve the version number of the API. - getVersion() - Method in class org.ctan.site.resources.postings.Postings3Resource
-
The method
getVersion
provides means to retrieve the version number of the API. - getVersion() - Method in class org.ctan.site.resources.texarchive.Texarchive3Resource
-
The method
getVersion
provides means to retrieve the version number of the API. - getVersion() - Method in class org.ctan.site.resources.upload.Upload3Resource
-
The method
getVersion
provides means to retrieve the version number of the API. - getVersion() - Method in class org.ctan.site.services.upload.Submit11Service
-
This is the getter for the version number.
- getVersion() - Method in interface org.ctan.site.services.upload.SubmitService
-
This is the getter for the version number.
- getVersion(String) - Method in class org.ctan.site.resources.catalogue.api.JsonVersionResource
-
The method
getVersion
provides means to retrieve the version number of the API in use. - getVersion(String) - Method in class org.ctan.site.resources.catalogue.api.XmlVersionResource
-
The method
getVersion
provides means to retrieve the version number of the API in use. - getVersion(String) - Method in class org.ctan.site.resources.catalogue.Version3Resource
-
The method
getVersion
provides means to retrieve the version number of the API in use. - getVersionDate() - Method in class org.ctan.site.domain.catalogue.Upload
-
This method is the getter for the version date.
- getVersionNumber() - Method in class org.ctan.site.domain.catalogue.Upload
-
This method is the getter for the version number.
- getVersions() - Method in class org.ctan.site.resources.catalogue.api.SubmitResource
-
The method
getVersions
provides means to retrieve the supported versions number of the API. - GuestBook - Class in org.ctan.site.domain.site
-
This domain class represents an entry in the guest book.
- GuestBook() - Constructor for class org.ctan.site.domain.site.GuestBook
- GUESTBOOK - Enum constant in enum class org.ctan.site.services.search.base.IndexType
-
The constant
GUESTBOOK
contains the guest book entries. - GuestBook3Resource - Class in org.ctan.site.resources.site
-
The class
GuestBookResource
contains the controller for the guest book resource. - GuestBook3Resource(GuestBookStore) - Constructor for class org.ctan.site.resources.site.GuestBook3Resource
-
This is the constructor for
GuestBook3Resource
. - GuestBook3Resource.GuestBookItemTo - Class in org.ctan.site.resources.site
-
The class
GuestBookTo
contains the transport object for the guest book resource. - GuestBookItemTo() - Constructor for class org.ctan.site.resources.site.GuestBook3Resource.GuestBookItemTo
- GuestBookStore - Class in org.ctan.site.stores
-
The class
GuestBookStore
contains the repository for guest book items. - GuestBookStore(SessionFactory, IndexingSession) - Constructor for class org.ctan.site.stores.GuestBookStore
-
This is the constructor for the
GuestBookStore
.
H
- H1 - Enum constant in enum class org.ctan.markup.Tag
-
The
H1
tag. - H2 - Enum constant in enum class org.ctan.markup.Tag
-
The
H2
tag. - H3 - Enum constant in enum class org.ctan.markup.Tag
-
The
H3
tag. - H4 - Enum constant in enum class org.ctan.markup.Tag
-
The
H4
tag. - H5 - Enum constant in enum class org.ctan.markup.Tag
-
The
H5
tag. - H6 - Enum constant in enum class org.ctan.markup.Tag
-
The
H6
tag. - handle(Node) - Method in interface org.ctan.markup.html2latex.Html2Latex.Handler
-
Process a HGML node.
- handle(Node) - Method in class org.ctan.markup.html2latex.Html2Latex.StringHandler
-
Process a HGML node.
- hasErrors() - Method in class org.ctan.site.services.upload.util.Messages
-
The method
hasErrors
returns the indicator whether the messages contain at least one error message. - hasField(Messages, String, String, int) - Method in class org.ctan.site.services.upload.util.AbstractSubmitValidator
-
This method is a getter which ensures a maximal size on a mandatory field.
- hasField(Messages, String, String, int, boolean) - Method in class org.ctan.site.services.upload.util.AbstractSubmitValidator
-
This method is a getter which ensures a maximal size.
- hasField(Messages, String, String, int, boolean, Function<String, String>) - Method in class org.ctan.site.services.upload.util.AbstractSubmitValidator
-
This method is a getter which ensures a maximal size.
- hasField(Messages, String, String, int, Function<String, String>) - Method in class org.ctan.site.services.upload.util.AbstractSubmitValidator
-
This method is a getter which ensures a maximal size on a mandatory field.
- hashCode() - Method in class org.ctan.site.services.search.base.CtanTokenizer
-
Overwritten to make SpotBugs happy.
- hasListField(Messages, String, String[], int, boolean) - Method in class org.ctan.site.services.upload.util.AbstractSubmitValidator
-
This method retrieves a list of strings and checks the length.
- hasListField(Messages, String, String[], int, boolean, Function<String, String>) - Method in class org.ctan.site.services.upload.util.AbstractSubmitValidator
-
This method retrieves a list of strings and checks the length.
- hasListField(Messages, String, String, int, boolean) - Method in class org.ctan.site.services.upload.util.AbstractSubmitValidator
-
This method retrieves a string and checks the length.
- hasPostingForPackage(String) - Method in class org.ctan.site.services.postings.PostingCache
-
This method checks whether postings for a package key have been read and cached.
- hasTeaser(ContentService.TeaserType, String) - Method in class org.ctan.site.services.content.ContentService
-
The method
hasTeaser
provides means to check whether a teaser image exists. - hasType(String) - Method in class org.ctan.site.services.search.QueryContainer
-
The method
hasType
provides means to retrieve a type for a given key. - hasUrlListField(Messages, String, String, int) - Method in class org.ctan.site.services.upload.util.AbstractSubmitValidator
-
The method
hasUrlListField
provides means to check that the field contains a list of URLs separated by comma or semicolon in a String. - HEAD - Enum constant in enum class org.ctan.markup.Tag
-
The constant
HEAD
represents the head tag. - highlight(String, PushbackReader, Writer) - Method in class org.ctan.markup.markdown.syntax.HighlighterService
-
This method highlights a section for the given language.
- Highlighter - Interface in org.ctan.markup.markdown.syntax
-
This interface describes a class to highlight some characters acting as a filter.
- HighlighterService - Class in org.ctan.markup.markdown.syntax
-
This class provides a singleton entry point for syntax highlighting.
- HighlightHandler - Interface in org.ctan.markup.markdown.syntax
-
This interface describes a class to handle the highlighting of a character.
- HighlightReader - Class in org.ctan.markup.markdown.syntax
-
This class establishes a reader which treats ``` as EOF.
- HighlightReader(PushbackReader) - Constructor for class org.ctan.markup.markdown.syntax.HighlightReader
-
This is the constructor for
HighlightReader
. - HitInfo() - Constructor for class org.ctan.site.services.search.QueryContainer.HitInfo
- HitsPage() - Constructor for class org.ctan.site.resources.catalogue.api.SearchResource.HitsPage
- HitTo() - Constructor for class org.ctan.site.resources.catalogue.api.SearchResource.HitTo
- HR - Enum constant in enum class org.ctan.markup.Tag
-
The constant
HR
represents the hr tag. - HTML - Enum constant in enum class org.ctan.markup.Tag
-
The constant
HTML
represents the html tag. - Html2Latex - Class in org.ctan.markup.html2latex
-
This class transforms HTML to LaTeX.
- Html2Latex(LinkManager) - Constructor for class org.ctan.markup.html2latex.Html2Latex
-
This is the constructor for
Html2Latex
. - Html2Latex.Handler - Interface in org.ctan.markup.html2latex
-
This interface describes the handler for processing a HTML node.
- Html2Latex.StringHandler - Class in org.ctan.markup.html2latex
-
This class is a Handler which encapsulates a String to be delivered.
- HtmlReadmeReader - Class in org.ctan.site.services.texarchive.readme
-
The class
TextReadmeReader
contains the reader for HTML. - HtmlReadmeReader(String) - Constructor for class org.ctan.site.services.texarchive.readme.HtmlReadmeReader
-
This is the constructor for
HtmlReadmeReader
. - HtmlSanitizer - Class in org.ctan.markup.markdown
-
This class filters HTML and allows only a restricted set of tags or attributes to pass.
- HtmlSanitizer(MarkdownScanner, Writer) - Constructor for class org.ctan.markup.markdown.HtmlSanitizer
-
This is the constructor for
HtmlSanitizer
.
I
- I - Enum constant in enum class org.ctan.markup.Tag
-
The constant
I
represents the i tag. - IFRAME - Enum constant in enum class org.ctan.markup.Tag
-
The constant
IFRAME
represents the iframe tag. - IGNORE_BODY - Enum constant in enum class org.ctan.markup.Tag.Type
-
The constant
IGNORE_BODY
contains the type for tags which are completely ignored – including their body. - Images - Search tag in class org.ctan.site.services.content.ContentService
- Section
- IMG - Enum constant in enum class org.ctan.markup.Tag
-
The constant
IMG
represents the img tag. - IncomingHealthCheck - Class in org.ctan.site.health
-
The class
IncomingHealthCheck
contains the health check for the upload section. - IncomingHealthCheck(CtanConfiguration) - Constructor for class org.ctan.site.health.IncomingHealthCheck
-
This is the constructor for the class
ContentHealthCheck
. - IncomingTo() - Constructor for class org.ctan.site.services.upload.UploadService.IncomingTo
- incrementToken() - Method in class org.ctan.site.services.search.base.CtanTokenizer
- IndexArgs() - Constructor for class org.ctan.site.services.search.base.IndexingSession.IndexArgs
- IndexConfig() - Constructor for class org.ctan.site.CtanConfiguration.IndexConfig
- IndexingBase - Class in org.ctan.site.services.search.base
-
The class
IndexingBase
contains the base class for indexing. - IndexingBase(File) - Constructor for class org.ctan.site.services.search.base.IndexingBase
-
This is the constructor for
IndexingBase
. - IndexingBase(CtanConfiguration.IndexConfig) - Constructor for class org.ctan.site.services.search.base.IndexingBase
-
This is the constructor for
IndexingBase
. - IndexingService - Class in org.ctan.site.services.search.base
-
The class
SearchService
implements a service to perform a full-text search. - IndexingService(File) - Constructor for class org.ctan.site.services.search.base.IndexingService
-
This is the constructor for
IndexingService
. - IndexingService(CtanConfiguration.IndexConfig) - Constructor for class org.ctan.site.services.search.base.IndexingService
-
This is the constructor for the class
IndexingService
. - indexingSession() - Method in class org.ctan.site.services.search.base.IndexingService
-
The method
indexingSession
provides means to open a new indexing session. - IndexingSession - Class in org.ctan.site.services.search.base
-
The class
IndexingSession
contains the session which combines various update operations on the search indices. - IndexingSession(File) - Constructor for class org.ctan.site.services.search.base.IndexingSession
-
This is the constructor for
IndexingSession
. - IndexingSession.IndexArgs - Class in org.ctan.site.services.search.base
-
The class
IndexArgs
contains the transport object for passing in indexing arguments. - IndexingStore - Interface in org.ctan.site.stores.base
-
The interface
IndexingStore
contains the abstract repository for CRUD operations on an indexed entity. - indexPath() - Method in class org.ctan.site.domain.archive.ArchiveFile
-
The method
indexPath
provides means to retrieve the directory containing the index files. - indexPath() - Method in class org.ctan.site.domain.archive.TexArchiveNotes
-
The method
indexPath
provides means to retrieve the directory containing the index files. - indexPath() - Method in class org.ctan.site.domain.catalogue.Author
-
The method
indexPath
provides means to retrieve the directory containing the index files. - indexPath() - Method in class org.ctan.site.domain.catalogue.License
-
The method
indexPath
provides means to retrieve the directory containing the index files. - indexPath() - Method in class org.ctan.site.domain.catalogue.Pkg
-
The method
indexPath
provides means to retrieve the directory containing the index files. - indexPath() - Method in class org.ctan.site.domain.catalogue.Topic
-
The method
indexPath
provides means to retrieve the directory containing the index files. - indexPath() - Method in class org.ctan.site.domain.mirrors.Mirrors
-
The method
indexPath
provides means to retrieve the directory containing the index files. - indexPath() - Method in class org.ctan.site.domain.site.GuestBook
-
The method
indexPath
provides means to retrieve the directory containing the index files. - indexPath() - Method in interface org.ctan.site.services.search.base.Searchable
-
The method
indexPath
provides means to retrieve the directory containing the index files. - indexPath(IndexType, String) - Method in class org.ctan.site.services.search.base.IndexingBase
-
The method
indexPath
provides means to get the index path. - IndexType - Enum Class in org.ctan.site.services.search.base
-
This enumeration lists the various locations for which indices can be created.
- info(String) - Method in class org.ctan.site.resources.site.User3Resource
-
The method
info
provides means to retrieve public data of a user. - info(String...) - Method in class org.ctan.site.services.upload.util.Messages
-
This method adds an info message with the given parameters.
- infoMode() - Method in class org.ctan.site.services.upload.util.Messages
-
The method
infoMode
provides means to switch to info mode. - initialize(Bootstrap<CtanConfiguration>) - Method in class org.ctan.site.Ctan
- initializeIndices(IndexingStore...) - Method in class org.ctan.site.services.search.base.IndexingService
-
This method iterates through all index types and creates the associated index.
- InitSearchCommand - Class in org.ctan.site.command
-
The class
InitSearchCommand
contains the command line command to create or initialise the search index. - InitSearchCommand() - Constructor for class org.ctan.site.command.InitSearchCommand
-
This is the constructor for
InitIndexCommand
. - INPUT - Enum constant in enum class org.ctan.markup.Tag
-
The constant
INPUT
represents the input tag. - INS - Enum constant in enum class org.ctan.markup.Tag
-
The constant
INS
represents the ins tag. - insert(PkgAlias) - Method in class org.ctan.site.stores.PkgAliasStore
-
The method
insert
provides means to save a package. - InsParser - Class in minitex
-
This class contains a parser to analyse ins files.
- InsParser() - Constructor for class minitex.InsParser
-
This is the constructor for
InsParser
. - InstallData - Class in org.ctan.site.domain.catalogue
-
This domain class represents the log entry for a successful installation of a package.
- InstallData() - Constructor for class org.ctan.site.domain.catalogue.InstallData
- InstallData3Resource - Class in org.ctan.site.resources.catalogue
-
The class
InstallData3Resource
contains the controller for the install data resource. - InstallData3Resource(InstallDataStore) - Constructor for class org.ctan.site.resources.catalogue.InstallData3Resource
-
This is the constructor for the class
InstallData3Resource
. - InstallData3Resource.InstallTo - Class in org.ctan.site.resources.catalogue
-
The class
InstallDataTo
contains the transport object for the install entry in the installations list. - InstallDataStore - Class in org.ctan.site.stores
-
The class
InstallDataStore
contains the repository for install data. - InstallDataStore(SessionFactory) - Constructor for class org.ctan.site.stores.InstallDataStore
-
This is the constructor for the
InstallDataStore
. - InstallDataStore.InstallPage - Class in org.ctan.site.stores
-
This is the constructor for
InstallPage
. - InstallDataStore.InstallTo - Class in org.ctan.site.stores
-
The class
InstallTo
contains the transport object for the install data. - InstallPage() - Constructor for class org.ctan.site.stores.InstallDataStore.InstallPage
- InstallTo() - Constructor for class org.ctan.site.resources.catalogue.InstallData3Resource.InstallTo
- InstallTo() - Constructor for class org.ctan.site.stores.InstallDataStore.InstallTo
- INSTANCE - Static variable in class org.ctan.site.services.search.base.CtanAnalyzer
-
The field
INSTANCE
contains the instance to use. - isArchive() - Method in class org.ctan.site.domain.archive.ArchiveFile
-
This method is a getter for the boolean property of a file being an archive.
- isDirectory() - Method in class org.ctan.site.domain.archive.ArchiveFile
-
This method is a getter for the boolean property of a file being a directory.
- isDirectory() - Method in interface org.ctan.site.services.upload.util.archive.Archive.Entry
-
The method
isDirectory
provides means to determine the type. - isDirectory() - Method in class org.ctan.site.services.upload.util.archive.TgzArchiveWrapper.TgzEntryWrapper
-
The method
isDirectory
provides means to determine the type. - isDirectory() - Method in class org.ctan.site.services.upload.util.archive.ZipArchiveWrapper.ZipEntryWrapper
-
The method
isDirectory
provides means to determine the type. - isEmpty() - Method in class org.ctan.site.services.postings.PostingCache
-
The method
isEmpty
checks whether postings are contained. - isEmpty(String) - Static method in class org.ctan.site.services.account.AccountService
-
The method
isEmpty
provides means to check whether the argument isnull
or the empty string. - isExpired(long) - Method in class org.ctan.site.domain.account.Ticket
-
Check whether the ticket has expired its lifetime.
- isFile() - Method in class org.ctan.site.domain.archive.ArchiveFile
-
This method is a getter for the boolean property of a file being a plain file.
- ISINDEX - Enum constant in enum class org.ctan.markup.Tag
-
The constant
ISINDEX
represents the isindex tag. - isNotNull(String, String) - Static method in interface org.ctan.site.services.util.NullCheck
-
The method
isNotNull
provides means to check the value for null and throw aNullPointerException
if the value is null. - isNotNullObject(Object, String) - Static method in interface org.ctan.site.services.util.NullCheck
-
The method
isNotNullObject
provides means to check the value for null and throw aNullPointerException
if the value is null. - isObsolete() - Method in class org.ctan.site.domain.catalogue.Pkg
-
The method
isObsolete
provides means to retrieve the information about the obsolete state. - isOrphaned() - Method in class org.ctan.site.domain.catalogue.Pkg
-
The method
isOrphanted
provides means to determine whether the package is orphaned. - isPasswordRequest() - Method in class org.ctan.site.domain.account.Ticket
-
Check whether this Ticket deals with a password request.
- isRegistration() - Method in class org.ctan.site.domain.account.Ticket
-
Check whether this Ticket deals with a registration.
- isSection() - Method in enum class org.ctan.markup.Tag
-
The method
isSection
is the getter for the section indicator. - isUpdate() - Method in class org.ctan.site.services.upload.SubmitService.UploadData
-
The method
isUpdate
provides means to retrieve the update indicator. - isWithdraw() - Method in class org.ctan.site.domain.account.Ticket
-
Check whether this Ticket deals with a withdrawal.
- iterator() - Method in class org.ctan.site.services.upload.util.Messages
J
- JsonAuthorResource - Class in org.ctan.site.resources.catalogue.api
-
The class
JsonAuthorResource
contains the controller for the author resource. - JsonAuthorResource(AuthorStore) - Constructor for class org.ctan.site.resources.catalogue.api.JsonAuthorResource
-
This is the constructor for the class
JsonAuthorResource
. - JsonAuthorResource.AuthorSummaryTo - Class in org.ctan.site.resources.catalogue.api
-
The class
AuthorSummaryTo
contains the transport object for the author resource in the summary list. - JsonAuthorResource.AuthorTo - Class in org.ctan.site.resources.catalogue.api
-
The class
AuthorTo
contains the transport object for the author resource. - JsonAuthorResource.PkgSummaryTo - Class in org.ctan.site.resources.catalogue.api
-
The class
PkgSummaryTo
contains the transport object for the package of the author resource. - JsonLicenseResource - Class in org.ctan.site.resources.catalogue.api
-
The class
LicenseResource
contains the controller for the license resource. - JsonLicenseResource(LicenseStore) - Constructor for class org.ctan.site.resources.catalogue.api.JsonLicenseResource
-
This is the constructor for
LicenseResource
. - JsonLicenseResource.LicenseSummaryTo - Class in org.ctan.site.resources.catalogue.api
-
The class
AuthorSummaryTo
contains the transport object for the author resource in the summary list. - JsonPkgResource - Class in org.ctan.site.resources.catalogue.api
-
The class
AuthorResource.java
contains the controller for the author resource. - JsonPkgResource(PkgStore) - Constructor for class org.ctan.site.resources.catalogue.api.JsonPkgResource
-
This is the constructor for the class
PkgResource
. - JsonPkgResource.AuthorShortTo - Class in org.ctan.site.resources.catalogue.api
-
The class
AuthorShortTo
contains the transport object for authors references. - JsonPkgResource.AuthorTo - Class in org.ctan.site.resources.catalogue.api
-
The class
AuthorTo
contains the transport object for authors. - JsonPkgResource.CopyrightTo - Class in org.ctan.site.resources.catalogue.api
-
The class
CopyrightTo
contains the transport object for copyright information. - JsonPkgResource.CtanTo - Class in org.ctan.site.resources.catalogue.api
-
The class
CtanTo
contains the transport object for references to the tex-archive. - JsonPkgResource.DescriptionTo - Class in org.ctan.site.resources.catalogue.api
-
The class
DescriptionTo
contains the transport object for a package description. - JsonPkgResource.DocTo - Class in org.ctan.site.resources.catalogue.api
-
The class
DocTo
contains the transport object for package documentation. - JsonPkgResource.ListItemTo - Class in org.ctan.site.resources.catalogue.api
-
The class
ListItemTo
contains the transport object for list items. - JsonPkgResource.PackageTo - Class in org.ctan.site.resources.catalogue.api
-
The class
PackageTo
contains the transport object for a package. - JsonPkgResource.VersionTo - Class in org.ctan.site.resources.catalogue.api
-
The class
VersionTo
contains the transport object for the version number. - JsonTopicResource - Class in org.ctan.site.resources.catalogue.api
-
The class
Topic3Resource
contains the controller for the Topic resource. - JsonTopicResource(TopicStore) - Constructor for class org.ctan.site.resources.catalogue.api.JsonTopicResource
-
This is the constructor for the class
Topic3Resource
. - JsonTopicResource.TopicTo - Class in org.ctan.site.resources.catalogue.api
-
The class
TopicTo
contains the transport object for the Topic resource in the summary list. - JsonVersionResource - Class in org.ctan.site.resources.catalogue.api
-
The class
VersionResource
contains the controller for the version resource. - JsonVersionResource() - Constructor for class org.ctan.site.resources.catalogue.api.JsonVersionResource
- JwtManager - Class in org.ctan.site.services.account
-
The class
JwtManager
contains static utility methods for dealing with JWTs.
K
L
- LABEL - Enum constant in enum class org.ctan.markup.Tag
-
The constant
LABEL
represents the label tag. - languages(CtanConfiguration.CtanConfig) - Static method in interface org.ctan.site.services.util.ConfigUtils
-
The method
languages
provides means to extract the supported languages from the configuration. - LATEX - Static variable in interface org.ctan.markup.Logos
-
The field
LATEX
contains the LaTeX logo in HTML. - LATEX_2E_ - Static variable in interface org.ctan.markup.Logos
-
The field
LATEX_2E_
contains the LaTeX(2e) logo in HTML. - LATEX2E - Static variable in interface org.ctan.markup.Logos
-
The field
LATEX2E
contains the LaTeX2e logo in HTML. - LEGEND - Enum constant in enum class org.ctan.markup.Tag
-
The constant
LEGEND
represents the legend tag. - LI - Enum constant in enum class org.ctan.markup.Tag
-
The constant
LI
represents the li tag. - License - Class in org.ctan.site.domain.catalogue
-
The class
License
contains additional infos for the licenses. - License() - Constructor for class org.ctan.site.domain.catalogue.License
- License3Resource - Class in org.ctan.site.resources.catalogue
-
The class
License3Resource
contains the controller for the license resource. - License3Resource(LicenseStore, ContentService) - Constructor for class org.ctan.site.resources.catalogue.License3Resource
-
This is the constructor for the class
Pkg3Resource
. - License3Resource.LicenseTo - Class in org.ctan.site.resources.catalogue
-
The class
LicenseTo
contains the transport object for the license resource in the licenses list. - LICENSES - Enum constant in enum class org.ctan.site.services.search.base.IndexType
-
The constant
LICENSES
contains the index type for licenses. - licenseStore - Variable in class org.ctan.site.services.upload.util.AbstractSubmitValidator
-
The field
licenseStore
contains the license store. - LicenseStore - Class in org.ctan.site.stores
-
The class
LicenseStore
contains the repository for licenses. - LicenseStore(SessionFactory, IndexingSession) - Constructor for class org.ctan.site.stores.LicenseStore
-
This is the constructor for the
AuthorStore
. - LicenseSummaryTo() - Constructor for class org.ctan.site.resources.catalogue.api.JsonLicenseResource.LicenseSummaryTo
- LicenseSummaryTo() - Constructor for class org.ctan.site.resources.catalogue.Pkg3Resource.LicenseSummaryTo
- LicenseTo() - Constructor for class org.ctan.site.resources.catalogue.License3Resource.LicenseTo
- LINK - Enum constant in enum class org.ctan.markup.Tag
-
The constant
LINK
represents the link tag. - LinkManager - Interface in org.ctan.markup.html2latex
-
This interface describes the capabilities of a link manager.
- LionService - Class in org.ctan.site.services.content
-
The class
LionService
contains the service to access the lion directory. - LionService(CtanConfiguration.ContentConfig) - Constructor for class org.ctan.site.services.content.LionService
-
This is the constructor for the class
LionService
. - LionService.FileListTo - Class in org.ctan.site.services.content
-
The class
FileListTo
contains a transport object for the list resource. - LionService.FileTo - Class in org.ctan.site.services.content
-
The class
FileTo
contains the transport object for the list resource. - list() - Method in class org.ctan.site.services.content.LionService
-
The method
list
provides means to retrieve the directory listing for the lion files. - list(String, int, int, String, boolean) - Method in class org.ctan.site.resources.admin.CrudAuthor3Resource
-
The method
list
provides means to retrieve a page of authors. - list(String, int, int, String, boolean) - Method in class org.ctan.site.resources.admin.CrudGuestbook3Resource
-
The method
list
provides means to retrieve a page of guest book item. - list(String, int, int, String, boolean) - Method in class org.ctan.site.resources.admin.CrudLicense3Resource
-
The method
list
provides means to retrieve a page of tickets. - list(String, int, int, String, boolean) - Method in class org.ctan.site.resources.admin.CrudUpload3Resource
-
The method
list
provides means to retrieve a page of uploads. - list(String, int, int, String, boolean) - Method in class org.ctan.site.resources.admin.CrudUser3Resource
-
The method
list
provides means to retrieve a page of users. - list(String, int, int, String, boolean) - Method in class org.ctan.site.resources.admin.CrudVote3Resource
-
The method
list
provides means to retrieve a page of users. - list(String, int, int, String, boolean) - Method in class org.ctan.site.resources.admin.Stopword3Resource
-
The method
list
provides means to retrieve a page of stop words. - list(String, int, int, String, boolean) - Method in class org.ctan.site.resources.admin.TexArchiveNotes3Resource
-
The method
list
provides means to retrieve a page of texarchive-notes. - list(String, int, int, String, boolean) - Method in class org.ctan.site.resources.admin.Ticket3Resource
-
The method
list
provides means to retrieve a page of tickets. - list(String, int, int, String, boolean) - Method in class org.ctan.site.resources.admin.UserStopword3Resource
-
The method
list
provides means to retrieve a page of stop words. - list(String, int, int, String, boolean) - Method in class org.ctan.site.resources.site.GuestBook3Resource
-
The method
list
provides means to retrieve a paged list of guest book entries. - list(String, int, int, String, boolean) - Method in class org.ctan.site.resources.site.Message3Resource
-
The method
list
provides means to retrieve a page of roles. - list(String, int, int, String, boolean) - Method in class org.ctan.site.stores.AuthorStore
-
The method
list
provides means to extract a page of items. - list(String, int, int, String, boolean) - Method in class org.ctan.site.stores.base.AbstractStore
-
The method
list
provides means to extract a page of items. - list(String, int, int, String, boolean) - Method in class org.ctan.site.stores.TicketStore
-
The method
list
provides means to extract a page of items. - list(String, int, int, String, boolean) - Method in class org.ctan.site.stores.UserStore
-
The method
list
provides means to extract a page of items. - list(String, int, long, String, boolean) - Method in class org.ctan.site.resources.site.Role3Resource
-
The method
list
provides means to retrieve a page of roles. - listByDate(Date, int) - Method in class org.ctan.site.services.postings.PostingCache
-
The method
listByDate
returns a list sorted by date which starts at a given date and contains at most a given number of items. - listByPackage(String, int) - Method in class org.ctan.site.services.postings.PostingCache
-
This method retrieves a list of postings associated to a package.
- ListItemTo() - Constructor for class org.ctan.site.resources.catalogue.api.JsonPkgResource.ListItemTo
- listLionDir() - Method in class org.ctan.site.resources.content.Content3Resource
-
The method
listLionDir
provides means to retrieve the directory listing or the lion files. - listNewest(int) - Method in class org.ctan.site.services.postings.PostingCache
-
This method retrieves the newest postings up to a maximal number.
- listNewest(String, int) - Method in class org.ctan.site.services.postings.PostingCache
-
This method retrieves the newest postings up to a maximal number for a given package.
- listPaged(int, int) - Method in class org.ctan.site.services.postings.PostingCache
-
The method
listPaged
provides means to retrieve a paged list of postings. - listQuery(String, CriteriaBuilder, CriteriaQuery<UserStopword>) - Method in class org.ctan.site.stores.UserStopwordStore
-
The method
listQuery
provides means to construct a query for the list of entities for a search. - listQuery(String, CriteriaBuilder, CriteriaQuery<TexArchiveNotes>) - Method in class org.ctan.site.stores.TexArchiveNotesStore
-
The method
listQuery
provides means to construct a query for the list of entities for a search. - listQuery(String, CriteriaBuilder, CriteriaQuery<Author>) - Method in class org.ctan.site.stores.AuthorStore
-
The method
listQuery
provides means to construct a query for the list of entities for a search. - listQuery(String, CriteriaBuilder, CriteriaQuery<License>) - Method in class org.ctan.site.stores.LicenseStore
-
The method
listQuery
provides means to construct a query for the list of entities for a search. - listQuery(String, CriteriaBuilder, CriteriaQuery<Pkg>) - Method in class org.ctan.site.stores.PkgStore
-
The method
listQuery
provides means to construct a query for the list of entities for a search. - listQuery(String, CriteriaBuilder, CriteriaQuery<Topic>) - Method in class org.ctan.site.stores.TopicStore
-
The method
listQuery
provides means to construct a query for the list of entities for a search. - listQuery(String, CriteriaBuilder, CriteriaQuery<Upload>) - Method in class org.ctan.site.stores.UploadStore
-
The method
listQuery
provides means to construct a query for the list of entities for a search. - listQuery(String, CriteriaBuilder, CriteriaQuery<Mirrors>) - Method in class org.ctan.site.stores.MirrorStore
-
The method
listQuery
provides means to construct a query for the list of entities for a search. - listQuery(String, CriteriaBuilder, CriteriaQuery<GuestBook>) - Method in class org.ctan.site.stores.GuestBookStore
-
The method
listQuery
provides means to construct a query for the list of entities for a search. - listQuery(String, CriteriaBuilder, CriteriaQuery<Message>) - Method in class org.ctan.site.stores.MessageStore
-
The method
listQuery
provides means to construct a query for the list of entities for a search. - listQuery(String, CriteriaBuilder, CriteriaQuery<Stopword>) - Method in class org.ctan.site.stores.StopwordStore
-
The method
listQuery
provides means to construct a query for the list of entities for a search. - listQuery(String, CriteriaBuilder, CriteriaQuery<Vote>) - Method in class org.ctan.site.stores.VoteStore
-
The method
listQuery
provides means to construct a query for the list of entities for a search. - listQuery(String, CriteriaBuilder, CriteriaQuery<T>) - Method in class org.ctan.site.stores.base.AbstractStore
-
The method
listQuery
provides means to construct a query for the list of entities for a search. - listVotesByAccount(String, long, long) - Method in class org.ctan.site.resources.catalogue.Vote3Resource
-
The method
listVotesByAccount
provides means to retrieve a list of votes for a user. - listVotesByPkg(String, long, long) - Method in class org.ctan.site.resources.catalogue.Vote3Resource
-
The method
listVotesByPkg
provides means to retrieve a list of votes for a package. - LOCALES - Static variable in class org.ctan.site.CtanConfiguration.CtanConfig
-
The field
LOCALES
contains the supported locales in a static list. - lock(boolean) - Method in interface org.ctan.markup.html2latex.LinkManager
-
The method
lock
provides means to set and release the lock for recursive processing. - login(String, String) - Method in class org.ctan.site.services.account.AccountService
-
The method
login
provides means to login. - login(User3Resource.LoginRequest) - Method in class org.ctan.site.resources.site.User3Resource
-
The method
login
provides means to perform a login. - LoginRequest() - Constructor for class org.ctan.site.resources.site.User3Resource.LoginRequest
- Logos - Interface in org.ctan.markup
-
This utility class contains translations for logos to HTML.
- lookahead() - Method in class org.ctan.markup.markdown.MarkdownScanner
-
This method looks at the next character without actually removing it from the input.
- Lug - Class in org.ctan.site.domain.site
-
The class
Lug
contains additional infos for the Local TeX User Groups. - Lug() - Constructor for class org.ctan.site.domain.site.Lug
- Lug.LugBank - Class in org.ctan.site.domain.site
-
The class
LugBank
contains bank data. - Lug.LugPeriodical - Class in org.ctan.site.domain.site
-
The class
LugPeriodical
contains infos about the periodical publication. - Lug.LugPosition - Class in org.ctan.site.domain.site
-
The class
LugPosition
contains description of a person's role in the organisation. - Lug3Resource - Class in org.ctan.site.resources.catalogue
-
The class
Lug3Resource
contains the controller for the lugs resource. - Lug3Resource(LugStore) - Constructor for class org.ctan.site.resources.catalogue.Lug3Resource
-
This is the constructor for the class
Lug3Resource
. - LugBank() - Constructor for class org.ctan.site.domain.site.Lug.LugBank
- LugPeriodical() - Constructor for class org.ctan.site.domain.site.Lug.LugPeriodical
- LugPosition() - Constructor for class org.ctan.site.domain.site.Lug.LugPosition
- LugsConfig() - Constructor for class org.ctan.site.CtanConfiguration.LugsConfig
- LugsImportService - Class in org.ctan.site.services.lugs
-
This service deals with the LUG database – Local User's Groups.
- LugsImportService(CtanConfiguration.LugsConfig, LugStore) - Constructor for class org.ctan.site.services.lugs.LugsImportService
-
This is the constructor for the class
LugsImportService
. - LugStore - Class in org.ctan.site.stores
-
The class
LugStore
contains the repository for LUGs. - LugStore(SessionFactory) - Constructor for class org.ctan.site.stores.LugStore
-
This is the constructor for the
LugStore
. - LYX - Static variable in interface org.ctan.markup.Logos
-
The field
LyX
contains the LyX logo in HTML.
M
- M - Enum constant in enum class org.ctan.site.domain.Gender
-
The indicator for a man.
- Mail() - Constructor for class org.ctan.site.services.mail.MailService.Mail
- MailConfig() - Constructor for class org.ctan.site.CtanConfiguration.MailConfig
- MailException - Exception Class in org.ctan.site.services.mail
-
The class
MailException
contains the Exception for the MailService. - MailException(Exception) - Constructor for exception class org.ctan.site.services.mail.MailException
-
This is the constructor for
MailException
. - MailException(String) - Constructor for exception class org.ctan.site.services.mail.MailException
-
This is the constructor for
MailException
. - MailService - Class in org.ctan.site.services.mail
-
The class
MailService
contains a service to send mails. - MailService(CtanConfiguration.MailConfig) - Constructor for class org.ctan.site.services.mail.MailService
-
This is the constructor for the class
MailService
. - MailService.Mail - Class in org.ctan.site.services.mail
-
The mail transport object.
- MailSmtpConfig() - Constructor for class org.ctan.site.CtanConfiguration.MailSmtpConfig
- MailSmtpStarttls() - Constructor for class org.ctan.site.CtanConfiguration.MailSmtpStarttls
- MailType() - Constructor for class org.ctan.site.CtanConfiguration.MailType
- main(String[]) - Static method in class org.ctan.markup.markdown.Markdown
-
This method provides the command line interface.
- main(String[]) - Static method in class org.ctan.site.Ctan
-
The method
main
provides means to run the Dropwizard application from the command line. - map(List<UserStopword>) - Method in class org.ctan.site.stores.UserStopwordStore
-
The method
map
provides means to format a list for external use. - map(List<TexArchiveNotes>) - Method in class org.ctan.site.stores.TexArchiveNotesStore
-
The method
map
provides means to format a list for external use. - map(List<Author>) - Method in class org.ctan.site.stores.AuthorStore
-
The method
map
provides means to format a list for external use. - map(List<License>) - Method in class org.ctan.site.stores.LicenseStore
-
The method
map
provides means to format a list for external use. - map(List<Pkg>) - Method in class org.ctan.site.stores.PkgStore
-
The method
map
provides means to format a list for external use. - map(List<Topic>) - Method in class org.ctan.site.stores.TopicStore
-
The method
map
provides means to format a list for external use. - map(List<Upload>) - Method in class org.ctan.site.stores.UploadStore
-
The method
map
provides means to format a list for external use. - map(List<Mirrors>) - Method in class org.ctan.site.stores.MirrorStore
-
The method
map
provides means to format a list for external use. - map(List<GuestBook>) - Method in class org.ctan.site.stores.GuestBookStore
-
The method
map
provides means to format a list for external use. - map(List<Message>) - Method in class org.ctan.site.stores.MessageStore
-
The method
map
provides means to format a list for external use. - map(List<Stopword>) - Method in class org.ctan.site.stores.StopwordStore
-
The method
map
provides means to format a list for external use. - map(List<Vote>) - Method in class org.ctan.site.stores.VoteStore
-
The method
map
provides means to format a list for external use. - map(List<T>) - Method in class org.ctan.site.stores.base.AbstractStore
-
The method
map
provides means to format a list for external use. - MAP - Enum constant in enum class org.ctan.markup.Tag
-
The constant
MAP
represents the map tag. - mapContinent(String) - Method in class org.ctan.site.services.mirrors.MirrorService
-
The method
mapContinent
provides means to get a connected name of the continent. - mapCountry(String) - Method in class org.ctan.site.services.mirrors.MirrorService
-
The method
mapCountry
provides means to get a connected name of the country. - Markdown - Class in org.ctan.markup.markdown
-
This class provides the command line interface for the markdown renderer.
- Markdown() - Constructor for class org.ctan.markup.markdown.Markdown
- Markdown3Resource - Class in org.ctan.site.resources.content
-
The class
Markdown3Resource
contains the controller for the Markdown renderer resource. - Markdown3Resource() - Constructor for class org.ctan.site.resources.content.Markdown3Resource
- MarkdownReadmeReader - Class in org.ctan.site.services.texarchive.readme
-
The class
TextReadmeReader
contains the reader for markdown. - MarkdownReadmeReader(String) - Constructor for class org.ctan.site.services.texarchive.readme.MarkdownReadmeReader
-
This is the constructor for
MarkdownReadmeReader
. - MarkdownRenderer - Class in org.ctan.markup.markdown
-
This class parses markdown and renders it as HTML.
- MarkdownRenderer(Reader, String) - Constructor for class org.ctan.markup.markdown.MarkdownRenderer
-
This is the constructor for
MarkdownRenderer
. - MarkdownRenderer(Reader, Tag, Map<String, String>, String) - Constructor for class org.ctan.markup.markdown.MarkdownRenderer
-
This is the constructor for
MarkdownRenderer
. - MarkdownRenderer(CharSequence, Tag, Map<String, String>, String) - Constructor for class org.ctan.markup.markdown.MarkdownRenderer
-
This is the constructor for
MarkdownRenderer
. - MarkdownRenderer(String, String) - Constructor for class org.ctan.markup.markdown.MarkdownRenderer
-
This is the constructor for
MarkdownRenderer
. - MarkdownRenderer(String, Tag, Map<String, String>, String) - Constructor for class org.ctan.markup.markdown.MarkdownRenderer
-
This is the constructor for
MarkdownRenderer
. - MarkdownScanner - Class in org.ctan.markup.markdown
-
This class is the reader for the markdown parser.
- MarkdownScanner(Reader, int) - Constructor for class org.ctan.markup.markdown.MarkdownScanner
-
This is the constructor for
MarkdownScanner
. - MarkdownWriter - Class in org.ctan.markup.markdown
-
This class provides a writer which allows to link in deferred defined contents.
- MarkdownWriter(Writer) - Constructor for class org.ctan.markup.markdown.MarkdownWriter
-
This is the constructor for
MarkdownWriter
. - MentionResolver - Interface in org.ctan.markup.markdown
-
The interface
MentionResolver
describes the ability to resolve a mention. - MENU - Enum constant in enum class org.ctan.markup.Tag
-
The constant
MENU
represents the menu tag. - Message - Class in org.ctan.site.domain.site
-
The class
Message
represents a message. - Message() - Constructor for class org.ctan.site.domain.site.Message
- MESSAGE_ADMIN - Enum constant in enum class org.ctan.site.domain.account.Role
-
The field
MESSAGE_ADMIN
contains the the role of a user who may edit the messages. - Message.MessageType - Enum Class in org.ctan.site.domain.site
-
This enumeration lists all message types and helps mapping them to the database as number.
- Message3Resource - Class in org.ctan.site.resources.site
-
The class
Message3Resource
contains the CRUD controller for the message resource. - Message3Resource(MessageStore) - Constructor for class org.ctan.site.resources.site.Message3Resource
-
This is the constructor for the class
CrudUser3Resource
. - Messages - Class in org.ctan.site.services.upload.util
-
This class is a container for messages.
- Messages() - Constructor for class org.ctan.site.services.upload.util.Messages
- MessageStore - Class in org.ctan.site.stores
-
The class
MessageStore
contains the repository for system messages. - MessageStore(SessionFactory) - Constructor for class org.ctan.site.stores.MessageStore
-
This is the constructor for the
MessageStore
. - META - Enum constant in enum class org.ctan.markup.Tag
-
The constant
META
represents the meta tag. - METAFONT - Static variable in interface org.ctan.markup.Logos
-
The field
METAFONT
contains the METAFONT logo in HTML. - METAPOST - Static variable in interface org.ctan.markup.Logos
-
The field
METAPOST
contains the METAPOST logo in HTML. - MIKTEX - Static variable in interface org.ctan.markup.Logos
-
The field
MIKTEX
contains the MiKTeX logo in HTML. - minitex - package minitex
-
This package contains a reader for TeX style configuration files.
- MiniTexParser - Class in minitex
-
This class provides a reader for a TeX style configuration file.
- MiniTexParser(Reader) - Constructor for class minitex.MiniTexParser
-
This is the constructor for
MiniTeXParser
. - MirrMon3Resource - Class in org.ctan.site.resources.mirrors
-
The class
MirrMon3Resource
contains the controller for the MirrMon resource. - MirrMon3Resource(MirrMonService) - Constructor for class org.ctan.site.resources.mirrors.MirrMon3Resource
-
This is the constructor for the class
Mirrors3Resource
. - MirrMonConfig() - Constructor for class org.ctan.site.CtanConfiguration.MirrMonConfig
- MirrMonService - Class in org.ctan.site.services.mirrors
-
The class
MirrMonService
contains the mirror monitor service. - MirrMonService(CtanConfiguration.MirrMonConfig) - Constructor for class org.ctan.site.services.mirrors.MirrMonService
-
This is the constructor for
MirrMonService
. - Mirror - Class in org.ctan.site.domain.mirrors
-
This domain class represents a CTAN mirror site.
- Mirror() - Constructor for class org.ctan.site.domain.mirrors.Mirror
- MirrorAddress - Class in org.ctan.site.domain.mirrors
-
This domain class represents the address of an CTAN mirror.
- MirrorAddress() - Constructor for class org.ctan.site.domain.mirrors.MirrorAddress
- mirrorRegistration(MirrorRegistration) - Method in class org.ctan.site.resources.mirrors.MirrorRegistration3Resource
-
The method
postMirrorRegister
provides means to save a mirror registration. - MirrorRegistration - Class in org.ctan.site.domain.mirrors
-
This domain class represents a registration request for a CTAN mirror.
- MirrorRegistration() - Constructor for class org.ctan.site.domain.mirrors.MirrorRegistration
- MirrorRegistration3Resource - Class in org.ctan.site.resources.mirrors
-
The class
MirrorRegistration3Resource
contains the controller for the mirror registration resource. - MirrorRegistration3Resource(MirrorRegistrationService) - Constructor for class org.ctan.site.resources.mirrors.MirrorRegistration3Resource
-
This is the constructor for the class
MirrorRegistration3Resource
. - MirrorRegistrationService - Class in org.ctan.site.services.mirrors
-
The class
MirrorRegistrationService
contains the service to register a mirror. - MirrorRegistrationService(MirrorRegistrationStore, MailService) - Constructor for class org.ctan.site.services.mirrors.MirrorRegistrationService
-
This is the constructor for the class
MirrorRegistrationService
. - MirrorRegistrationStore - Class in org.ctan.site.stores
-
The class
MirrorRegistrationService
contains a repository for mirror registration requests. - MirrorRegistrationStore(SessionFactory) - Constructor for class org.ctan.site.stores.MirrorRegistrationStore
-
This is the constructor for the class
MirrorRegistrationStore
. - Mirrors - Class in org.ctan.site.domain.mirrors
-
This domain class represents a CTAN mirror site.
- Mirrors() - Constructor for class org.ctan.site.domain.mirrors.Mirrors
- MIRRORS - Enum constant in enum class org.ctan.site.services.search.base.IndexType
-
The field
MIRRORS
contains the index type for mirrors. - MIRRORS_DB_BUNDLE - Static variable in class org.ctan.site.CtanDatabaseBundles
-
The field
MIRRORS_DB_BUNDLE
contains the Hibernate bundle for the mirrors database. - Mirrors3Resource - Class in org.ctan.site.resources.mirrors
-
The class
Mirror3Resource
contains the controller for the mirrors resource. - Mirrors3Resource(MirrorService) - Constructor for class org.ctan.site.resources.mirrors.Mirrors3Resource
-
This is the constructor for the class
Mirrors3Resource
. - Mirrors3Resource.MirrorTo - Class in org.ctan.site.resources.mirrors
-
The class
MirrorTo
contains the transport object for the license resource in the licenses list. - MirrorService - Class in org.ctan.site.services.mirrors
-
The class
MirrorService
contains the service to deal with mirrors. - MirrorService(MirrorStore) - Constructor for class org.ctan.site.services.mirrors.MirrorService
-
This is the constructor for the class
MirrorService
. - MirrorStore - Class in org.ctan.site.stores
-
The class
MirrorStore
contains the repository for mirrors. - MirrorStore(SessionFactory, IndexingSession) - Constructor for class org.ctan.site.stores.MirrorStore
-
This is the constructor for the
MirrorStore
. - MirrorTo() - Constructor for class org.ctan.site.resources.mirrors.Mirrors3Resource.MirrorTo
- MOTD - Enum constant in enum class org.ctan.site.domain.site.Message.MessageType
-
The field
MOTD
contains the indicates the message of the day. - MTIME - Static variable in interface org.ctan.site.services.search.base.Fields
-
The field
MTIME
contains the name of the mtime field.
N
- neq(String, String) - Method in class org.ctan.site.services.catalogue.AbstractImportService
-
The method
neq
provides means to compare two strings in a null-safe fashion. - NL - Static variable in class org.ctan.markup.html2latex.Html2Latex
-
The field
NL
contains the handler which produces a newline. - NOFRAMES - Enum constant in enum class org.ctan.markup.Tag
-
The constant
NOFRAMES
represents the noframes tag. - NOSCRIPT - Enum constant in enum class org.ctan.markup.Tag
-
The constant
NOSCRIPT
represents the noscript tag. - NOTHING - Static variable in class org.ctan.markup.html2latex.Html2Latex
-
The field
NOTHING
contains the handler which produces nothing. - NullCheck - Interface in org.ctan.site.services.util
-
The class
NullCheck
contains the utility methods for treatment of null values.
O
- OBJECT - Enum constant in enum class org.ctan.markup.Tag
-
The constant
OBJECT
represents the object tag. - of(String, InputStream) - Static method in interface org.ctan.site.services.upload.util.archive.Archive
-
The method
of
provides means to create a wrapper for an archive file. - of(String) - Static method in enum class org.ctan.site.domain.Gender
-
The method
of
provides means to translate a single letter into a gender value. - OL - Enum constant in enum class org.ctan.markup.Tag
-
The constant
OL
represents the ol tag. - open(String) - Method in class org.ctan.site.services.search.base.IndexingBase
-
The method
open
provides means to open an index. - open(IndexType, String) - Method in class org.ctan.site.services.search.base.IndexingBase
-
The method
open
provides means to open an index. - OPTGROUP - Enum constant in enum class org.ctan.markup.Tag
-
The constant
OPTGROUP
represents the optgroup tag. - OPTION - Enum constant in enum class org.ctan.markup.Tag
-
The constant
OPTION
represents the option tag. - org.ctan.markup - package org.ctan.markup
-
This package contains support for TeX logos.
- org.ctan.markup.html2latex - package org.ctan.markup.html2latex
-
Convert HTML to LaTeX.
- org.ctan.markup.markdown - package org.ctan.markup.markdown
-
This package contains a translator of Github-flavored markdown mark-up to HTML.
- org.ctan.markup.markdown.syntax - package org.ctan.markup.markdown.syntax
-
This package contains a syntax highlighter which translates code to HTML.
- org.ctan.site - package org.ctan.site
-
This package contains the CTAN site back-end.
- org.ctan.site.command - package org.ctan.site.command
-
This package contains the definition of commands which are triggered via the command line.
- org.ctan.site.domain - package org.ctan.site.domain
-
This package contains domain model classes of the TeX Catalogue.
- org.ctan.site.domain.account - package org.ctan.site.domain.account
-
This package contains domain classes for the authentication and authorisation.
- org.ctan.site.domain.archive - package org.ctan.site.domain.archive
-
This package contains domain classes for the archive files.
- org.ctan.site.domain.catalogue - package org.ctan.site.domain.catalogue
-
This package contains domain classes for the Catalogue.
- org.ctan.site.domain.mirrors - package org.ctan.site.domain.mirrors
-
This package contains domain classes for the Mirrors database.
- org.ctan.site.domain.site - package org.ctan.site.domain.site
-
This package contains domain classes for the site itself.
- org.ctan.site.health - package org.ctan.site.health
-
This package contains health checks for the CTAN site.
- org.ctan.site.resources - package org.ctan.site.resources
-
This package contains resource controllers.
- org.ctan.site.resources.admin - package org.ctan.site.resources.admin
-
This package contains resources for admin functions.
- org.ctan.site.resources.catalogue - package org.ctan.site.resources.catalogue
-
This package contains resources/end-points for catalogue entities.
- org.ctan.site.resources.catalogue.api - package org.ctan.site.resources.catalogue.api
-
This package contains resources for backward-compatible end-points based on JSON or XML.
- org.ctan.site.resources.content - package org.ctan.site.resources.content
-
This package contains the resources for the content.
- org.ctan.site.resources.mirrors - package org.ctan.site.resources.mirrors
-
This package contains resources for mirrors.
- org.ctan.site.resources.postings - package org.ctan.site.resources.postings
-
This package contains resources for postings.
- org.ctan.site.resources.site - package org.ctan.site.resources.site
-
This package contains resource controllers for the site.
- org.ctan.site.resources.texarchive - package org.ctan.site.resources.texarchive
-
This package contains the resource controllers for the
/texarchive/
end points. - org.ctan.site.resources.upload - package org.ctan.site.resources.upload
-
The package contains the endpoint for the upload.
- org.ctan.site.services - package org.ctan.site.services
-
This package contains services.
- org.ctan.site.services.account - package org.ctan.site.services.account
-
This package contains user services to deal with login and user management.
- org.ctan.site.services.catalogue - package org.ctan.site.services.catalogue
-
This package contains services for the catalogue.
- org.ctan.site.services.content - package org.ctan.site.services.content
-
This package contains services to access content.
- org.ctan.site.services.lugs - package org.ctan.site.services.lugs
-
The package contains services for LUGs.
- org.ctan.site.services.mail - package org.ctan.site.services.mail
-
The package contains service classes for dealing with mail.
- org.ctan.site.services.mirrors - package org.ctan.site.services.mirrors
-
The package contains service classes for dealing with mirrors.
- org.ctan.site.services.postings - package org.ctan.site.services.postings
-
This package contains classes to deals with postings from mailing lists.
- org.ctan.site.services.search - package org.ctan.site.services.search
-
The package contains classses for the search.
- org.ctan.site.services.search.base - package org.ctan.site.services.search.base
-
The package contains service classes for the search.
- org.ctan.site.services.texarchive - package org.ctan.site.services.texarchive
-
This package contains services for the TeX archive.
- org.ctan.site.services.texarchive.readme - package org.ctan.site.services.texarchive.readme
-
This package contains mappers from files to HTML.
- org.ctan.site.services.upload - package org.ctan.site.services.upload
-
The package contains services for the upload.
- org.ctan.site.services.upload.util - package org.ctan.site.services.upload.util
-
The package contains helper classes for the upload.
- org.ctan.site.services.upload.util.archive - package org.ctan.site.services.upload.util.archive
-
This package contains the wrapper definition to allow a unified access to zip and tar.gz archives.
- org.ctan.site.services.util - package org.ctan.site.services.util
-
This package contains utility classes.
- org.ctan.site.stores - package org.ctan.site.stores
-
This package contains repository interfaces.
- org.ctan.site.stores.base - package org.ctan.site.stores.base
-
This package contains base classes for stores -- sometimes called repositories.
- org.ctan.site.tasks - package org.ctan.site.tasks
-
This package contains the definition of admin tasks.
- out(String...) - Method in class org.ctan.site.resources.catalogue.api.XmlWriter
-
The method
out
provides means to write some arguments to the writer. - outFullTag(String, String) - Method in class org.ctan.site.resources.catalogue.api.XmlWriter
-
The method
outFullTag
provides means to generate a full tag. - outIf(boolean, String, String) - Method in class org.ctan.site.resources.catalogue.api.XmlWriter
-
The method
outIf
provides means to write a parameter if a condition is met and the value is not empty. - outIf(String, String) - Method in class org.ctan.site.resources.catalogue.api.XmlWriter
-
The method
outIf
provides means to write a parameter if a condition is met and the value is not empty. - outIf(String, String, String) - Method in class org.ctan.site.resources.catalogue.api.XmlWriter
-
The method
outIf
provides means to write a parameter if a condition is met and the value is not empty. - outName(boolean, String, String) - Method in class org.ctan.site.resources.catalogue.api.XmlWriter
-
The method
outName
provides means to write out a parameter. - outNl(String...) - Method in class org.ctan.site.resources.catalogue.api.XmlWriter
-
The method
out
provides means to write some arguments to the writer followed by a newline character. - outTagWithAttribute(String, String, String) - Method in class org.ctan.site.resources.catalogue.api.XmlWriter
-
The method
outTag
provides means to add a tag with an attribute value.
P
- P - Enum constant in enum class org.ctan.markup.Tag
-
The constant
P
represents the p tag. - P_LATEX - Static variable in interface org.ctan.markup.Logos
-
The field
P_LATEX
contains the unprotected LaTeX logo in HTML. - P_TEX - Static variable in interface org.ctan.markup.Logos
-
The field
P_TEX
contains the unprotected TeX logo in HTML. - packages() - Method in class org.ctan.site.services.postings.PostingCache
-
This method is a getter for the keys of the packages.
- PackageTo() - Constructor for class org.ctan.site.resources.catalogue.api.JsonPkgResource.PackageTo
- PackageTo() - Constructor for class org.ctan.site.resources.postings.Postings3Resource.PackageTo
- Pages - Search tag in class org.ctan.site.services.content.ContentService
- Section
- PARAM - Enum constant in enum class org.ctan.markup.Tag
-
The constant
PARAM
represents the param tag. - parse() - Method in class minitex.MiniTexParser
-
This method reads the input and stores the top-level macros and environments in a map.
- parse(String, Reader) - Method in class minitex.InsParser
-
This method parses the ins file.
- PASS - Enum constant in enum class org.ctan.markup.Tag.Type
-
The constant
PASS
contains the type for tags to be passed through. - PasswdRequest() - Constructor for class org.ctan.site.resources.site.User3Resource.PasswdRequest
- PASSWORD_PREFIX - Static variable in class org.ctan.site.domain.account.Ticket
-
The field
PASSWORD_PREFIX
contains the prefix indicating a password request. - PasswordRequest() - Constructor for class org.ctan.site.resources.site.User3Resource.PasswordRequest
- PATH - Static variable in interface org.ctan.site.services.search.base.Fields
-
The field
PATH
contains the name of the path field. - PICTEX - Static variable in interface org.ctan.markup.Logos
-
The field
PICTEX
contains the PicTeX logo in HTML. - Pkg - Class in org.ctan.site.domain.catalogue
-
The domain class
Pkg
contains the description of a package in the Catalogue. - Pkg() - Constructor for class org.ctan.site.domain.catalogue.Pkg
- PKG - Enum constant in enum class org.ctan.site.services.content.ContentService.TeaserType
-
The indicator for a package.
- PKG - Enum constant in enum class org.ctan.site.services.search.base.IndexType
-
The constant
PKG
contains the index type for package descriptions. - PKG - Static variable in interface org.ctan.site.services.search.base.Fields
-
The field
PKG
contains the name of the package field. - Pkg3Resource - Class in org.ctan.site.resources.catalogue
-
The class
Pkg3Resource
contains the controller for the package resource. - Pkg3Resource(CtanConfiguration.CtanConfig, PkgStore, ContentService, BibtexService, PostingsService, PkgAliasStore) - Constructor for class org.ctan.site.resources.catalogue.Pkg3Resource
-
This is the constructor for
Pkg3Resource
. - Pkg3Resource.AuthorSummaryTo - Class in org.ctan.site.resources.catalogue
-
The author summary.
- Pkg3Resource.DocSummaryTo - Class in org.ctan.site.resources.catalogue
-
The document summary.
- Pkg3Resource.LicenseSummaryTo - Class in org.ctan.site.resources.catalogue
-
The license summary.
- Pkg3Resource.PkgCtanTo - Class in org.ctan.site.resources.catalogue
-
The class
PkgCtanTo
contains the package CTAN path transport object. - Pkg3Resource.PkgInfoTo - Class in org.ctan.site.resources.catalogue
-
The class
PkgInfoTo
contains the package info transport object. - Pkg3Resource.PkgSummaryTo - Class in org.ctan.site.resources.catalogue
-
The class
PkgSummaryTo
contains the transport object for the package resource in the summary list. - Pkg3Resource.PkgTo - Class in org.ctan.site.resources.catalogue
-
The class
PkgTo
contains the transport object for the author resource. - Pkg3Resource.PostingsSummaryTo - Class in org.ctan.site.resources.catalogue
-
The postings summary.
- Pkg3Resource.TopicSummaryTo - Class in org.ctan.site.resources.catalogue
-
The topic summary.
- PkgAlias - Class in org.ctan.site.domain.catalogue
-
The class
PkgAlias
contains an alias for a package in the Catalogue. - PkgAlias() - Constructor for class org.ctan.site.domain.catalogue.PkgAlias
- PkgAliasStore - Class in org.ctan.site.stores
-
The class
PkgAliasStore
contains the repository for package aliases. - PkgAliasStore(SessionFactory) - Constructor for class org.ctan.site.stores.PkgAliasStore
-
This is the constructor for the
PkgAliasStore
. - PkgCaption - Class in org.ctan.site.domain.catalogue
-
The class
PkgCaption
contains the domain class for a single caption of a package in the Catalogue. - PkgCaption() - Constructor for class org.ctan.site.domain.catalogue.PkgCaption
- PkgCopyright - Class in org.ctan.site.domain.catalogue
-
The class
PkgCopyright
contains a copyright for a package. - PkgCopyright() - Constructor for class org.ctan.site.domain.catalogue.PkgCopyright
- PkgCtanTo() - Constructor for class org.ctan.site.resources.catalogue.Pkg3Resource.PkgCtanTo
- PkgDescription - Class in org.ctan.site.domain.catalogue
-
The class
PkgDescription
contains the description of a package in a given language. - PkgDescription() - Constructor for class org.ctan.site.domain.catalogue.PkgDescription
- PkgDoc - Class in org.ctan.site.domain.catalogue
-
The class
PkgDoc
contains the definition of a package documentation. - PkgDoc() - Constructor for class org.ctan.site.domain.catalogue.PkgDoc
- PkgInfoTo() - Constructor for class org.ctan.site.resources.catalogue.Pkg3Resource.PkgInfoTo
- PkgService - Class in org.ctan.site.services.texarchive
-
The class
TexarchiveService
contains the service to access the TeX archive directory. - PkgService(CtanConfiguration, ContentService, PkgStore) - Constructor for class org.ctan.site.services.texarchive.PkgService
-
This is the constructor for the class
PkgService
. - PkgService.PkgTo - Class in org.ctan.site.services.texarchive
-
The class
PkgTo
contains a transport object for the package. - PkgsImportService - Class in org.ctan.site.services.catalogue
-
This service deals with the packages from a file.
- PkgsImportService(File, PkgStore, AuthorStore, TopicStore, LicenseStore) - Constructor for class org.ctan.site.services.catalogue.PkgsImportService
-
This is the constructor for
PkgsImportService
. - PkgStore - Class in org.ctan.site.stores
-
The class
PkgStore
contains the repository for authors. - PkgStore(SessionFactory, IndexingSession) - Constructor for class org.ctan.site.stores.PkgStore
-
This is the constructor for the
PkgStore
. - PkgSummaryTo() - Constructor for class org.ctan.site.resources.catalogue.api.JsonAuthorResource.PkgSummaryTo
- PkgSummaryTo() - Constructor for class org.ctan.site.resources.catalogue.Author3Resource.PkgSummaryTo
- PkgSummaryTo() - Constructor for class org.ctan.site.resources.catalogue.Pkg3Resource.PkgSummaryTo
- PkgTo() - Constructor for class org.ctan.site.resources.catalogue.Pkg3Resource.PkgTo
- PkgTo() - Constructor for class org.ctan.site.services.account.AccountService.PkgTo
- PkgTo() - Constructor for class org.ctan.site.services.texarchive.PkgService.PkgTo
- PkgTopic - Class in org.ctan.site.domain.catalogue
-
The class
PkgCaption
contains the domain class for a single caption of a package in the Catalogue. - PkgTopic() - Constructor for class org.ctan.site.domain.catalogue.PkgTopic
- POPUP - Enum constant in enum class org.ctan.site.domain.site.Message.MessageType
-
The field
POPUP
contains the indicator for the pop-up message to be shown once on each page. - Posting - Class in org.ctan.site.services.postings
-
This class represents a mail from a mailing list.
- Posting(String) - Constructor for class org.ctan.site.services.postings.Posting
-
This is the constructor for
Posting
. - PostingCache - Class in org.ctan.site.services.postings
-
This class provides a container for
Posting
s. - PostingCache(File) - Constructor for class org.ctan.site.services.postings.PostingCache
-
This is the constructor for
PostingCache
. - PostingReader - Class in org.ctan.site.services.postings
-
This class provides a reader for mails from gzipped mail archive files.
- PostingReader(Reader) - Constructor for class org.ctan.site.services.postings.PostingReader
-
This is the constructor for
PostingReader
. - Postings3Resource - Class in org.ctan.site.resources.postings
-
The class
Postings3Resource
contains the controller for the postings resource. - Postings3Resource(PostingCache, ContentService, PkgStore) - Constructor for class org.ctan.site.resources.postings.Postings3Resource
-
This is the constructor for the class
Postings3Resource
. - Postings3Resource.PackageTo - Class in org.ctan.site.resources.postings
-
The class
PackageTo
contains the transport object for a package. - Postings3Resource.PostingsPageTo - Class in org.ctan.site.resources.postings
-
The class
PostingsPageTo
contains the transport object for a posting page. - Postings3Resource.PostingsTo - Class in org.ctan.site.resources.postings
-
The class
PostingsTo
contains the transport object for a list of postings. - Postings3Resource.PostingTo - Class in org.ctan.site.resources.postings
-
The class
PostingTo
contains the transport object for a posting. - PostingsPageTo() - Constructor for class org.ctan.site.resources.postings.Postings3Resource.PostingsPageTo
- PostingsService - Class in org.ctan.site.services.postings
-
This class provides a service to read and watch the mailings on a local mailman mailing list (like ctan-ann).
- PostingsService(String) - Constructor for class org.ctan.site.services.postings.PostingsService
-
This is the constructor for the class
PostingsService
. - PostingsSummaryTo() - Constructor for class org.ctan.site.resources.catalogue.Pkg3Resource.PostingsSummaryTo
- PostingsTo() - Constructor for class org.ctan.site.resources.postings.Postings3Resource.PostingsTo
- PostingTo() - Constructor for class org.ctan.site.resources.postings.Postings3Resource.PostingTo
- PRE - Enum constant in enum class org.ctan.markup.Tag
-
The constant
PRE
represents the pre tag. - PrintableUser() - Constructor for class org.ctan.site.domain.account.User.PrintableUser
- Protocols - Class in org.ctan.site.domain.mirrors
-
This domain class represents a communication protocol for the data exchange with CTAN mirrors.
- Protocols() - Constructor for class org.ctan.site.domain.mirrors.Protocols
- put(String, String) - Method in class org.ctan.site.services.postings.Posting
-
Setter for a header field.
- putAll(Map<? extends String, ? extends String>) - Method in class org.ctan.site.services.postings.Posting
-
Copies all of the mappings from the specified map to this map.
Q
- Q - Enum constant in enum class org.ctan.markup.Tag
-
The constant
Q
represents the q tag. - QueryContainer - Class in org.ctan.site.services.search
-
This class is a command object for passing search relevant parameters to the SearchService and keeping the associated search results.
- QueryContainer() - Constructor for class org.ctan.site.services.search.QueryContainer
- QueryContainer.HitInfo - Class in org.ctan.site.services.search
-
This class represents a hit of the search.
R
- read() - Method in class org.ctan.markup.markdown.MarkdownScanner
- read() - Method in class org.ctan.markup.markdown.syntax.HighlightReader
- read() - Method in class org.ctan.site.services.postings.PostingReader
-
This method reads a mail from this reader and returns it.
- read(char[], int, int) - Method in class org.ctan.markup.markdown.syntax.HighlightReader
- read(File) - Method in class org.ctan.site.services.texarchive.readme.HtmlReadmeReader
-
Read the contents.
- read(File) - Method in class org.ctan.site.services.texarchive.readme.MarkdownReadmeReader
-
Read the contents.
- read(File) - Method in class org.ctan.site.services.texarchive.readme.ReadmeReader
-
Read the contents.
- read(File) - Method in class org.ctan.site.services.texarchive.readme.TextReadmeReader
-
Read the contents.
- readBrackets() - Method in class org.ctan.markup.markdown.MarkdownScanner
-
This method reads text in brackets.
- readLine() - Method in class org.ctan.markup.markdown.MarkdownScanner
-
This method eats up all characters till the next newline.
- readLineTo(int, StringBuilder, char, char) - Method in class org.ctan.markup.markdown.MarkdownScanner
-
This method collects characters in a target buffer until a newline or one of two terminating characters is found.
- readLineTo(StringBuilder) - Method in class org.ctan.markup.markdown.MarkdownScanner
-
This method eats up all characters till the next newline.
- readLineTo(StringBuilder, char) - Method in class org.ctan.markup.markdown.MarkdownScanner
-
This method eats up all characters till the next newline or the terminating character is encountered.
- ReadmeReader - Class in org.ctan.site.services.texarchive.readme
-
The class
ReadmeReader
contains the function to read a file and return the contents as HTML. - ReadmeReader() - Constructor for class org.ctan.site.services.texarchive.readme.ReadmeReader
- ReadmeTo() - Constructor for class org.ctan.site.services.texarchive.TexArchiveService.ReadmeTo
- readNonSpace() - Method in class org.ctan.markup.markdown.MarkdownScanner
-
This method eats up all whitespace characters.
- readToWhitespace(StringBuilder) - Method in class org.ctan.markup.markdown.MarkdownScanner
-
This method reads characters to the next whitespace into a target buffer.
- recommendations(String, String, int) - Method in class org.ctan.site.services.search.SearchService
-
This method retrieves a list of recommendations for a given package.
- RecommendationTo() - Constructor for class org.ctan.site.services.search.SearchService.RecommendationTo
- refresh(String, String) - Method in class org.ctan.site.services.account.AccountService
-
The method
login
provides means to login. - refresh(User3Resource.RefreshRequest) - Method in class org.ctan.site.resources.site.User3Resource
-
The method
login
provides means to perform a login. - RefreshRequest() - Constructor for class org.ctan.site.resources.site.User3Resource.RefreshRequest
- refreshSearchIndex() - Method in class org.ctan.site.domain.site.GuestBook
-
This method updates the search index.
- REGISTER_PREFIX - Static variable in class org.ctan.site.domain.account.Ticket
-
The field
REGISTER_PREFIX
contains the prefix indicating a registration request. - registerAccount(String, String, String, Gender, String) - Method in class org.ctan.site.services.account.AccountService
-
The method
registerAccount
provides means to start the registration process. - registerAccount(User3Resource.RegisterRequest) - Method in class org.ctan.site.resources.site.User3Resource
-
The method
registerAccount
provides means to request a new account. - RegisterRequest() - Constructor for class org.ctan.site.resources.site.User3Resource.RegisterRequest
- registration(MirrorRegistration) - Method in class org.ctan.site.services.mirrors.MirrorRegistrationService
-
The method
registration
provides means to store a registration. - RemainderValidator - Class in org.ctan.site.services.upload.util
-
The class
RemainderValidator
contains the classified for files according to the file name. - RemainderValidator() - Constructor for class org.ctan.site.services.upload.util.RemainderValidator
- remove(long) - Method in class org.ctan.site.resources.admin.CrudGuestbook3Resource
-
The method
remove
provides an end-point to remove a ticket. - remove(Long) - Method in class org.ctan.site.resources.admin.CrudUpload3Resource
-
The method
remove
provides an end-point to remove a user. - remove(Long) - Method in class org.ctan.site.resources.admin.CrudUser3Resource
-
The method
remove
provides an end-point to remove a user. - remove(Long) - Method in class org.ctan.site.resources.admin.CrudVote3Resource
-
The method
remove
provides an end-point to remove a vote. - remove(Long) - Method in class org.ctan.site.resources.admin.Stopword3Resource
-
The method
remove
provides an end-point to remove a stop word. - remove(Long) - Method in class org.ctan.site.resources.admin.TexArchiveNotes3Resource
-
The method
remove
provides an end-point to remove a texarchive-notes. - remove(Long) - Method in class org.ctan.site.resources.admin.UserStopword3Resource
-
The method
remove
provides an end-point to remove a user. - remove(Long) - Method in class org.ctan.site.resources.site.Message3Resource
-
The method
remove
provides means to remove a message. - remove(Long) - Method in class org.ctan.site.stores.base.AbstractStore
-
The method
remove
provides means to remove an entity by its id. - remove(String) - Method in class org.ctan.site.resources.admin.CrudAuthor3Resource
-
The method
remove
provides an end-point to remove a author. - remove(String) - Method in class org.ctan.site.resources.admin.CrudUser3Resource
-
The method
remove
provides an end-point to remove a user. - remove(String) - Method in class org.ctan.site.resources.admin.Ticket3Resource
-
The method
remove
provides an end-point to remove a ticket. - remove(Long) - Method in class org.ctan.site.resources.admin.CrudLicense3Resource
-
The method
remove
provides an end-point to remove a ticket. - remove(String) - Method in class org.ctan.site.stores.TicketStore
-
The method
remove
provides means to delete a ticket. - remove(List<T>) - Method in class org.ctan.site.stores.base.AbstractStore
-
The method
remove
provides means to remove a list of entities. - remove(Ticket) - Method in class org.ctan.site.stores.TicketStore
-
The method
remove
provides means to delete a ticket. - remove(User) - Method in class org.ctan.site.stores.UserStore
-
The method
remove
provides means to delete an account. - remove(User3Resource.RemoveRequest) - Method in class org.ctan.site.resources.site.User3Resource
-
The method
remove
provides means to delete an account. - remove(IndexType, String, String) - Method in class org.ctan.site.services.search.base.IndexingSession
-
The method
remove
provides means to remove an item from the search index. - remove(IndexingSession) - Method in class org.ctan.site.domain.archive.ArchiveFile
-
The method
remove
provides means to remove the entity from the search index. - remove(IndexingSession) - Method in class org.ctan.site.domain.archive.TexArchiveNotes
-
The method
remove
provides means to remove the entity from the search index. - remove(IndexingSession) - Method in class org.ctan.site.domain.catalogue.Author
-
The method
remove
provides means to remove the entity from the search index. - remove(IndexingSession) - Method in class org.ctan.site.domain.catalogue.License
-
The method
remove
provides means to remove the entity from the search index. - remove(IndexingSession) - Method in class org.ctan.site.domain.catalogue.Pkg
-
The method
remove
provides means to remove the entity from the search index. - remove(IndexingSession) - Method in class org.ctan.site.domain.catalogue.Topic
-
The method
remove
provides means to remove the entity from the search index. - remove(IndexingSession) - Method in class org.ctan.site.domain.mirrors.Mirrors
-
The method
remove
provides means to remove the entity from the search index. - remove(IndexingSession) - Method in class org.ctan.site.domain.site.GuestBook
-
The method
remove
provides means to remove the entity from the search index. - remove(IndexingSession) - Method in interface org.ctan.site.services.search.base.Searchable
-
The method
remove
provides means to remove the entity from the search index. - remove(T) - Method in class org.ctan.site.stores.base.AbstractStore
-
The method
remove
provides means to remove an entity. - remove(T) - Method in class org.ctan.site.stores.base.AbstractIndexingStore
-
The method
remove
provides means to remove an entity. - removeByAccount(String) - Method in class org.ctan.site.stores.UserStore
-
The method
removeByAccount
provides means to delete an account by account name. - render() - Method in class org.ctan.markup.markdown.MarkdownRenderer
-
This method parses the input, renders it, and returns the result as String.
- render(int, PushbackReader, Writer) - Method in interface org.ctan.markup.markdown.syntax.HighlightHandler
-
This method renders from the input to the output.
- render(PushbackReader, Writer) - Method in interface org.ctan.markup.markdown.syntax.Highlighter
-
This method renders from the input to the output.
- render(Writer) - Method in class org.ctan.markup.markdown.MarkdownRenderer
-
This method parses the input and renders it to the given writer.
- render(String) - Method in class org.ctan.site.resources.content.Markdown3Resource
-
The method
render
provides means to translate a markdown text to HTML. - resetHits() - Method in class org.ctan.site.services.search.QueryContainer
-
The method
resetHits
provides means to reinitialise the hits. - resolve(String) - Method in interface org.ctan.markup.markdown.MentionResolver
-
This method resolves the name of a mention.
- retrieve(String) - Method in class org.ctan.site.resources.admin.UserStopword3Resource
-
The method
retrieve
provides means to retrieve a user. - RIBBON - Enum constant in enum class org.ctan.site.domain.site.Message.MessageType
-
The field
RIBBON
contains the indicator for the ribbon message to be shown once on each page. - Role - Enum Class in org.ctan.site.domain.account
-
The enum
Role
contains the role for a user. - Role3Resource - Class in org.ctan.site.resources.site
-
The class
Role3Resource
contains the CRUD controller for the roles resource. - Role3Resource() - Constructor for class org.ctan.site.resources.site.Role3Resource
- RoleConverter - Class in org.ctan.site.domain.account
-
The class
RoleConverter
contains the converter from and to Role values to strings. - RoleConverter() - Constructor for class org.ctan.site.domain.account.RoleConverter
- Rss() - Constructor for class org.ctan.site.resources.postings.Rss20Resource.Rss
- Rss20Resource - Class in org.ctan.site.resources.postings
-
The class
Rss20Resource
contains the controller for the RSS feed resource. - Rss20Resource(PostingCache, CtanConfiguration) - Constructor for class org.ctan.site.resources.postings.Rss20Resource
-
This is the constructor for the class
RssResource
. - Rss20Resource.Rss - Class in org.ctan.site.resources.postings
-
The class
Rss
contains the top node of RSS 2.0. - Rss20Resource.RssChannel - Class in org.ctan.site.resources.postings
-
The class
RssChannel
contains the channel node of RSS 2.0. - Rss20Resource.RssGuid - Class in org.ctan.site.resources.postings
-
The class
RssGuid
contains the guid node of RSS 2.0. - Rss20Resource.RssImage - Class in org.ctan.site.resources.postings
-
The class
RssImage
contains the image node of RSS 2.0. - Rss20Resource.RssItem - Class in org.ctan.site.resources.postings
-
The class
RssItem
contains the item node of RSS 2.0. - RssChannel() - Constructor for class org.ctan.site.resources.postings.Rss20Resource.RssChannel
- RssGuid() - Constructor for class org.ctan.site.resources.postings.Rss20Resource.RssGuid
- RssImage() - Constructor for class org.ctan.site.resources.postings.Rss20Resource.RssImage
- RssItem() - Constructor for class org.ctan.site.resources.postings.Rss20Resource.RssItem
- run(Bootstrap<?>, Namespace) - Method in class org.ctan.site.command.InitSearchCommand
-
Executes when the user runs this command.
- run(String[]) - Method in class org.ctan.markup.markdown.Markdown
-
This method contains the command line processor with handling of Exceptions.
- run(CtanConfiguration, Environment) - Method in class org.ctan.site.Ctan
S
- S - Enum constant in enum class org.ctan.markup.Tag
-
The constant
S
represents the s tag. - SAMP - Enum constant in enum class org.ctan.markup.Tag
-
The constant
SAMP
represents the samp tag. - sanitize() - Method in class org.ctan.markup.markdown.HtmlSanitizer
-
This method scans for embedded HTML and passes on only allowed tags and attributes.
- sanitizeAll() - Method in class org.ctan.markup.markdown.HtmlSanitizer
-
This method reads the complete input stream and processes all tags until the EOF is reached.
- save(Ticket) - Method in class org.ctan.site.stores.TicketStore
-
The method
save
provides means to persist a ticket. - save(User) - Method in class org.ctan.site.stores.UserStore
-
The method
save
provides means to store a user in the database. - save(TexArchiveNotes) - Method in class org.ctan.site.resources.admin.TexArchiveNotes3Resource
-
The method
save
provides an end-point to create a notes object. - save(Upload) - Method in class org.ctan.site.services.upload.UploadService
-
The method
save
provides means to store an entity. - save(MirrorRegistration) - Method in class org.ctan.site.stores.MirrorRegistrationStore
-
The method
save
provides means to persist a mirror registration. - save(GuestBook) - Method in class org.ctan.site.resources.site.GuestBook3Resource
-
The method
save
provides an end-point to create a guest book item. - save(Message) - Method in class org.ctan.site.resources.site.Message3Resource
-
The method
save
provides an end-point to create a message. - save(Lug) - Method in class org.ctan.site.stores.LugStore
-
The method
save
provides means to persist an lug. - save(T) - Method in class org.ctan.site.stores.base.AbstractIndexingStore
-
The method
save
provides means to store an entity in the database. - save(T) - Method in class org.ctan.site.stores.base.AbstractStore
-
The method
save
provides means to store an entity in the database. - scanSectionDepth(int) - Method in class org.ctan.markup.markdown.MarkdownScanner
-
This method digests all hash marks found and returns their number.
- SCRIPT - Enum constant in enum class org.ctan.markup.Tag
-
The constant
SCRIPT
represents the script tag. - search(String, int, int, Boolean, Boolean, Boolean, Boolean, Boolean) - Method in class org.ctan.site.resources.catalogue.api.SearchResource
-
The method
search
provides means to trigger the JSON search end-point. - search(String, int, int, String, String) - Method in class org.ctan.site.resources.Search3Resource
-
The method
getHits
provides means to retrieve search results. - Search3Resource - Class in org.ctan.site.resources
-
The class
Search3Resource
contains the controller for the search resource. - Search3Resource(SearchService) - Constructor for class org.ctan.site.resources.Search3Resource
-
This is the constructor for the class
Content3Resource
. - Searchable - Interface in org.ctan.site.services.search.base
-
The class
Searchable
contains a marker interface for entities which should be indexed for searching. - SearchResource - Class in org.ctan.site.resources.catalogue.api
-
The class
SearchResource
contains the controller for the search resource. - SearchResource(SearchService) - Constructor for class org.ctan.site.resources.catalogue.api.SearchResource
-
This is the constructor for the class
SearchResource
. - SearchResource.HitsPage - Class in org.ctan.site.resources.catalogue.api
-
The class
AuthorTo
contains the transport object for the author resource. - SearchResource.HitTo - Class in org.ctan.site.resources.catalogue.api
-
The class
HitTo
contains the transport object for the search hit. - SearchService - Class in org.ctan.site.services.search
-
The class
SearchingService
implements a service to perform a full-text search. - SearchService(CtanConfiguration.IndexConfig) - Constructor for class org.ctan.site.services.search.SearchService
-
This is the constructor for
SearchService
. - SearchService.RecommendationTo - Class in org.ctan.site.services.search
-
The class
RecommendationTo
contains the definition of the transport object for a recommendation. - searchVersion() - Method in class org.ctan.site.resources.Search3Resource
-
The method
searchVersion
provides means to retrieve the current version number. - searchXml(String, int, int, Boolean, Boolean, Boolean, Boolean, Boolean) - Method in class org.ctan.site.resources.catalogue.api.SearchResource
-
The method
searchXml
provides means to trigger the XML search end-point. - SECTION - Static variable in enum class org.ctan.markup.Tag
-
The constant
SECTION
contains a list of section tags in ascending order. - SecurityUtils - Class in org.ctan.site.services.util
-
The class
SecurityUtils
contains utility methods in the area of security. - see(String) - Method in interface org.ctan.markup.html2latex.LinkManager
-
The method
see
provides means to start the processing of a link. - seen() - Method in interface org.ctan.markup.html2latex.LinkManager
-
The method
seen
provides means to end the processing. - SELECT - Enum constant in enum class org.ctan.markup.Tag
-
The constant
SELECT
represents the select tag. - send(MailService.Mail) - Method in class org.ctan.site.services.mail.MailService
-
The method
send
provides means to sent an email. - serialVersionUID - Static variable in class org.ctan.site.services.upload.util.Messages
-
The field
serialVersionUID
contains the version number. - Services - Class in org.ctan.site.domain.mirrors
-
This domain class represents the services offered by a CTAN mirror.
- Services() - Constructor for class org.ctan.site.domain.mirrors.Services
- set(long, String) - Method in class org.ctan.site.stores.UserStopwordStore
-
The method
set
provides means to set a stop word to a new value. - set(Long, String) - Method in class org.ctan.site.resources.admin.UserStopword3Resource
-
The method
set
provides means to reset a single stop word. - set(String, String, String) - Method in class org.ctan.site.services.account.AccountService
-
The method
set
provides means to set a single attribute of the user and save the result. - set(String, String, String) - Method in class org.ctan.site.stores.AuthorStore
-
The method
set
provides means to set a single attribute to a new value. - set(String, Map<String, String>) - Method in class org.ctan.site.resources.admin.CrudAuthor3Resource
-
The method
set
provides means to set a single attribute of an author. - set(String, Map<String, String>) - Method in class org.ctan.site.resources.admin.CrudUser3Resource
-
The method
set
provides means to set a single attribute of a user. - set(String, String, String) - Method in class org.ctan.site.stores.UserStore
-
The method
set
provides means to alter a single attribute and store the user instance. - set(User3Resource.SetRequest) - Method in class org.ctan.site.resources.site.User3Resource
-
The method
set
provides means to set a single attribute and store the entity. - setBase(String) - Method in class org.ctan.markup.markdown.HtmlSanitizer
-
This is the setter for
base
. - setBody(String) - Method in class org.ctan.site.services.postings.Posting
-
This is the setter for
body
. - setDescription(String) - Method in class org.ctan.site.domain.catalogue.Upload
-
This method is the setter for the description.
- setEmails(String[]) - Method in class org.ctan.site.domain.catalogue.Author
-
The method
setEmails
provides means to set the emails. - setFamilyname(String) - Method in class org.ctan.site.domain.catalogue.Author
-
This method is the setter for family name.
- setGivenname(String) - Method in class org.ctan.site.domain.catalogue.Author
-
This method is the setter for given name.
- setHashedPassword(String) - Method in class org.ctan.site.domain.account.User
-
The method
setHashedPassword
provides means to set the password. - setJunior(String) - Method in class org.ctan.site.domain.catalogue.Author
-
This method is the setter for junior name.
- setLicenses(String) - Method in class org.ctan.site.services.upload.SubmitService.UploadData
-
The method
setLicenses
provides means to split the argument and store the result as licenses. - setLicenses(String[]) - Method in class org.ctan.site.domain.catalogue.Upload
-
This is the setter for
license
. - setMentionResolver(MentionResolver) - Method in class org.ctan.markup.markdown.MarkdownRenderer
-
This is the setter for
resolver
. - setPasswd(User3Resource.PasswdRequest) - Method in class org.ctan.site.resources.site.User3Resource
-
The method
setPasswd
provides means to set the password. - setPasswdFromTicket(String, String) - Method in class org.ctan.site.services.account.AccountService
-
The method
setPasswdFromTicket
provides means to set the password from a ticket. - setPassword(String, String) - Method in class org.ctan.site.services.account.AccountService
-
The method
setPassword
provides means to set the password from a user. - setPassword(User3Resource.PasswordRequest) - Method in class org.ctan.site.resources.site.User3Resource
-
The method
setPassword
provides means to set the password. - setPseudonym(String) - Method in class org.ctan.site.domain.catalogue.Author
-
This method is the setter for pseudonym.
- SetRequest() - Constructor for class org.ctan.site.resources.site.User3Resource.SetRequest
- setSummary(String) - Method in class org.ctan.site.domain.catalogue.Upload
-
This method is the setter for the summary.
- setTopics(String) - Method in class org.ctan.site.services.upload.SubmitService.UploadData
-
The method
setTopics
provides means to split the argument and store the result as topics. - setType(String, Boolean) - Method in class org.ctan.site.services.search.QueryContainer
-
The method
setType
provides means to set the value of a given type. - setUrlPrefix(String) - Method in class org.ctan.markup.markdown.MarkdownRenderer
-
This method is the setter for the URL prefix.
- setVon(String) - Method in class org.ctan.site.domain.catalogue.Author
-
This method is the setter for von name.
- SITE - Enum constant in enum class org.ctan.site.services.search.base.IndexType
-
The constant
SITE
contains the index type for the static pages. - SITE_DB_BUNDLE - Static variable in class org.ctan.site.CtanDatabaseBundles
-
The field
SITE_DB_BUNDLE
contains the Hibernate bundle for the site database. - sitemap() - Method in class org.ctan.site.resources.Sitemap3Resource
-
The method
sitemap
provides means to retrieve the site map as JSON. - Sitemap3Resource - Class in org.ctan.site.resources
-
The class
Sitemap3Resource
contains the controller for the version resource. - Sitemap3Resource(SitemapService) - Constructor for class org.ctan.site.resources.Sitemap3Resource
-
This is the constructor for
Sitemap3Resource
. - SitemapList() - Constructor for class org.ctan.site.services.SitemapService.SitemapList
- SitemapPage() - Constructor for class org.ctan.site.services.SitemapService.SitemapPage
- Sitemapper - Class in org.ctan.site.services
-
The class
Sitemapper
contains the sitemapper. - Sitemapper() - Constructor for class org.ctan.site.services.Sitemapper
- SitemapService - Class in org.ctan.site.services
-
The class
Sitemap3Resource
contains the controller for the version resource. - SitemapService() - Constructor for class org.ctan.site.services.SitemapService
- SitemapService.SitemapList - Class in org.ctan.site.services
-
The class
SitemapList
contains the transport object to encode a list of sitemap pages. - SitemapService.SitemapPage - Class in org.ctan.site.services
-
The class
SitemapPage
contains the transport object to encode a sitemap page. - sitemapVersion() - Method in class org.ctan.site.resources.Sitemap3Resource
-
The method
sitemapVersion
provides means to retrieve the current version number. - sitemapXml() - Method in class org.ctan.site.resources.Sitemap3Resource
-
The method
sitemapXml
provides means to the site map as XML. - sitemapXml(String) - Method in class org.ctan.site.resources.Sitemap3Resource
-
The method
sitemapXml
provides means to TODO gene. - SitePage - Class in org.ctan.site.domain.site
-
The class
SitePage
contains a page of the site map. - SitePage() - Constructor for class org.ctan.site.domain.site.SitePage
- size() - Method in class org.ctan.site.services.postings.PostingCache
-
This method is a getter for the number of mails in the cache.
- size() - Method in class org.ctan.site.services.upload.util.Messages
-
The method
size
provides means to get the number of messages. - SKIP_TAG - Enum constant in enum class org.ctan.markup.Tag.Type
-
The constant
SKIP_TAG
contains the type for tags which are thrown out. - skipLine() - Method in class org.ctan.markup.markdown.MarkdownScanner
-
This method skips to EOL.
- skipSpace(StringBuilder) - Method in class org.ctan.markup.markdown.MarkdownScanner
-
This method reads ahead and stores all whitespace characters in the provided buffer.
- skipWhiteSpace(int) - Method in class org.ctan.markup.markdown.MarkdownScanner
-
This method reads ahead and skips all whitespace characters.
- SMALL - Enum constant in enum class org.ctan.markup.Tag
-
The constant
SMALL
represents the small tag. - SPAN - Enum constant in enum class org.ctan.markup.Tag
-
The constant
SPAN
represents the span tag. - start() - Method in class org.ctan.site.services.postings.PostingsService
-
This method starts the processing right after the service has been constructed.
- start(Writer) - Method in enum class org.ctan.markup.Tag
-
This method writes the start tag to the writer.
- start(Writer, String, String) - Method in enum class org.ctan.markup.Tag
-
This method writes the start tag to the writer.
- start(Writer, Map<String, String>) - Method in enum class org.ctan.markup.Tag
-
This method writes the start tag to the writer.
- startSave(Writer, String, Map<String, String>) - Method in enum class org.ctan.markup.Tag
-
This method writes the start tag to the writer.
- Status - Class in org.ctan.site.domain.mirrors
-
This domain class represents the status of a CTAN mirror.
- Status() - Constructor for class org.ctan.site.domain.mirrors.Status
- Stopword - Class in org.ctan.site.domain.site
-
The domain class
Stopword
contains the description of a forbidden word in the guest book on the site. - Stopword() - Constructor for class org.ctan.site.domain.site.Stopword
- Stopword3Resource - Class in org.ctan.site.resources.admin
-
The class
Stopword3Resource
contains the CRUD controller for the guest book black list resource. - Stopword3Resource(StopwordStore) - Constructor for class org.ctan.site.resources.admin.Stopword3Resource
-
This is the constructor for the class
Stopword3Resource
. - StopwordStore - Class in org.ctan.site.stores
-
The class
StopwordStore
contains the repository for guest book stop words. - StopwordStore(SessionFactory) - Constructor for class org.ctan.site.stores.StopwordStore
-
This is the constructor for the
StopwordStore
. - store - Variable in class org.ctan.site.services.catalogue.AbstractImportService
-
The field
store
contains the encapsulated store. - STRIKE - Enum constant in enum class org.ctan.markup.Tag
-
The constant
STRIKE
represents the strike tag. - StringHandler(String) - Constructor for class org.ctan.markup.html2latex.Html2Latex.StringHandler
-
Creates a new object.
- StringsMap() - Constructor for class org.ctan.site.stores.UploadStore.StringsMap
- STRONG - Enum constant in enum class org.ctan.markup.Tag
-
The constant
STRONG
represents the strong tag. - STYLE - Enum constant in enum class org.ctan.markup.Tag
-
The constant
STYLE
represents the style tag. - SUB - Enum constant in enum class org.ctan.markup.Tag
-
The constant
SUB
represents the sub tag. - Submit11Service - Class in org.ctan.site.services.upload
-
This class contains the submit service in version 1.1.
- Submit11Service(CtanConfiguration, UploadService, MailService, PkgStore, TopicStore, LicenseStore) - Constructor for class org.ctan.site.services.upload.Submit11Service
-
This is the constructor for
Submit11Service
. - SubmitResource - Class in org.ctan.site.resources.catalogue.api
-
The class
SubmitResource
contains the controller for the submit resource. - SubmitResource(SubmitService) - Constructor for class org.ctan.site.resources.catalogue.api.SubmitResource
-
This is the constructor for the class
SubmitResource
. - SubmitService - Interface in org.ctan.site.services.upload
-
This class contains the submit service interface.
- SubmitService.FieldOptions - Class in org.ctan.site.services.upload
-
The class
FieldOptions
contains the transport object for field descriptions. - SubmitService.Fields - Class in org.ctan.site.services.upload
-
The class
Fields
contains the transport object for field specifications. - SubmitService.UploadData - Class in org.ctan.site.services.upload
-
The class
UploadData
contains the transport object for the upload meta data. - summaryCountByPkg(String) - Method in class org.ctan.site.services.postings.PostingCache
-
This method is a getter for the monthly count by package.
- SUP - Enum constant in enum class org.ctan.markup.Tag
-
The constant
SUP
represents the sup tag.
T
- TABLE - Enum constant in enum class org.ctan.markup.Tag
-
The constant
TABLE
represents the table tag. - TableAnalyzer - Class in org.ctan.markup.html2latex
-
This class analyzes a HTML table to find out which columns are present.
- TableAnalyzer() - Constructor for class org.ctan.markup.html2latex.TableAnalyzer
- Tag - Enum Class in org.ctan.markup
-
This enumeration represents HTML tags.
- Tag.Type - Enum Class in org.ctan.markup
-
This enumeration defines the modes to sanitise tags.
- TAGS - Static variable in interface org.ctan.site.services.search.base.Fields
-
The field
TAGS
contains the name of the tags field. - TBODY - Enum constant in enum class org.ctan.markup.Tag
-
The constant
TBODY
represents the tbody tag. - TD - Enum constant in enum class org.ctan.markup.Tag
-
The constant
TD
represents the td tag. - TDS - Static variable in class org.ctan.site.services.upload.util.TdsValidator
-
The field
TDS
contains the specification if the TDS tree. - TdsValidator - Class in org.ctan.site.services.upload.util
-
This class constitutes a validator for TDS archives.
- TdsValidator() - Constructor for class org.ctan.site.services.upload.util.TdsValidator
- TETEX - Static variable in interface org.ctan.markup.Logos
-
The field
TETEX
contains the teTeX logo in HTML. - TEX - Static variable in interface org.ctan.markup.Logos
-
The field
TEX
contains the TeX logo in HTML. - tex2html(String) - Static method in interface org.ctan.markup.Logos
-
Translate TeX logos to HTML.
- Texarchive3Resource - Class in org.ctan.site.resources.texarchive
-
The class
TexArchive3Resource
contains the controller for the/api/«xxx»/tex-archive
resource. - Texarchive3Resource(TexArchiveService) - Constructor for class org.ctan.site.resources.texarchive.Texarchive3Resource
-
This is the constructor for the class
TexArchive3Resource
. - TexArchiveConfig() - Constructor for class org.ctan.site.CtanConfiguration.TexArchiveConfig
- TexarchiveHealthCheck - Class in org.ctan.site.health
-
The class
TexarchiveHealthCheck
contains the health check for the texarchive end-points. - TexarchiveHealthCheck(CtanConfiguration) - Constructor for class org.ctan.site.health.TexarchiveHealthCheck
-
This is the constructor for the class
AppHealthCheck
. - TexarchiveListTo() - Constructor for class org.ctan.site.services.texarchive.TexArchiveService.TexarchiveListTo
- TexArchiveNotes - Class in org.ctan.site.domain.archive
-
The class
TexArchiveNotes
contains additional infos for files or directories. - TexArchiveNotes() - Constructor for class org.ctan.site.domain.archive.TexArchiveNotes
- TexArchiveNotes3Resource - Class in org.ctan.site.resources.admin
-
The class
TexArchiveNotes3Resource
contains the CRUD controller for the tex-archive notes resource. - TexArchiveNotes3Resource(TexArchiveNotesStore) - Constructor for class org.ctan.site.resources.admin.TexArchiveNotes3Resource
-
This is the constructor for the class
TexArchiveNotes3Resource
. - TexArchiveNotesStore - Class in org.ctan.site.stores
-
The class
TexArchiveFileInfoStore
contains the repository for infos. - TexArchiveNotesStore(SessionFactory) - Constructor for class org.ctan.site.stores.TexArchiveNotesStore
-
This is the constructor for the
AuthorStore
. - TexArchiveService - Class in org.ctan.site.services.texarchive
-
The class
TexarchiveService
contains the service to access the TeX archive directory. - TexArchiveService(CtanConfiguration, PkgService, TexArchiveNotesStore) - Constructor for class org.ctan.site.services.texarchive.TexArchiveService
-
This is the constructor for the class
TexarchiveService
. - TexArchiveService.FileTo - Class in org.ctan.site.services.texarchive
-
The class
FileTo
contains the transport object for the list resource. - TexArchiveService.ReadmeTo - Class in org.ctan.site.services.texarchive
-
The class
ReadmeTo
contains the transport object for the index resource. - TexArchiveService.TexarchiveListTo - Class in org.ctan.site.services.texarchive
-
The class
TexarchiveListTo
contains a transport object for the list resource. - text2html(String) - Static method in interface org.ctan.markup.Logos
-
Translate TeX logos from text to HTML.
- text2html(String, boolean) - Static method in interface org.ctan.markup.Logos
-
Translate TeX logos from text to HTML.
- text2latex(String) - Static method in interface org.ctan.markup.Logos
-
Translate TeX logos from text to LaTeX.
- TEXTAREA - Enum constant in enum class org.ctan.markup.Tag
-
The constant
TEXTAREA
represents the textarea tag. - TextReadmeReader - Class in org.ctan.site.services.texarchive.readme
-
The class
TextReadmeReader
contains the reader for text. - TextReadmeReader(String) - Constructor for class org.ctan.site.services.texarchive.readme.TextReadmeReader
-
This is the constructor for
TextReadmeReader
. - TFOOT - Enum constant in enum class org.ctan.markup.Tag
-
The constant
TFOOT
represents the tfoot tag. - tgz(String, InputStream) - Static method in interface org.ctan.site.services.upload.util.archive.Archive
-
The method
tgz
provides means to create a wrapper for a tar.gz file. - TgzArchiveWrapper - Class in org.ctan.site.services.upload.util.archive
-
The class
TgzArchiveWrapper
contains an adaptor for a TGZ archive. - TgzArchiveWrapper(String, InputStream) - Constructor for class org.ctan.site.services.upload.util.archive.TgzArchiveWrapper
-
This is the constructor for
ZipArchive
. - TgzArchiveWrapper.TgzEntryWrapper - Class in org.ctan.site.services.upload.util.archive
-
The class
TgzEntryWrapper
contains the wrapper for an entry. - TgzEntryWrapper(TarArchiveEntry) - Constructor for class org.ctan.site.services.upload.util.archive.TgzArchiveWrapper.TgzEntryWrapper
-
This is the constructor for
ZipEntry
. - TH - Enum constant in enum class org.ctan.markup.Tag
-
The constant
TH
represents the th tag. - THEAD - Enum constant in enum class org.ctan.markup.Tag
-
The constant
THEAD
represents the thead tag. - ticket(String) - Method in class org.ctan.site.resources.site.User3Resource
-
The method
ticket
provides means to check that a ticket exists and is not expired. - Ticket - Class in org.ctan.site.domain.account
-
The class
Ticket
represents a request to perform some operation which requires an acknowledgment from the user. - Ticket() - Constructor for class org.ctan.site.domain.account.Ticket
- Ticket3Resource - Class in org.ctan.site.resources.admin
-
The class
Ticket3Resource
contains the CRUD controller for the tickets list resource. - Ticket3Resource(TicketStore) - Constructor for class org.ctan.site.resources.admin.Ticket3Resource
-
This is the constructor for the class
Ticket3Resource
. - TicketStore - Class in org.ctan.site.stores
-
The class
TicketStore
contains the repository for tickets. - TicketStore(SessionFactory) - Constructor for class org.ctan.site.stores.TicketStore
-
This is the constructor for the
PkgStore
. - TITLE - Enum constant in enum class org.ctan.markup.Tag
-
The constant
TITLE
represents the title tag. - TITLE - Static variable in interface org.ctan.site.services.search.base.Fields
-
The field
TITLE
contains the name of the title field. - To() - Constructor for class org.ctan.site.services.account.AccountService.To
- toBibtex(BibtexService.BibtexConfig) - Method in class org.ctan.site.services.catalogue.BibtexService
-
Generate a BibTeX file for all packages.
- toBibtex(BibtexService.BibtexConfig, String...) - Method in class org.ctan.site.services.catalogue.BibtexService
-
Generate a BibTeX file for a list of packages.
- toBibtex(BibtexService.BibtexConfig, Pkg...) - Method in class org.ctan.site.services.catalogue.BibtexService
-
Generate a BibTeX file for a list of packages.
- toFile(File) - Method in class org.ctan.site.domain.catalogue.Upload
-
This method saves the upload to a file.
- toHtml() - Method in class org.ctan.site.services.upload.util.Messages
-
The method
toHtml
provides means to format the messages as HTML. - toLexString() - Method in class org.ctan.site.domain.catalogue.Author
-
The method
toLexString
provides means to get a string representation for lexical ordering. - toMap() - Method in class org.ctan.site.domain.catalogue.Author
-
The method
toMap
provides means to translate the instance into a Map. - Topic - Class in org.ctan.site.domain.catalogue
-
The domain class
Topic
represents a topic in the Catalogue. - Topic() - Constructor for class org.ctan.site.domain.catalogue.Topic
- TOPIC - Enum constant in enum class org.ctan.site.services.content.ContentService.TeaserType
-
The indicator for a topic.
- Topic3Resource - Class in org.ctan.site.resources.catalogue
-
The class
Topic3Resource
contains the controller for the topic resource. - Topic3Resource(CtanConfiguration.CtanConfig, TopicStore, ContentService, VoteStore) - Constructor for class org.ctan.site.resources.catalogue.Topic3Resource
-
This is the constructor for the class
Topic3Resource
. - Topic3Resource.TopicInfoTo - Class in org.ctan.site.resources.catalogue
-
The class
TopicInfoTo
contains the transport object for topic infos. - Topic3Resource.TopicPkgTo - Class in org.ctan.site.resources.catalogue
-
The class
TopicPkgTo
contains the transport object for packages. - Topic3Resource.TopicSummaryTo - Class in org.ctan.site.resources.catalogue
-
The class
TopicSummaryTo
contains the transport object for the topic resource in the summary list. - Topic3Resource.TopicTo - Class in org.ctan.site.resources.catalogue
-
The class
TopicTo
contains the transport object for the topic resource. - TopicDetail - Class in org.ctan.site.domain.catalogue
-
The class
TopicDetail
contains a domain class for a single detail in one language for a topic in the Catalogue. - TopicDetail() - Constructor for class org.ctan.site.domain.catalogue.TopicDetail
- TopicInfoTo() - Constructor for class org.ctan.site.resources.catalogue.Topic3Resource.TopicInfoTo
- TopicPkgTo() - Constructor for class org.ctan.site.resources.catalogue.Topic3Resource.TopicPkgTo
- TOPICS - Enum constant in enum class org.ctan.site.services.search.base.IndexType
-
The constant
TOPICS
contains the index type for topics. - topicsAsString() - Method in class org.ctan.site.domain.catalogue.Pkg
-
The method
topicsAsString
provides means to retrieve the topic keys. - TopicsImportService - Class in org.ctan.site.services.catalogue
-
This service deals with the topics from a file.
- TopicsImportService(File, TopicStore) - Constructor for class org.ctan.site.services.catalogue.TopicsImportService
-
This is the constructor for
TopicsImportService
. - TopicStore - Class in org.ctan.site.stores
-
The class
TopicStore
contains the repository for topics. - TopicStore(SessionFactory, IndexingSession) - Constructor for class org.ctan.site.stores.TopicStore
-
This is the constructor for the
TopicStore
. - TopicSummaryTo() - Constructor for class org.ctan.site.resources.catalogue.Pkg3Resource.TopicSummaryTo
- TopicSummaryTo() - Constructor for class org.ctan.site.resources.catalogue.Topic3Resource.TopicSummaryTo
- TopicTo() - Constructor for class org.ctan.site.resources.catalogue.api.JsonTopicResource.TopicTo
- TopicTo() - Constructor for class org.ctan.site.resources.catalogue.Topic3Resource.TopicTo
- toString() - Method in class org.ctan.markup.markdown.MarkdownRenderer
- toString() - Method in class org.ctan.site.domain.account.Ticket
- toString() - Method in class org.ctan.site.domain.account.User
- toString() - Method in class org.ctan.site.domain.catalogue.Author
- toString() - Method in class org.ctan.site.domain.catalogue.AuthorEmail
- toString() - Method in class org.ctan.site.domain.catalogue.AuthorRef
- toString() - Method in class org.ctan.site.domain.catalogue.InstallData
- toString() - Method in class org.ctan.site.domain.catalogue.Pkg
- toString() - Method in class org.ctan.site.domain.catalogue.PkgCopyright
- toString() - Method in class org.ctan.site.domain.catalogue.TopicDetail
- toString() - Method in class org.ctan.site.domain.catalogue.Upload
- toString() - Method in class org.ctan.site.domain.mirrors.ContactStatus
- toString() - Method in class org.ctan.site.domain.mirrors.Continents
- toString() - Method in class org.ctan.site.domain.mirrors.Countries
- toString() - Method in class org.ctan.site.domain.mirrors.MirrorRegistration
- toString() - Method in class org.ctan.site.domain.mirrors.Mirrors
- toString() - Method in class org.ctan.site.domain.mirrors.Protocols
- toString() - Method in class org.ctan.site.domain.mirrors.Services
- toString() - Method in class org.ctan.site.domain.mirrors.Status
- toString() - Method in class org.ctan.site.domain.site.GuestBook
- toString() - Method in class org.ctan.site.domain.site.Lug
- toString() - Method in class org.ctan.site.domain.site.Vote
- toString() - Method in class org.ctan.site.services.postings.Posting
- toString() - Method in class org.ctan.site.services.upload.util.Messages
- total() - Method in class org.ctan.site.services.postings.PostingCache
-
The method
total
provides means to retrieve the total number of mails. - toText() - Method in class org.ctan.site.services.upload.util.Messages
-
The method
toText
provides means to format the messages as text. - toUrl() - Method in class org.ctan.site.domain.site.GuestBook
-
This method
toUrl
returns the URL for the search index. - TR - Enum constant in enum class org.ctan.markup.Tag
-
The constant
TR
represents the tr tag. - TT - Enum constant in enum class org.ctan.markup.Tag
-
The constant
TT
represents the tt tag. - TYPE - Static variable in interface org.ctan.site.services.search.base.Fields
-
The field
TYPE
contains the name of the type field.
U
- U - Enum constant in enum class org.ctan.markup.Tag
-
The constant
U
represents the u tag. - UL - Enum constant in enum class org.ctan.markup.Tag
-
The constant
UL
represents the ul tag. - UnbalancedBracesException - Exception Class in minitex
-
This exception signals that unbalanced braces have been encountered.
- UnbalancedBracesException() - Constructor for exception class minitex.UnbalancedBracesException
-
This is the constructor for
UnbalancedBraces
. - unget(int) - Method in class org.ctan.markup.markdown.MarkdownScanner
-
This method pushes back a character to the input stream.
- unget(int, CharSequence) - Method in class org.ctan.markup.markdown.MarkdownScanner
-
This method pushes back a string to the input stream.
- unget(int, CharSequence, int) - Method in class org.ctan.markup.markdown.MarkdownScanner
-
This method pushes back a string to the input stream.
- unget(int, CharSequence, CharSequence) - Method in class org.ctan.markup.markdown.MarkdownScanner
-
This method pushes back a string to the input stream.
- unget(int, CharSequence, CharSequence, int) - Method in class org.ctan.markup.markdown.MarkdownScanner
-
This method pushes back a string to the input stream.
- unget(CharSequence) - Method in class org.ctan.markup.markdown.MarkdownScanner
-
This method pushes back a string to the input stream.
- UNKNOWN - Enum constant in enum class org.ctan.site.domain.archive.ArchiveFile.FileType
-
The field
UNKNOWN
contains the indicates an unknown file type. - UNKNOWN - Enum constant in enum class org.ctan.site.domain.catalogue.Upload.TerminationStatus
-
The field
UNKNOWN
contains the indicates an unknown status. - unread(int) - Method in class org.ctan.markup.markdown.syntax.HighlightReader
- update() - Method in class org.ctan.site.services.catalogue.CatalogueImportService
-
The method
update
provides means to read the Catalogue from XML files into the database. - update() - Method in class org.ctan.site.services.lugs.LugsImportService
-
Contact the NTG site to download the LUG database and store the entries in the site database.
- update() - Method in class org.ctan.site.services.postings.PostingCache
-
This method scans all files in the base directory and reads in the new or changed mail archive files.
- update() - Method in class org.ctan.site.services.texarchive.ArchiveFilesUpdateService
-
The method
update
provides means to TODO gene. - updateExisting() - Method in class org.ctan.site.services.catalogue.AuthorsImportService
-
The method
updateExisting
provides means to parse an XML file and add the authors found to the database. - updateExisting() - Method in class org.ctan.site.services.catalogue.PkgsImportService
-
The method
updateExisting
provides means to parse an XML file and add the entries found to the database. - updateExisting() - Method in class org.ctan.site.services.catalogue.TopicsImportService
-
The method
updateExisting
provides means to parse an XML file and add the topics found to the database. - updateIndex() - Method in class org.ctan.site.stores.ArchiveFileStore
-
The method
updateIndex
provides means to update all entries in the database. - updateIndex() - Method in class org.ctan.site.stores.base.AbstractIndexingStore
-
The method
updateIndex
provides means to update all entries in the database. - updateIndex() - Method in interface org.ctan.site.stores.base.IndexingStore
-
The method
updateIndex
provides means to update all entries in the database. - updateIndex(String, IndexingSession.IndexArgs) - Method in class org.ctan.site.services.search.base.IndexingSession
-
The method
updateIndex
provides means to update the search index. - updateIndex(IndexingSession) - Method in class org.ctan.site.domain.archive.ArchiveFile
-
The method
updateIndex
provides means to update the entity in the search index. - updateIndex(IndexingSession) - Method in class org.ctan.site.domain.archive.TexArchiveNotes
-
The method
updateIndex
provides means to update the entity in the search index. - updateIndex(IndexingSession) - Method in class org.ctan.site.domain.catalogue.Author
-
The method
updateIndex
provides means to update the entity in the search index. - updateIndex(IndexingSession) - Method in class org.ctan.site.domain.catalogue.License
-
The method
updateIndex
provides means to update the entity in the search index. - updateIndex(IndexingSession) - Method in class org.ctan.site.domain.catalogue.Pkg
-
The method
updateIndex
provides means to update the entity in the search index. - updateIndex(IndexingSession) - Method in class org.ctan.site.domain.catalogue.Topic
-
The method
updateIndex
provides means to update the entity in the search index. - updateIndex(IndexingSession) - Method in class org.ctan.site.domain.mirrors.Mirrors
-
The method
updateIndex
provides means to update the entity in the search index. - updateIndex(IndexingSession) - Method in class org.ctan.site.domain.site.GuestBook
-
The method
updateIndex
provides means to update the entity in the search index. - updateIndex(IndexingSession) - Method in interface org.ctan.site.services.search.base.Searchable
-
The method
updateIndex
provides means to update the entity in the search index. - upload(String, SubmitService.UploadData, Archive, User) - Method in class org.ctan.site.services.upload.Submit11Service
-
This method performs a validation and a following upload if the validation has succeeded.
- upload(String, SubmitService.UploadData, Archive, User) - Method in interface org.ctan.site.services.upload.SubmitService
-
This method performs a validation and a following upload if the validation has succeeded.
- upload(FormDataBodyPart, FormDataContentDisposition, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Method in class org.ctan.site.resources.catalogue.api.SubmitResource
-
The method
upload
provides means to upload a package to CTAN. - Upload - Class in org.ctan.site.domain.catalogue
-
This domain class represents the log entry for a successful upload.
- Upload() - Constructor for class org.ctan.site.domain.catalogue.Upload
- UPLOAD - Enum constant in enum class org.ctan.site.domain.catalogue.Upload.TerminationStatus
-
The field
UPLOAD
contains the indicator for a successful upload. - UPLOAD_DOWN - Enum constant in enum class org.ctan.site.domain.site.Message.MessageType
-
The field
UPLOAD_DOWN
contains the message if the upload is not processed. - UPLOAD_ERROR - Enum constant in enum class org.ctan.site.domain.site.Message.MessageType
-
The field
UPLOAD_ERROR
contains the indicator for the upload error message. - UPLOAD_FAILURE - Enum constant in enum class org.ctan.site.domain.catalogue.Upload.TerminationStatus
-
The field
UPLOAD_FAILURE
contains the indicator for a failed upload. - UPLOAD_MANAGER - Enum constant in enum class org.ctan.site.domain.account.Role
-
The field
UPLOAD_MANAGER
contains the role of an upload manager. - UPLOAD_OK - Enum constant in enum class org.ctan.site.domain.catalogue.Upload.TerminationStatus
- Upload.TerminationStatus - Enum Class in org.ctan.site.domain.catalogue
-
This enumeration lists known file types.
- Upload3Resource - Class in org.ctan.site.resources.upload
-
The class
Upload3Resource
contains the controller for the upload resource. - Upload3Resource(UploadService) - Constructor for class org.ctan.site.resources.upload.Upload3Resource
-
This is the constructor for the class
TexArchive3Resource
. - UploadConfig() - Constructor for class org.ctan.site.CtanConfiguration.UploadConfig
- UploadData() - Constructor for class org.ctan.site.services.upload.SubmitService.UploadData
- UploaderRef - Class in org.ctan.site.domain.catalogue
-
The class
UploaderRef
contains the association of author and package for the uploader of the package. - UploaderRef() - Constructor for class org.ctan.site.domain.catalogue.UploaderRef
- UploadService - Class in org.ctan.site.services.upload
-
The class
UploadService
contains the service to access the incoming directory. - UploadService(CtanConfiguration.UploadConfig, UploadStore) - Constructor for class org.ctan.site.services.upload.UploadService
-
This is the constructor for the class
UploadService
. - UploadService.IncomingTo - Class in org.ctan.site.services.upload
-
The class
IncomingTo
contains the transport object for the paged list of incoming files. - UploadStore - Class in org.ctan.site.stores
-
The class
UploadStore
contains the repository for votes. - UploadStore(SessionFactory) - Constructor for class org.ctan.site.stores.UploadStore
-
This is the constructor for the
UploadStore
. - UploadStore.StringsMap - Class in org.ctan.site.stores
-
The class
StringsMap
contains a class for a mapping of String to Object. - User - Class in org.ctan.site.domain.account
-
The domain class
User
contains the description of a user account on the site. - User() - Constructor for class org.ctan.site.domain.account.User
- User.CtanPrincipal - Class in org.ctan.site.domain.account
-
The class
CtanPrincipal
contains the transport object for authentication. - User.PrintableUser - Class in org.ctan.site.domain.account
-
The class
PrintableUser
contains the printable attributes of a user. - User3Resource - Class in org.ctan.site.resources.site
-
The class
User3Resource
contains the controller for the user resource. - User3Resource(AccountService) - Constructor for class org.ctan.site.resources.site.User3Resource
-
This is the constructor for the class
User3Resource
. - User3Resource.CtanSiteConfigTo - Class in org.ctan.site.resources.site
-
The class
CtanSiteConfigTo
contains the transport object for the configuration resource. - User3Resource.LoginRequest - Class in org.ctan.site.resources.site
-
The class
LoginRequest
contains the transport object for the login request. - User3Resource.PasswdRequest - Class in org.ctan.site.resources.site
-
The class
PasswdRequest
contains the transport object for the password request. - User3Resource.PasswordRequest - Class in org.ctan.site.resources.site
-
The class
PasswordRequest
contains the transport object for the password request. - User3Resource.RefreshRequest - Class in org.ctan.site.resources.site
-
The class
RefreshRequest
contains the transport object for the refresh request. - User3Resource.RegisterRequest - Class in org.ctan.site.resources.site
-
The class
RegisterRequest
contains the transport object for the register request. - User3Resource.SetRequest - Class in org.ctan.site.resources.site
-
The class
SetRequest
contains the request object for the set request. - User3Resource.UserInfo - Class in org.ctan.site.resources.site
-
The class
UserInfo
contains the transport object for the user info request. - UserInfo() - Constructor for class org.ctan.site.resources.site.User3Resource.UserInfo
- UserRole - Class in org.ctan.site.domain.account
-
The class
UserRole
represents the mapping from user to its roles. - UserRole() - Constructor for class org.ctan.site.domain.account.UserRole
- USERS - Enum constant in enum class org.ctan.site.services.search.base.IndexType
-
The constant
USERS
contains the site users. - UserStopword - Class in org.ctan.site.domain.account
-
The domain class
UserStopword
contains the description of a forbidden user account name on the site. - UserStopword() - Constructor for class org.ctan.site.domain.account.UserStopword
- UserStopword3Resource - Class in org.ctan.site.resources.admin
-
The class
CrudUserBlacklist3Resource
contains the CRUD controller for the user black list resource. - UserStopword3Resource(UserStopwordStore) - Constructor for class org.ctan.site.resources.admin.UserStopword3Resource
-
This is the constructor for the class
CrudUser3Resource
. - UserStopwordStore - Class in org.ctan.site.stores
-
The class
UserStopwordStore
contains the repository for user stop words. - UserStopwordStore(SessionFactory) - Constructor for class org.ctan.site.stores.UserStopwordStore
-
This is the constructor for the
UserStopwordStore
. - UserStore - Class in org.ctan.site.stores
-
The class
UserStore
contains the repository for users. - UserStore(SessionFactory) - Constructor for class org.ctan.site.stores.UserStore
-
This is the constructor for the
UserStore
. - UserTo() - Constructor for class org.ctan.site.services.account.AccountService.UserTo
V
- validate(String, SubmitService.UploadData, Archive) - Method in class org.ctan.site.services.upload.Submit11Service
-
This service method performs a validation and tries to store the data as upload.
- validate(String, SubmitService.UploadData, Archive) - Method in interface org.ctan.site.services.upload.SubmitService
-
This service method performs a validation and tries to store the data as upload.
- validate(FormDataBodyPart, FormDataContentDisposition, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Method in class org.ctan.site.resources.catalogue.api.SubmitResource
-
The method
validate
provides means to upload a package to CTAN for validation. - VALIDATE - Enum constant in enum class org.ctan.site.domain.catalogue.Upload.TerminationStatus
-
The field
VALIDATE
contains the status of a validation request. - VALIDATE_FAILURE - Enum constant in enum class org.ctan.site.domain.catalogue.Upload.TerminationStatus
-
The field
VALIDATE_FAILURE
contains the status of a validation request which failed. - VALIDATE_OK - Enum constant in enum class org.ctan.site.domain.catalogue.Upload.TerminationStatus
-
The field
VALIDATE_FAILURE
contains the status of a validation request which succeeded. - validateArchive(Messages, String, Archive) - Method in class org.ctan.site.services.upload.util.AbstractSubmitValidator
-
This method
validateArchive
takes an archive file for a package and analyses its contents. - validateArchiveFiles(Messages, String, Archive) - Method in class org.ctan.site.services.upload.util.AbstractSubmitValidator
-
This method
validateArchiveFiles
checks the archive file given. - validateCtanPath(Messages, String, String) - Method in class org.ctan.site.services.upload.util.AbstractSubmitValidator
-
Apply checks to the CTAN path.
- validateLicense(Messages, String) - Method in class org.ctan.site.services.upload.util.AbstractSubmitValidator
-
This method checks a license against the known licenses in the database.
- validateTopic(Messages, String) - Method in class org.ctan.site.services.upload.util.AbstractSubmitValidator
-
Validate that the given topics are known.
- validateUrl(Messages, String, String) - Method in class org.ctan.site.services.upload.util.AbstractSubmitValidator
-
Validate that the given URL can be retrieved.
- value() - Method in enum class org.ctan.site.domain.catalogue.Author.NameFormat
-
Getter for the value.
- value() - Method in enum class org.ctan.site.domain.catalogue.Upload.TerminationStatus
-
Getter for the value.
- valueOf(String) - Static method in enum class org.ctan.markup.Tag.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.ctan.markup.Tag
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.ctan.site.domain.account.Role
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.ctan.site.domain.archive.ArchiveFile.FileType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.ctan.site.domain.catalogue.Author.NameFormat
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.ctan.site.domain.catalogue.Upload.TerminationStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.ctan.site.domain.Gender
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.ctan.site.domain.site.Message.MessageType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.ctan.site.services.content.ContentService.TeaserType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.ctan.site.services.search.base.IndexType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.ctan.markup.Tag.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.ctan.markup.Tag
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.ctan.site.domain.account.Role
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.ctan.site.domain.archive.ArchiveFile.FileType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.ctan.site.domain.catalogue.Author.NameFormat
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.ctan.site.domain.catalogue.Upload.TerminationStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.ctan.site.domain.Gender
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.ctan.site.domain.site.Message.MessageType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.ctan.site.services.content.ContentService.TeaserType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.ctan.site.services.search.base.IndexType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VAR - Enum constant in enum class org.ctan.markup.Tag
-
The constant
VAR
represents the var tag. - VERIFIER - Static variable in class org.ctan.site.services.account.JwtManager
-
The field
VERIFIER
contains the verifier. - verify(String) - Static method in class org.ctan.site.services.account.JwtManager
-
The method
verify
provides means to verify a JWT and return the account. - verify(String, String) - Static method in class org.ctan.site.services.util.SecurityUtils
-
The method
verify
provides means to check that the has fits to the password. - verifyTicket(String) - Method in class org.ctan.site.services.account.AccountService
-
The method
verifyTicket
provides means to check that a ticket exists and is not expired. - version() - Method in class org.ctan.site.resources.catalogue.api.SubmitResource
-
The method
version
provides means to retrieve the version number of the API. - Version3Resource - Class in org.ctan.site.resources.catalogue
-
The class
Version3Resource
contains the controller for the version resource. - Version3Resource() - Constructor for class org.ctan.site.resources.catalogue.Version3Resource
- VersionTo() - Constructor for class org.ctan.site.resources.catalogue.api.JsonPkgResource.VersionTo
- vote(String, int, int, String, String) - Method in class org.ctan.site.resources.catalogue.Vote3Resource
-
The method
vote
provides means to update a vote. - Vote - Class in org.ctan.site.domain.site
-
The domain class
Vote
contains the description of a forbidden word in the guest book on the site. - Vote() - Constructor for class org.ctan.site.domain.site.Vote
- Vote3Resource - Class in org.ctan.site.resources.catalogue
-
The class
Vote3Resource
contains the controller for the vote resource. - Vote3Resource(VoteStore, VoteService, PkgStore, UserStore) - Constructor for class org.ctan.site.resources.catalogue.Vote3Resource
-
This is the constructor for
Vote3Resource
. - VoteService - Class in org.ctan.site.services.catalogue
-
This service deals with votes.
- VoteService(VoteStore) - Constructor for class org.ctan.site.services.catalogue.VoteService
-
This is the constructor for
VoteService
. - VoteService.VoteSummaryTo - Class in org.ctan.site.services.catalogue
-
The class
VoteSummaryTo
contains the transport object for the vote resource in the summary list. - VoteService.VoteTo - Class in org.ctan.site.services.catalogue
-
The class
VoteTo
contains the transport object for the vote. - VoteStore - Class in org.ctan.site.stores
-
The class
VoteStore
contains the repository for votes. - VoteStore(SessionFactory) - Constructor for class org.ctan.site.stores.VoteStore
-
This is the constructor for the
VoteStore
. - VoteStore.CountInfo - Class in org.ctan.site.stores
-
The class
CountInfo
contains the transport object for the statistics data. - VoteSummaryTo() - Constructor for class org.ctan.site.services.catalogue.VoteService.VoteSummaryTo
- VoteTo() - Constructor for class org.ctan.site.services.catalogue.VoteService.VoteTo
W
- warning(String...) - Method in class org.ctan.site.services.upload.util.Messages
-
This method adds a warning message with the given parameters.
- WESTERN - Enum constant in enum class org.ctan.site.domain.catalogue.Author.NameFormat
-
The field
WESTERN
indicates a Western name. - write(char[], int, int) - Method in class org.ctan.markup.markdown.MarkdownWriter
- write(int) - Method in class org.ctan.markup.markdown.MarkdownWriter
- write(Writer, Map<String, String>) - Method in enum class org.ctan.markup.Tag
-
This method writes the tag to the writer.
- write(String) - Method in class org.ctan.markup.markdown.MarkdownWriter
- writeEscaped(int) - Method in class org.ctan.markup.markdown.MarkdownWriter
-
This method writes a character to out and escapes HTML entities.
- writeReference(String) - Method in class org.ctan.markup.markdown.MarkdownWriter
-
This method places a reference on the output.
- writeReferenceText(String) - Method in class org.ctan.markup.markdown.MarkdownWriter
-
This method places a reference text on the output.
- writeSave(Writer, Map<String, String>) - Method in enum class org.ctan.markup.Tag
-
This method writes the tag to the writer.
X
- X - Enum constant in enum class org.ctan.site.domain.Gender
-
The indicator for a group.
- XE_LA_TEX - Static variable in interface org.ctan.markup.Logos
-
The field
XE_LA_TEX
contains the Xe(La)TeX logo in HTML. - XELATEX - Static variable in interface org.ctan.markup.Logos
-
The field
XELATEX
contains the XeLaTeX logo in HTML. - XETEX - Static variable in interface org.ctan.markup.Logos
-
The field
XETEX
contains the XeTeX logo in HTML. - XmlAuthorResource - Class in org.ctan.site.resources.catalogue.api
-
The class
XmlAuthorResource
contains the controller for the author resource. - XmlAuthorResource(AuthorStore) - Constructor for class org.ctan.site.resources.catalogue.api.XmlAuthorResource
-
This is the constructor for the class
XmlAuthorResource
. - XmlDtdResource - Class in org.ctan.site.resources.catalogue.api
-
The class
XmlDtdResource
contains the controller for the DTD resource. - XmlDtdResource() - Constructor for class org.ctan.site.resources.catalogue.api.XmlDtdResource
- XmlLicenseResource - Class in org.ctan.site.resources.catalogue.api
-
The class
XmlLicenseResource
contains the controller for the author resource. - XmlLicenseResource(LicenseStore) - Constructor for class org.ctan.site.resources.catalogue.api.XmlLicenseResource
-
This is the constructor for the class
XmlLicenseResource
. - XmlPkgResource - Class in org.ctan.site.resources.catalogue.api
-
The class
XmlPkgResource
contains the controller for the pkg resource. - XmlPkgResource(PkgStore) - Constructor for class org.ctan.site.resources.catalogue.api.XmlPkgResource
-
This is the constructor for the class
XmlPkgResource
. - XmlTopicResource - Class in org.ctan.site.resources.catalogue.api
-
The class
XmlTopicResource
contains the controller for the topic resource. - XmlTopicResource(TopicStore) - Constructor for class org.ctan.site.resources.catalogue.api.XmlTopicResource
-
This is the constructor for the class
XmlAuthorResource
. - XmlVersionResource - Class in org.ctan.site.resources.catalogue.api
-
The class
XmlVersionResource
contains the controller for the version resource. - XmlVersionResource() - Constructor for class org.ctan.site.resources.catalogue.api.XmlVersionResource
- XmlWriter - Class in org.ctan.site.resources.catalogue.api
-
The class
XmlWriter
contains the specialised writer for XML files. - XmlWriter() - Constructor for class org.ctan.site.resources.catalogue.api.XmlWriter
Z
- zip(String, InputStream) - Static method in interface org.ctan.site.services.upload.util.archive.Archive
-
The method
zip
provides means to create a wrapper for a ZIP file. - ZipArchiveWrapper - Class in org.ctan.site.services.upload.util.archive
-
The class
Archive
contains the wrapper for a ZIP archive. - ZipArchiveWrapper(String, InputStream) - Constructor for class org.ctan.site.services.upload.util.archive.ZipArchiveWrapper
-
This is the constructor for
ZipArchiveWrapper
. - ZipArchiveWrapper.ZipEntryWrapper - Class in org.ctan.site.services.upload.util.archive
-
The class
ZipEntryWrapper
contains the wrapper for an entry. - ZipEntryWrapper(ZipEntry) - Constructor for class org.ctan.site.services.upload.util.archive.ZipArchiveWrapper.ZipEntryWrapper
-
This is the constructor for
ZipEntry
.
_
- _DOCTYPE - Enum constant in enum class org.ctan.markup.Tag
-
The
_DOCTYPE
tag. - _LA_TEX - Static variable in interface org.ctan.markup.Logos
-
The field
_LA_TEX
contains the (La)TeX logo in HTML. - _SKIP - Enum constant in enum class org.ctan.markup.Tag
-
The
_SKIP
pseudo tag for everything to be skipped.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form