public class ApplicationProfileReader extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
RESOURCE_PROFILE_BODY_APP_ID_TEXT |
protected static String |
RESOURCE_PROFILE_BODY_END_POINT_SCOPE_TEXT |
protected static String |
RESOURCE_PROFILE_BODY_END_POINT_URL_TEXT |
protected static String |
RESOURCE_PROFILE_BODY_TEXT |
protected static String |
RESOURCE_PROFILE_BODY_THUMBNAIL_URL_TEXT |
protected static String |
RESOURCE_PROFILE_DESCRIPTION_TEXT |
protected static String |
RESOURCE_PROFILE_NAME_TEXT |
| Constructor and Description |
|---|
ApplicationProfileReader(String scope,
String secondaryType,
String portletClassName,
boolean useRootScope)
Instantiates a new application profile reader.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationProfile |
getApplicationProfile()
Gets the application profile.
|
String |
toString() |
protected static final String RESOURCE_PROFILE_BODY_END_POINT_URL_TEXT
protected static final String RESOURCE_PROFILE_BODY_END_POINT_SCOPE_TEXT
protected static final String RESOURCE_PROFILE_BODY_TEXT
protected static final String RESOURCE_PROFILE_BODY_THUMBNAIL_URL_TEXT
protected static final String RESOURCE_PROFILE_BODY_APP_ID_TEXT
protected static final String RESOURCE_PROFILE_DESCRIPTION_TEXT
protected static final String RESOURCE_PROFILE_NAME_TEXT
public ApplicationProfileReader(String scope, String secondaryType, String portletClassName, boolean useRootScope)
scope - - the scope where to search the Application ProfilesecondaryType - the secondary type of Application ProfileportletClassName - - the AppId of Generic ResourceuseRootScope - the use root scope, if true the root scope is used to discovery the Application Profile, otherwise scope is usedpublic ApplicationProfile getApplicationProfile()
Copyright © 2021. All Rights Reserved.