com.pepper.platform.page
Class PageXML

java.lang.Object
  extended by com.pepper.platform.page.PageXML

public class PageXML
extends Object

This class defines XML element and attribute names and values used in the pages.

See Also:
Page, PepperPage, SectionPage

Field Summary
static String ACTIVE_JOURNEY_TYPE
          type value for an active journey page
static String ARCH_ATTR
          architecture attribute name.
static String BACKUP_ATTR
          backup attribute name.
static String BAK_FILE_EXT
          Backup file extension.
static String BLANK_PAGE_TYPE
          type value for a Blank Page
static String BOOKMARK_TYPE
          type value for a Bookmark Page
static String BUILTIN_ATTR
          builtin attribute name - special system/package sections and pages ( takes a boolean value ).
static String CLIPPING_TYPE
          type value for a clipping page
static String COVER_EL
          cover element name.
static String COVER_TYPE
          type value for cover pages.
static String DATE_EL
          date element name.
static String DEFAULT_TYPE
          default type attribute value
static String DEFAULT_TYPE_EL
          defaultPageType element name.
static String DESCRIPTION_EL
          description element name.
static String DOWNLOADS_TYPE
          type value for a downloads page
static String ERR_FILE_EXT
          Error file extension.
static String FACTORY_BUILD_EL
          factoryBuild element name
static String GENERATE_PAGES_ATTR
          generatePages attribute name
static String HARDWARE_ATTR
          hardware attribute name.
static String HELP_TYPE
          type value for a help page
static String HIDDEN_ATTR
          visibility attr name for pages
static String HOMEPAGE_ATTR
          Homepage attr name
static String ID_ATTR
          id attribute name.
static String JAVA_TYPE
          section type for java sections
static String JOURNEY_TYPE
          type value for a saved journey page
static String MAIN_TYPE
          type value for main TOC section.
static String MC_NAME_KEY
          Message catalog key for preset section names in attribute values
static String NAME_ATTR
          name attribute name.
static String NUM_PAGES_EL
          numPages element name.
static String PACKAGE_LIST_EL
          packageList element name.
static String PAGE_EL
          page element name.
static String PAGE_MOVED_EL
          moved page tombstone
static String PAGE_REMOVED_EL
          deleted page tombstone
static String PAGES_PATH
          page directory name
static String PKG_ID_ATTR
          packageId attribute
static String PREBUILT_PAGES_EL
          prebuildPagesDir element name.
static String PROGRAM_EL
          program element name.
static String PROXY_TYPE
          type value for proxy pages
static String SECTION_EL
          section element name.
static String SORT_PAGES_ATTR
          sortPages attribute name.
static String SOURCE_ID
          Source page for web hrefs - ie which bookmark, journey
static String SPACE_ATTR
          xml:space attribute name.
static String SRCDIR_ATTR
          src attribute for prebuilt sections
static String SUPPORTED_PAGE_TYPES_EL
          supported page types element name
static String SYNC_ATTR
          Sync attribute name for a section element.
static String SYSTEM_ATTR
          System attr name
static String TAB_INDEX_EL
          tabIndex element name.
static String TARGET_PACKAGE_ATTR
          target package type attr name
static String TARGET_PAGE_ATTR
          target page attr name
static String TEMPLATE_ATTR
          template attribute name.
static String TEMPLATE_EL
          template element name.
static String THUMB_IMAGE_EL
          thumbImage element name.
static String TITLE_EL
          title element name.
static String TYPE_ATTR
          type attribute name.
static String UPDATE_STATUS_ATTR
          updateStatus attribute name
static String UPDATE_STATUS_NEW
          Update status for new pages
static String UPDATE_STATUS_UPDATED
          Update status for updated pages
static String UTF8_ENCODING
          UTF-8 Encoding name.
static String VALUE_FALSE
          boolean false string value.
static String VALUE_MACOS
          arch attribute value for mac os.
static String VALUE_PAD
          arch attribute value for pad.
static String VALUE_PAD2
          arch attribute value for pxa pad.
static String VALUE_PAD3
          arch attribute value for geode pad.
static String VALUE_PC
          arch attribute value for MAC or Windows ie not pad.
static String VALUE_PRESERVE
          XML space attribute value to preserve spaces.
static String VALUE_TRUE
          boolean true string value.
static String VALUE_WINDOWS
          arch attribute value for windows os.
static String VISIBLE_ATTR
          visibility attr name for sections - fix these?
static String WEB_SESSION_TYPE
          section type for web sections
static String XML_FILE_EXT
          XML file extension.
 
