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

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

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 - 2025 Weber Informatics LLC | Privacy Policy