com.liferay.faces.bridge.application
Enum ResourceOutputStreamRichFacesImpl.RichFacesImageResource

java.lang.Object
  extended by java.lang.Enum<ResourceOutputStreamRichFacesImpl.RichFacesImageResource>
      extended by 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>


Enum Constant Summary
TYPE1
           
TYPE2
           
TYPE3
           
TYPE4
           
 
Method Summary
 String getLibraryName()
           
 String getPathPrefix()
           
 String getSubstitutionToken()
           
static ResourceOutputStreamRichFacesImpl.RichFacesImageResource valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ResourceOutputStreamRichFacesImpl.RichFacesImageResource[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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.