Constructor Summary
PageXML()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COVER_EL

public static final String COVER_EL
cover element name.

See Also:
Constant Field Values

DATE_EL

public static final String DATE_EL
date element name.

See Also:
Constant Field Values

DEFAULT_TYPE_EL

public static final String DEFAULT_TYPE_EL
defaultPageType element name.

See Also:
Constant Field Values

DESCRIPTION_EL

public static final String DESCRIPTION_EL
description element name.

See Also:
Constant Field Values

FACTORY_BUILD_EL

public static final String FACTORY_BUILD_EL
factoryBuild element name

See Also:
Constant Field Values

NUM_PAGES_EL

public static final String NUM_PAGES_EL
numPages element name.

See Also:
Constant Field Values

PACKAGE_LIST_EL

public static final String PACKAGE_LIST_EL
packageList element name.

See Also:
Constant Field Values

PAGE_EL

public static final String PAGE_EL
page element name.

See Also:
Constant Field Values

PREBUILT_PAGES_EL

public static final String PREBUILT_PAGES_EL
prebuildPagesDir element name.

See Also:
Constant Field Values

PROGRAM_EL

public static final String PROGRAM_EL
program element name.

See Also:
Constant Field Values

SECTION_EL

public static final String SECTION_EL
section element name.

See Also:
Constant Field Values

SUPPORTED_PAGE_TYPES_EL

public static final String SUPPORTED_PAGE_TYPES_EL
supported page types element name

See Also:
Constant Field Values

TAB_INDEX_EL

public static final String TAB_INDEX_EL
tabIndex element name.

See Also:
Constant Field Values

TEMPLATE_EL

public static final String TEMPLATE_EL
template element name.

See Also:
Constant Field Values

THUMB_IMAGE_EL

public static final String THUMB_IMAGE_EL
thumbImage element name.

See Also:
Constant Field Values

TITLE_EL

public static final String TITLE_EL
title element name.

See Also:
Constant Field Values

PAGE_REMOVED_EL

public static final String PAGE_REMOVED_EL
deleted page tombstone

See Also:
Constant Field Values

PAGE_MOVED_EL

public static final String PAGE_MOVED_EL
moved page tombstone

See Also:
Constant Field Values

ARCH_ATTR

public static final String ARCH_ATTR
architecture attribute name.

See Also:
Constant Field Values

BACKUP_ATTR

public static final String BACKUP_ATTR
backup attribute name.

See Also:
Constant Field Values

BUILTIN_ATTR

public static final String BUILTIN_ATTR
builtin attribute name - special system/package sections and pages ( takes a boolean value ).

See Also:
Constant Field Values

HARDWARE_ATTR

public static final String HARDWARE_ATTR
hardware attribute name.

Since:
3.2
See Also:
Constant Field Values

ID_ATTR

public static final String ID_ATTR
id attribute name.

See Also:
Constant Field Values

PKG_ID_ATTR

public static final String PKG_ID_ATTR
packageId attribute

See Also:
Constant Field Values

NAME_ATTR

public static final String NAME_ATTR
name attribute name.

See Also:
Constant Field Values

SORT_PAGES_ATTR

public static final String SORT_PAGES_ATTR
sortPages attribute name.

See Also:
Constant Field Values

SPACE_ATTR

public static final String SPACE_ATTR
xml:space attribute name.

See Also:
Constant Field Values

TYPE_ATTR

public static final String TYPE_ATTR
type attribute name.

See Also:
Constant Field Values

TEMPLATE_ATTR

public static final String TEMPLATE_ATTR
template attribute name.

See Also:
Constant Field Values

GENERATE_PAGES_ATTR

public static final String GENERATE_PAGES_ATTR
generatePages attribute name

See Also:
Constant Field Values

UPDATE_STATUS_ATTR

public static final String UPDATE_STATUS_ATTR
updateStatus attribute name

See Also:
Constant Field Values

SRCDIR_ATTR

public static String SRCDIR_ATTR
src attribute for prebuilt sections


TARGET_PACKAGE_ATTR

public static final String TARGET_PACKAGE_ATTR
target package type attr name

See Also:
Constant Field Values

TARGET_PAGE_ATTR

public static final String TARGET_PAGE_ATTR
target page attr name

See Also:
Constant Field Values

VISIBLE_ATTR

public static final String VISIBLE_ATTR
visibility attr name for sections - fix these?

See Also:
Constant Field Values

HIDDEN_ATTR

public static final String HIDDEN_ATTR
visibility attr name for pages

See Also:
Constant Field Values

SYSTEM_ATTR

public static final String SYSTEM_ATTR
System attr name

See Also:
Constant Field Values

HOMEPAGE_ATTR

public static final String HOMEPAGE_ATTR
Homepage attr name

See Also:
Constant Field Values

SYNC_ATTR

public static final String SYNC_ATTR
Sync attribute name for a section element. A boolean value, set to false to indicate section is to be ignored during sync.

Since:
3.2
See Also:
Constant Field Values

COVER_TYPE

public static final String COVER_TYPE
type value for cover pages.

See Also:
Constant Field Values

DEFAULT_TYPE

public static final String DEFAULT_TYPE
default type attribute value

See Also:
Constant Field Values

WEB_SESSION_TYPE

public static final String WEB_SESSION_TYPE
section type for web sections

See Also:
Constant Field Values

JAVA_TYPE

public static final String JAVA_TYPE
section type for java sections

See Also:
Constant Field Values

MAIN_TYPE

public static final String MAIN_TYPE
type value for main TOC section.

See Also:
Constant Field Values

BLANK_PAGE_TYPE

public static final String BLANK_PAGE_TYPE
type value for a Blank Page

See Also:
Constant Field Values

BOOKMARK_TYPE

public static final String BOOKMARK_TYPE
type value for a Bookmark Page

See Also:
Constant Field Values

JOURNEY_TYPE

public static final String JOURNEY_TYPE
type value for a saved journey page

See Also:
Constant Field Values

ACTIVE_JOURNEY_TYPE

public static final String ACTIVE_JOURNEY_TYPE
type value for an active journey page

See Also:
Constant Field Values

CLIPPING_TYPE

public static final String CLIPPING_TYPE
type value for a clipping page

See Also:
Constant Field Values

HELP_TYPE

public static final String HELP_TYPE
type value for a help page

See Also:
Constant Field Values

DOWNLOADS_TYPE

public static final String DOWNLOADS_TYPE
type value for a downloads page

See Also:
Constant Field Values

PROXY_TYPE

public static final String PROXY_TYPE
type value for proxy pages

See Also:
Constant Field Values

SOURCE_ID

public static final String SOURCE_ID
Source page for web hrefs - ie which bookmark, journey

See Also:
Constant Field Values

VALUE_TRUE

public static final String VALUE_TRUE
boolean true string value.

See Also:
Constant Field Values

VALUE_FALSE

public static final String VALUE_FALSE
boolean false string value.

See Also:
Constant Field Values

VALUE_PAD

public static final String VALUE_PAD
arch attribute value for pad.

See Also:
Constant Field Values

VALUE_PAD2

public static final String VALUE_PAD2
arch attribute value for pxa pad.

See Also:
Constant Field Values

VALUE_PAD3

public static final String VALUE_PAD3
arch attribute value for geode pad.

See Also:
Constant Field Values

VALUE_PC

public static final String VALUE_PC
arch attribute value for MAC or Windows ie not pad.

See Also:
Constant Field Values

VALUE_MACOS

public static final String VALUE_MACOS
arch attribute value for mac os.

See Also:
Constant Field Values

VALUE_WINDOWS

public static final String VALUE_WINDOWS
arch attribute value for windows os.

See Also:
Constant Field Values

VALUE_PRESERVE

public static final String VALUE_PRESERVE
XML space attribute value to preserve spaces.

See Also:
Constant Field Values

UPDATE_STATUS_NEW

public static final String UPDATE_STATUS_NEW
Update status for new pages

See Also:
Constant Field Values

UPDATE_STATUS_UPDATED

public static final String UPDATE_STATUS_UPDATED
Update status for updated pages

See Also:
Constant Field Values

MC_NAME_KEY

public static String MC_NAME_KEY
Message catalog key for preset section names in attribute values


PAGES_PATH

public static final String PAGES_PATH
page directory name

See Also:
Constant Field Values

BAK_FILE_EXT

public static final String BAK_FILE_EXT
Backup file extension.

See Also:
Constant Field Values

ERR_FILE_EXT

public static final String ERR_FILE_EXT
Error file extension.

See Also:
Constant Field Values

XML_FILE_EXT

public static final String XML_FILE_EXT
XML file extension.

See Also:
Constant Field Values

UTF8_ENCODING

public static final String UTF8_ENCODING
UTF-8 Encoding name.

See Also:
Constant Field Values
Constructor Detail

PageXML

public PageXML()


Copyright © 2006-2007 Pepper Computer, Inc. All Rights Reserved.