|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<DefaultProperties>
spcp7.imagegallery.abstractionlayer.enums.DefaultProperties
public enum DefaultProperties
This enum contains all essential standard property names. Without the properties the whole image gallery will not work.
| Enum Constant Summary | |
|---|---|
SPCP7_CONTENT_PATH
The path from which content in a specified content folder will be retrieved. |
|
SPCP7_CURRENT_PATH
This path normally should only be used internally because it marks the path which should be retrieved in a special case. |
|
SPCP7_ITEMS_PER_PAGE
|
|
SPCP7_PREVIEW_IMAGE_URL
The http retrievable url of the preview image of a content folder |
|
SPCP7_START_RETRIEVAL_PATH
Browseable properties can be browsed with a gui. |
|
SPCP7_THUMBNAIL_STORAGE_PATH
Same as content path only for thumbnails. |
|
| Method Summary | |
|---|---|
static DefaultProperties |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DefaultProperties[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final DefaultProperties SPCP7_ITEMS_PER_PAGE
public static final DefaultProperties SPCP7_CURRENT_PATH
public static final DefaultProperties SPCP7_CONTENT_PATH
public static final DefaultProperties SPCP7_THUMBNAIL_STORAGE_PATH
public static final DefaultProperties SPCP7_PREVIEW_IMAGE_URL
public static final DefaultProperties SPCP7_START_RETRIEVAL_PATH
| Method Detail |
|---|
public static final DefaultProperties[] values()
for(DefaultProperties c : DefaultProperties.values())
System.out.println(c);
public static DefaultProperties valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||