Constant Field Values


Contents
org.apache.*

org.apache.commons.latka.http.Proxy
public static final int PORT_UNSPECIFIED -1

org.apache.commons.latka.http.Request
public static final int HTTP_METHOD_GET 0
public static final int HTTP_METHOD_HEAD 2
public static final int HTTP_METHOD_POST 1

org.apache.commons.latka.http.RequestImpl
public static final int HTTP_PORT 80
public static final int HTTPS_PORT 443

org.apache.commons.latka.jelly.JellyUtils
protected static final String EVENT_INFO_VAR "latkaEventInfo"
protected static final String EVENT_LISTENER_VAR "latkaEventListener"

org.apache.commons.latka.validators.CookieValidator
protected static final String BARE_MESSAGE_EQUAL_VALUES " THAT COOKIE VALUES EQUAL:"
protected static final String BARE_MESSAGE_EXISTENT_COOKIE " TO FIND COOKIE IN SESSION"
protected static final String MESSAGE_INVALID_TEST "INVALID TEST: COOKIE NAME NOT SET"

org.apache.commons.latka.validators.RegexpValidator
protected static final String BARE_EXCEPTION_MESSAGE " TO MATCH PATTERN: "

org.apache.commons.latka.validators.ResponseHeaderValidator
protected static final String BARE_MESSAGE_EQUAL_VALUES " THAT HEADER VALUES EQUAL:"
protected static final String BARE_MESSAGE_EXISTENT_HEADER " TO FIND HEADER IN RESPONSE"



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.