| java.lang.Object com.sun.portal.harness.HarnessProperties
Inner Class :class PropHashMap extends HashMap | |
Method Summary | |
boolean | existsBooleanProperty(String channel, String name) | boolean | existsCollectionProperty(String channel, String name) | boolean | existsCollectionProperty(String channel, String name, boolean localized) | boolean | existsIntegerProperty(String channel, String name) | boolean | existsStringProperty(String channel, String name, boolean localized) | boolean | existsStringProperty(String channel, String name) | boolean | getBooleanProperty(String channel, String key) | boolean | getBooleanProperty(String channel, String key, boolean def) | String | getChannelName() | Map | getCollectionProperty(String channel, String key, Map def) | Map | getCollectionProperty(String channel, String key) | Map | getCollectionProperty(String channel, String key, boolean localized) | String | getDescription(String channel) | public HashMap | getEditAtoms() | public String | getEditChannel() | public String[] | getEditCollNames() | public String[] | getEditCollectionPath() | public String | getEditError() | public String | getEditLocale() | public String[] | getEditLocales() | int | getEditType(String channel) | int | getIntegerProperty(String channel, String key, int def) | int | getIntegerProperty(String channel, String key) | String | getLocaleString() | Iterator | getNames(String channel) | public static String | getObjectTypeString(Object obj) | List | getPortlets() | Object | getProperty(String channel, String key, Object def) | Object | getProperty(String channel, String key) | String | getProviderClass() | String | getProviderName(String channel) | int | getRefreshTime(String channel) | String | getStringProperty(String channel, String key) | String | getStringProperty(String channel, String key, String def) | String | getStringProperty(String channel, String key, boolean localized) | String | getStringProperty(String channel, String key, String def, boolean localized) | String | getTitle(String channel) | String[] | getUserNames() | int | getWidth(String channel) | static HarnessProperties | makeHarnessProperties(String user, String usersfile, String compfile, String portAppDir, String configdir) | void | processRequest(HttpServletRequest req) | void | setBooleanProperty(String channel, String key, boolean val) | Map | setCollectionProperty(String channel, String key, List val) | Map | setCollectionProperty(String channel, String key, Map val) | void | setIntegerProperty(String channel, String key, int val) | void | setProperty(String channel, String key, Object val) | void | setPropertyWriteState(int state) | void | setStringProperty(String channel, String key, String val) |
ARGLVAR_COLL | final public static char ARGLVAR_COLL(Code) | | |
ARGLVAR_LOC | final public static char ARGLVAR_LOC(Code) | | |
ARGOP_ADDBOOLEAN | final public static String ARGOP_ADDBOOLEAN(Code) | | |
ARGOP_ADDCOLLECTION | final public static String ARGOP_ADDCOLLECTION(Code) | | |
ARGOP_ADDINTEGER | final public static String ARGOP_ADDINTEGER(Code) | | |
ARGOP_ADDSTRING | final public static String ARGOP_ADDSTRING(Code) | | |
ARG_ADDLOC_COUNTRY | final public static String ARG_ADDLOC_COUNTRY(Code) | | |
ARG_ADDLOC_LANG | final public static String ARG_ADDLOC_LANG(Code) | | |
ARG_ADDLOC_VAR | final public static String ARG_ADDLOC_VAR(Code) | | |
ARG_ADD_USELOC | final public static String ARG_ADD_USELOC(Code) | | |
ARG_CHANGE_VALUE | final public static String ARG_CHANGE_VALUE(Code) | | |
ARG_LIST_CHANNEL | final public static String ARG_LIST_CHANNEL(Code) | | |
ARG_LIST_LOCALE | final public static String ARG_LIST_LOCALE(Code) | | |
PORTLET_BUILDER | final public static String PORTLET_BUILDER(Code) | | |
TAG_PROPERTIES | final public static String TAG_PROPERTIES(Code) | | |
WS_INITIAL_INPUT | final public static int WS_INITIAL_INPUT(Code) | | |
WS_PROVIDER_RUN | final public static int WS_PROVIDER_RUN(Code) | | |
WS_TOOL_ADMIN | final public static int WS_TOOL_ADMIN(Code) | | |
existsCollectionProperty | boolean existsCollectionProperty(String channel, String name)(Code) | | |
existsCollectionProperty | boolean existsCollectionProperty(String channel, String name, boolean localized)(Code) | | |
existsStringProperty | boolean existsStringProperty(String channel, String name, boolean localized)(Code) | | |
getBooleanProperty | boolean getBooleanProperty(String channel, String key, boolean def)(Code) | | |
getEditCollectionPath | public String[] getEditCollectionPath()(Code) | | |
|
|