public enum DominoRichTextItemProcessor extends Enum<DominoRichTextItemProcessor>
Enum Constant and Description |
---|
INSTANCE |
Modifier and Type | Method and Description |
---|---|
void |
addEmbeddedImage(com.ibm.xsp.component.UIInputRichText.EmbeddedImage embImage,
com.ibm.xsp.model.domino.wrapped.DominoRichTextItem dtr) |
void |
addMFileUpload(com.ibm.xsp.component.UIFileuploadEx.UploadedFile fup,
com.ibm.xsp.model.domino.wrapped.DominoRichTextItem dtr) |
void |
addMimeMultiPart(com.ibm.xsp.http.IMimeMultipart mm,
com.ibm.xsp.model.domino.wrapped.DominoRichTextItem dtr) |
static DominoRichTextItemProcessor |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DominoRichTextItemProcessor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DominoRichTextItemProcessor INSTANCE
public static DominoRichTextItemProcessor[] values()
for (DominoRichTextItemProcessor c : DominoRichTextItemProcessor.values()) System.out.println(c);
public static DominoRichTextItemProcessor valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic void addEmbeddedImage(com.ibm.xsp.component.UIInputRichText.EmbeddedImage embImage, com.ibm.xsp.model.domino.wrapped.DominoRichTextItem dtr) throws Exception
Exception
public void addMimeMultiPart(com.ibm.xsp.http.IMimeMultipart mm, com.ibm.xsp.model.domino.wrapped.DominoRichTextItem dtr) throws Exception
Exception
Copyright © 2021. All Rights Reserved.