com.liferay.faces.bridge.application
Enum ResourceOutputStreamRichFacesImpl.RichFacesImageResource
java.lang.Object
java.lang.Enum<ResourceOutputStreamRichFacesImpl.RichFacesImageResource>
com.liferay.faces.bridge.application.ResourceOutputStreamRichFacesImpl.RichFacesImageResource
- All Implemented Interfaces:
- Serializable, Comparable<ResourceOutputStreamRichFacesImpl.RichFacesImageResource>
- Enclosing class:
- ResourceOutputStreamRichFacesImpl
protected static enum ResourceOutputStreamRichFacesImpl.RichFacesImageResource
- extends Enum<ResourceOutputStreamRichFacesImpl.RichFacesImageResource>
TYPE1
public static final ResourceOutputStreamRichFacesImpl.RichFacesImageResource TYPE1
TYPE2
public static final ResourceOutputStreamRichFacesImpl.RichFacesImageResource TYPE2
TYPE3
public static final ResourceOutputStreamRichFacesImpl.RichFacesImageResource TYPE3
TYPE4
public static final ResourceOutputStreamRichFacesImpl.RichFacesImageResource TYPE4
values
public static ResourceOutputStreamRichFacesImpl.RichFacesImageResource[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (ResourceOutputStreamRichFacesImpl.RichFacesImageResource c : ResourceOutputStreamRichFacesImpl.RichFacesImageResource.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ResourceOutputStreamRichFacesImpl.RichFacesImageResource valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
getLibraryName
public String getLibraryName()
getPathPrefix
public String getPathPrefix()
getSubstitutionToken
public String getSubstitutionToken()
Copyright © 2014 Liferay, Inc.. All Rights Reserved.