All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.firefly.mvc.web.support.MethodParam Maven / Gradle / Ivy

There is a newer version: 4.0.3.2
Show newest version
package com.firefly.mvc.web.support;

public interface MethodParam {
	byte REQUEST = 0x00;
	byte RESPONSE = 0x01;
	byte HTTP_PARAM = 0x02;
	byte PATH_VARIBLE = 0x03;
	byte HANDLER_CHAIN = 0x04;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy