it.sistematica.isharedoc.pknet.support
Enum PkNetServlet.Conf
java.lang.Object
java.lang.Enum<PkNetServlet.Conf>
it.sistematica.isharedoc.pknet.support.PkNetServlet.Conf
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<PkNetServlet.Conf>
- Enclosing class:
- PkNetServlet
public static enum PkNetServlet.Conf
- extends java.lang.Enum<PkNetServlet.Conf>
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 |
CALLBACK_URL
public static final PkNetServlet.Conf CALLBACK_URL
DEFAULT_RESULTS_URL
public static final PkNetServlet.Conf DEFAULT_RESULTS_URL
ERROR_URL
public static final PkNetServlet.Conf ERROR_URL
APPLET_PATH
public static final PkNetServlet.Conf APPLET_PATH
PKNET_PATH
public static final PkNetServlet.Conf PKNET_PATH
LICENSE_PATH
public static final PkNetServlet.Conf LICENSE_PATH
SIGN_MESSAGE
public static final PkNetServlet.Conf SIGN_MESSAGE
CUSTOMER_INFO
public static final PkNetServlet.Conf CUSTOMER_INFO
APPLET_LOG
public static final PkNetServlet.Conf APPLET_LOG
SESSION_PROCESS_NAME
public static final PkNetServlet.Conf SESSION_PROCESS_NAME
COOKIE_JSESSIONID_NAME
public static final PkNetServlet.Conf COOKIE_JSESSIONID_NAME
COOKIE_PROCESSID_NAME
public static final PkNetServlet.Conf COOKIE_PROCESSID_NAME
COOKIE_ENTRYID_NAME
public static final PkNetServlet.Conf COOKIE_ENTRYID_NAME
WIDTH
public static final PkNetServlet.Conf WIDTH
HEIGHT
public static final PkNetServlet.Conf HEIGHT
LOADING_IMAGE
public static final PkNetServlet.Conf LOADING_IMAGE
values
public static PkNetServlet.Conf[] 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 (PkNetServlet.Conf c : PkNetServlet.Conf.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static PkNetServlet.Conf valueOf(java.lang.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:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
value
public java.lang.String value()
integerValue
public java.lang.Integer integerValue()
longValue
public java.lang.Long longValue()
booleanValue
public java.lang.Boolean booleanValue()