Constant Field Values

Contents

coza.opencollab.*

  • coza.opencollab.epub.creator.EpubConstants 
    Modifier and Type Constant Field Value
    public static final String CONTAINER_XML "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<container xmlns=\"urn:oasis:names:tc:opendocument:xmlns:container\" version=\"1.0\">\n <rootfiles>\n <rootfile full-path=\"{0}/book.opf\" media-type=\"application/oebps-package+xml\"/>\n </rootfiles>\n</container>"
    public static final String CONTENT_FOLDER "content"
    public static final String HTML_WRAPPER "<html xmlns=\"http://www.w3.org/1999/xhtml\"><head><title>{0}</title></head><body>{1}</body></html>"
    public static final String OPF_FILE_NAME "book.opf"
    public static final String OPF_XML "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<package xmlns=\"http://www.idpf.org/2007/opf\" version=\"3.0\" unique-identifier=\"uid\">\n <metadata xmlns:dc=\"http://purl.org/dc/elements/1.1/\">\n <dc:identifier id=\"uid\"></dc:identifier>\n <dc:title></dc:title>\n <dc:language></dc:language>\n <meta property=\"dcterms:modified\"></meta> </metadata>\n <manifest>\n </manifest>\n <spine>\n </spine>\n</package>"
    public static final String TOC_FILE_NAME "toc.xhtml"
    public static final String TOC_XML "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:epub=\"http://www.idpf.org/2007/ops\">\n\t<head>\n\t\t<meta charset=\"utf-8\" />\n\t\t<title>{0}</title>\t\t\n\t</head>\n\t<body>\n\t\t<nav epub:type=\"toc\" id=\"toc\">\n <ol></ol>\n\t\t</nav>\n\t\t<nav epub:type=\"landmarks\" hidden=\"\">\n <ol></ol>\n\t\t</nav>\n\t</body>\n</html>"

