Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 2 (11.1.2.0.0)

E17486-01

oracle.adf.share.services
Interface DescriptorConstants


public interface DescriptorConstants


Field Summary
static java.util.Set<java.lang.String> ALL_SUFFIXES
          These are all the resource bundle suffixes used to get the strings.
static java.util.jar.Attributes.Name BUNDLE_CLASSES
          This is the manifest attribute name we will use to get the bundles for the jar
static java.lang.String DESCR_SUFFIX
           
static java.util.jar.Attributes.Name DESIGN_VISIBILITY
          This is the manifest attribute name we will use to get the visibility of either the jar itself or any package within it.
static java.util.jar.Attributes.Name HELP_TOPIC
          This is the manifest attribute name we will use to get the help topic of either the jar itself or any package within it.
static java.lang.String HELPTOPIC_SUFFIX
           
static java.lang.String NAME_SUFFIX
           
static java.lang.String SUFFIX_SEP
           
static java.lang.String TOOLTIP_SUFFIX
           
static java.lang.String VISIBLE_SUFFIX
           
 

Field Detail

SUFFIX_SEP

static final java.lang.String SUFFIX_SEP
See Also:
Constant Field Values

NAME_SUFFIX

static final java.lang.String NAME_SUFFIX
See Also:
Constant Field Values

DESCR_SUFFIX

static final java.lang.String DESCR_SUFFIX
See Also:
Constant Field Values

TOOLTIP_SUFFIX

static final java.lang.String TOOLTIP_SUFFIX
See Also:
Constant Field Values

HELPTOPIC_SUFFIX

static final java.lang.String HELPTOPIC_SUFFIX
See Also:
Constant Field Values

VISIBLE_SUFFIX

static final java.lang.String VISIBLE_SUFFIX
See Also:
Constant Field Values

ALL_SUFFIXES

static final java.util.Set<java.lang.String> ALL_SUFFIXES
These are all the resource bundle suffixes used to get the strings. If the suffix passed to one of the getString methods is not in this set an IllegalArgumentException is thrown. The prefix of the bundle key is the getNameInNamespace return value. Getting just the suffix from the bundle means the "whole jar" value. Ex: ".name" means the translatable display name of the jar itself.

See Also:
Note: The VISIBLE_SUFFIX is not included in this set because you must use one of the visible method overloads instead of the constant.

BUNDLE_CLASSES

static final java.util.jar.Attributes.Name BUNDLE_CLASSES
This is the manifest attribute name we will use to get the bundles for the jar


DESIGN_VISIBILITY

static final java.util.jar.Attributes.Name DESIGN_VISIBILITY
This is the manifest attribute name we will use to get the visibility of either the jar itself or any package within it.


HELP_TOPIC

static final java.util.jar.Attributes.Name HELP_TOPIC
This is the manifest attribute name we will use to get the help topic of either the jar itself or any package within it.


Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 2 (11.1.2.0.0)

E17486-01

Copyright © 1997, 2011, Oracle. All rights reserved.