Package org.cyclos.impl.utils
Enum RichTextHandlerImpl.URLTag
- java.lang.Object
-
- java.lang.Enum<RichTextHandlerImpl.URLTag>
-
- org.cyclos.impl.utils.RichTextHandlerImpl.URLTag
-
- All Implemented Interfaces:
Serializable,Comparable<RichTextHandlerImpl.URLTag>
- Enclosing class:
- RichTextHandlerImpl
public static enum RichTextHandlerImpl.URLTag extends Enum<RichTextHandlerImpl.URLTag>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ADCONFIGURATIONCURRENT_CONFIGURATIONIMAGEROOTSYSTEM_CUSTOMUSERUSER_CUSTOM
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringpath()StringtagParameters(String[] parameters, String queryString)StringurlSuffix(String[] parameters, Configuration configuration, IdMask idMask)static RichTextHandlerImpl.URLTagvalueOf(String name)Returns the enum constant of this type with the specified name.static RichTextHandlerImpl.URLTag[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
CURRENT_CONFIGURATION
public static final RichTextHandlerImpl.URLTag CURRENT_CONFIGURATION
-
CONFIGURATION
public static final RichTextHandlerImpl.URLTag CONFIGURATION
-
IMAGE
public static final RichTextHandlerImpl.URLTag IMAGE
-
USER
public static final RichTextHandlerImpl.URLTag USER
-
USER_CUSTOM
public static final RichTextHandlerImpl.URLTag USER_CUSTOM
-
AD
public static final RichTextHandlerImpl.URLTag AD
-
SYSTEM_CUSTOM
public static final RichTextHandlerImpl.URLTag SYSTEM_CUSTOM
-
ROOT
public static final RichTextHandlerImpl.URLTag ROOT
-
-
Method Detail
-
values
public static RichTextHandlerImpl.URLTag[] 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 (RichTextHandlerImpl.URLTag c : RichTextHandlerImpl.URLTag.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static RichTextHandlerImpl.URLTag 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 nameNullPointerException- if the argument is null
-
path
public String path()
-
urlSuffix
public String urlSuffix(String[] parameters, Configuration configuration, IdMask idMask)
-
-