org.javlo.*

  • org.javlo.bean.InstallBean 
    Modifier and Type Constant Field Value
    public static final int ERROR -1
    public static final int NONE 0
    public static final int SUCCESS 1
  • org.javlo.component.column.ColContext 
    Modifier and Type Constant Field Value
    public static final int MAX_WIDTH 12
  • org.javlo.component.column.OpenCell 
    Modifier and Type Constant Field Value
    public static final String TYPE "open-cell"
  • org.javlo.component.column.OpenCol 
    Modifier and Type Constant Field Value
    public static final String TYPE "open-col"
  • org.javlo.component.column.OpenRow 
    Modifier and Type Constant Field Value
    public static final String TYPE "open-row"
  • org.javlo.component.column.row.Row 
    Modifier and Type Constant Field Value
    public static final String TYPE "row"
  • org.javlo.component.column.row.RowColumn 
    Modifier and Type Constant Field Value
    public static final String TYPE "row-column"
  • org.javlo.component.dynamic.DynamicComponent 
    Modifier and Type Constant Field Value
    public static final String HIDDEN "hidden"
    public static final String JSP_HEADER "<%@ page contentType=\"text/html; charset=UTF-8\" %><%@ taglib uri=\"http://java.sun.com/jsp/jstl/core\" prefix=\"c\"%><%@ taglib prefix=\"fn\" uri=\"http://java.sun.com/jsp/jstl/functions\"%><%@ taglib uri=\"/WEB-INF/javlo.tld\" prefix=\"jv\"%>"
  • org.javlo.component.dynamic.DynamicComponentFactory 
    Modifier and Type Constant Field Value
    public static final String TYPE "dynamic-component-factory"
  • org.javlo.component.extranet.LaunchMacro 
    Modifier and Type Constant Field Value
    public static final String TYPE "launch-macro"
  • org.javlo.component.extranet.LoginLogoutLink 
    Modifier and Type Constant Field Value
    public static final String TYPE "login-logout"
  • org.javlo.component.gadget.CountAccess 
    Modifier and Type Constant Field Value
    public static final String TYPE "count-access"
  • org.javlo.component.gadget.CountTool 
    Modifier and Type Constant Field Value
    public static final String TYPE "counttool"
  • org.javlo.component.gadget.Map 
    Modifier and Type Constant Field Value
    public static final String TYPE "map"
  • org.javlo.component.layout.ContentSeparation 
    Modifier and Type Constant Field Value
    public static final String TYPE "separation"
  • org.javlo.component.layout.PageBreak 
    Modifier and Type Constant Field Value
    public static final String TYPE "page-break"
  • org.javlo.component.layout.PDFLayoutComponent 
    Modifier and Type Constant Field Value
    public static final String TYPE "pdf-layout"
  • org.javlo.component.list.DataList 
    Modifier and Type Constant Field Value
    public static final String TYPE "data-list"
  • org.javlo.component.list.FreeTextList 
    Modifier and Type Constant Field Value
    public static final String NUMBER_LIST "ol-ol"
    public static final char SUBLIST_CHAR 45
    public static final String TYPE "text-list"
  • org.javlo.component.list.List 
    Modifier and Type Constant Field Value
    public static final String TYPE "list"
  • org.javlo.component.navigation.PageURL 
    Modifier and Type Constant Field Value
    public static final String TYPE "URL"
  • org.javlo.component.social.FacebookChooseFriend 
    Modifier and Type Constant Field Value
    public static final String TYPE "facebook-choose-friends"
  • org.javlo.component.social.Wall 
    Modifier and Type Constant Field Value
    public static final String TYPE "wall"
  • org.javlo.component.title.GroupTitle 
    Modifier and Type Constant Field Value
    public static final String TYPE "group-title"
  • org.javlo.component.title.Heading 
    Modifier and Type Constant Field Value
    public static final String SMALL_TEXT "smtext"
    public static final String TEXT "text"
    public static final String TYPE "heading"
  • org.javlo.component.title.LinkLabel 
    Modifier and Type Constant Field Value
    public static final String TYPE "link-label"
  • org.javlo.component.title.MenuTitle 
    Modifier and Type Constant Field Value
    public static final String TYPE "menu-title"
  • org.javlo.component.title.PageTitle 
    Modifier and Type Constant Field Value
    public static final String TYPE "page-title"
  • org.javlo.component.title.SubTitle 
    Modifier and Type Constant Field Value
    public static final String TYPE "subtitle"
  • org.javlo.component.title.Title 
    Modifier and Type Constant Field Value
    public static final String TYPE "title"
  • org.javlo.component.title.WebSiteTitle 
    Modifier and Type Constant Field Value
    public static final String TYPE "web-site-title"
  • org.javlo.component.web2.ChatComponent 
    Modifier and Type Constant Field Value
    public static final String TYPE "chat"
  • org.javlo.component.web2.ChooseBaseContext 
    Modifier and Type Constant Field Value
    public static final String TYPE "choose-base-context"
  • org.javlo.component.web2.EventRegistration 
    Modifier and Type Constant Field Value
    public static final String TYPE "event-registration"
  • org.javlo.component.web2.FollowComponent 
    Modifier and Type Constant Field Value
    public static final String TYPE "follow"
  • org.javlo.component.web2.IMComponent 
    Modifier and Type Constant Field Value
    public static final String TYPE "im"
  • org.javlo.component.web2.MyEvents 
    Modifier and Type Constant Field Value
    public static final String TYPE "my-event"
  • org.javlo.component.web2.PageRank 
    Modifier and Type Constant Field Value
    public static final String TYPE "page-rank"
  • org.javlo.component.web2.QuizzParty 
    Modifier and Type Constant Field Value
    public static final String TYPE "quizz-party"
  • org.javlo.component.web2.QuizzPartyContext 
    Modifier and Type Constant Field Value
    public static final int HASH_SIZE 1
    public static final int NA 2147483647
    public static final int NO 0
    public static final int YES 1
  • org.javlo.component.web2.SimplePoll 
    Modifier and Type Constant Field Value
    public static final String TYPE "simple-poll"
  • org.javlo.component.web2.Survey 
    Modifier and Type Constant Field Value
    public static final String TYPE "survey"
  • org.javlo.component.web2.TaxonomySessionComponent 
    Modifier and Type Constant Field Value
    public static final String TYPE "taxonomy-session"
  • org.javlo.component.web2.UploadFileComponent 
    Modifier and Type Constant Field Value
    public static final String SESSION_IMAGE "session-image"
    public static final String TYPE "upload-file"
  • org.javlo.helper.Comparator.FileComparator 
    Modifier and Type Constant Field Value
    public static final int LASTMODIFIED 2
    public static final int NAME 1
    public static final int SIZE 3
  • org.javlo.message.GenericMessage 
    Modifier and Type Constant Field Value
    public static final int ALERT 2
    public static final int ERROR 1
    public static final int HELP 4
    public static final int INFO 3
    public static final int SUCCESS 5
  • org.javlo.message.MessageRepository 
    Modifier and Type Constant Field Value
    public static final String KEY "messages"
  • org.javlo.module.taxonomy.TaxonomyAction 
    Modifier and Type Constant Field Value
    public static final String NAME "taxonomy"
  • org.javlo.module.template.TemplateContext 
    Modifier and Type Constant Field Value
    public static final String NAME "template"
  • org.javlo.module.template.remote.freecsstemplates.FreeCSSTemplateFactory 
    Modifier and Type Constant Field Value
    public static final String NAME "freecsstemplate"
  • org.javlo.service.google.translation.ITranslator 
    Modifier and Type Constant Field Value
    public static final String ERROR_PREFIX "[TRANSLATION ERROR] - "