@StableMinor(version="12.2", sinceVersion="7.0") public static enum PortalPrintWriter.WritePosition extends Enum<PortalPrintWriter.WritePosition>
Enum Constant and Description |
---|
BODY
The item will be written in the HTML body.
|
HEAD_END
The item will be written in the end of the head (after the head content).
|
HEAD_START
The item will be written in the beginning of the head (before the head content).
|
Modifier and Type | Method and Description |
---|---|
static PortalPrintWriter.WritePosition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PortalPrintWriter.WritePosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PortalPrintWriter.WritePosition BODY
public static final PortalPrintWriter.WritePosition HEAD_START
public static final PortalPrintWriter.WritePosition HEAD_END
public static PortalPrintWriter.WritePosition[] values()
for (PortalPrintWriter.WritePosition c : PortalPrintWriter.WritePosition.values()) System.out.println(c);
public static PortalPrintWriter.WritePosition 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 nullLumisXP 12.2.0.200122 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.