|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<PortalPrintWriter.WritePosition>
lumis.portal.PortalPrintWriter.WritePosition
@StableMinor(version="7.0", sinceVersion="7.0") public static enum PortalPrintWriter.WritePosition
Defines the position the item will be written.
Enum Constant Summary | |
---|---|
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). |
Method Summary | |
---|---|
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. |
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 |
---|
public static final PortalPrintWriter.WritePosition BODY
public static final PortalPrintWriter.WritePosition HEAD_START
public static final PortalPrintWriter.WritePosition HEAD_END
Method Detail |
---|
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 name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |