|
|||||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | ||||||||||
P
- PACKAGE - Static variable in class com.ejie.r01f.rpcdispatcher.RPCConstants
- PACKAGE - Static variable in class com.ejie.r01f.taglibs.xtags.Constants
- PACKAGE - Static variable in class com.ejie.r01f.taglibs.xtags.objects.XTagConstants
- PARAMETER - Static variable in class com.ejie.r01f.rpcdispatcher.RPCConstants
- PARAMETER_FUNCTION - Static variable in class com.ejie.r01f.rpcdispatcher.RPCConstants
- PARAMETER_MODULE - Static variable in class com.ejie.r01f.rpcdispatcher.RPCConstants
- PARAMETER_NAME - Static variable in class com.ejie.r01f.rpcdispatcher.RPCConstants
- PARAMETER_PASSWORD - Static variable in class com.ejie.r01f.rpcdispatcher.RPCConstants
- PARAMETER_RELOAD - Static variable in class com.ejie.r01f.rpcdispatcher.RPCConstants
- PARAMETER_THREAD - Static variable in class com.ejie.r01f.rpcdispatcher.RPCConstants
- PARAMETER_TYPE - Static variable in class com.ejie.r01f.rpcdispatcher.RPCConstants
- PARAM_TYPE_ALFANUMERIC - Static variable in class com.ejie.r01f.util.MainParamsParser
- PARAM_TYPE_BOOLEAN - Static variable in class com.ejie.r01f.util.MainParamsParser
- PARAM_TYPE_GENERAL - Static variable in class com.ejie.r01f.util.MainParamsParser
- PARAM_TYPE_NUMERIC - Static variable in class com.ejie.r01f.util.MainParamsParser
- PROTOCOL - Static variable in class com.ejie.r01f.net.BaseNetRequest
- Pager - class com.ejie.r01f.util.Pager.
- Clase que modela la paginación en un conjunto de resultados Esencialmente es una lista que contiene el código de los primeros elementos de cada página y el número total de elementos encontrados.
- Pager() - Constructor for class com.ejie.r01f.util.Pager
- Constructor Pager
- Pager(int) - Constructor for class com.ejie.r01f.util.Pager
- Constructor del pager en base a el tamaño de la pagina
- Pager(int, int) - Constructor for class com.ejie.r01f.util.Pager
- Constructor en base al tamaño de la página y al tamaño del bloque de páginas de la barra de navegación
- ParamPart - class com.ejie.r01f.servlet.upload.ParamPart.
- Parte tipo parametro de un multi-part enviado por un navegador
- ParameterNotFoundException - exception com.ejie.r01f.servlet.ParameterNotFoundException.
- Excepción lanzada cuando no se encuentra un parametro en la request
- ParameterNotFoundException() - Constructor for class com.ejie.r01f.servlet.ParameterNotFoundException
- Constructor vacío
- ParameterNotFoundException(String) - Constructor for class com.ejie.r01f.servlet.ParameterNotFoundException
- ParameterNotFoundException(Throwable) - Constructor for class com.ejie.r01f.servlet.ParameterNotFoundException
- ParameterNotFoundException(String, Throwable) - Constructor for class com.ejie.r01f.servlet.ParameterNotFoundException
- Part - class com.ejie.r01f.servlet.upload.Part.
- Parte de un multi-part enviado desde un navegador
- PartDigester - interface com.ejie.r01f.servlet.upload.PartDigester.
- Interfaz que han de implementar las clases digestoras de parts de forms multipart (clase que se encarga de guardar un fichero enviado en un formulario multipart)
- PartDigesterException - exception com.ejie.r01f.servlet.upload.PartDigesterException.
- Excepción lanzada durante el proceso de digestión de un part de una request multipart Normalmente al procesar un submit de un fichero al servidor
- PartDigesterException() - Constructor for class com.ejie.r01f.servlet.upload.PartDigesterException
- Constructor for PartDigesterException.
- PartDigesterException(String) - Constructor for class com.ejie.r01f.servlet.upload.PartDigesterException
- Constructor for PartDigesterException.
- PartInputStream - class com.ejie.r01f.servlet.upload.PartInputStream.
- Clase wrapper de un ServletInputStream y que lee desde este buscando una cadena delimitadora (boundary) dentro de un post multi-part desde un navegador
- PasswordTag - class com.ejie.r01f.taglibs.xtags.PasswordTag.
- CustomTag para tags html INPUT tipo "password" Extiende de BaseInputXTag que inplementa todas las funcionalidades de los tags html tipo input
- PasswordTag() - Constructor for class com.ejie.r01f.taglibs.xtags.PasswordTag
- PatternMatchSearch - class com.ejie.r01f.textsearch.PatternMatchSearch.
- Ejecuta la busqueda en base a una expresion regular
- PatternMatchSearch() - Constructor for class com.ejie.r01f.textsearch.PatternMatchSearch
- Constructor vacio
- PatternMatchSearch(String, TextSearchEventListener) - Constructor for class com.ejie.r01f.textsearch.PatternMatchSearch
- Constructor
- PatternMatchTableBasedCharReplacer - class com.ejie.r01f.replacer.PatternMatchTableBasedCharReplacer.
- Ejecuta la sustitución de en base a una tabla de traducción.
- PatternMatchTableBasedCharReplacer() - Constructor for class com.ejie.r01f.replacer.PatternMatchTableBasedCharReplacer
- Constructor vacio
- PatternMatchTableBasedCharReplacer(String, Map, ReplaceEventListener) - Constructor for class com.ejie.r01f.replacer.PatternMatchTableBasedCharReplacer
- Constructor
- Property - class com.ejie.r01f.mapping.test.Property.
- Property() - Constructor for class com.ejie.r01f.mapping.test.Property
- Constructor for Node.
- packageName - Variable in class com.ejie.r01f.xml.marshalling.ClassMap
- padre - Variable in class com.ejie.r01f.reflection.ReflectionUtils.Abuelo
- paginas - Variable in class com.ejie.r01f.rpcdispatcher.search.Search
- paramsBusqueda - Variable in class com.ejie.r01f.rpcdispatcher.search.Search
- parentClass - Variable in class com.ejie.r01f.xml.marshalling.ClassInstance.MemberInstance
- parentOid - Variable in class com.ejie.r01f.servlet.filter.authorization.R01FResourceCtx
- parentXTag - Variable in class com.ejie.r01f.taglibs.xtags.objects.XTag
- parseCharacterEncoding(String) - Static method in class com.ejie.r01f.servlet.HttpHeaderUtils
- Parsear la cabecera HTTP
charset. - parseCookieHeader(String) - Static method in class com.ejie.r01f.servlet.HttpHeaderUtils
- Parsea una cabecera
Cookieen un array de cookies que siguen la especificación RFC 2109 - parseParameters(String, String) - Static method in class com.ejie.r01f.servlet.RequestParamParser
- Obtener un Map a partir de los parametros de la request NOTA: Se presume que el mapa especificado no es accedido por otro thread con lo que no se hacen sincronizaciones
- parseParameters(byte[], String) - Static method in class com.ejie.r01f.servlet.RequestParamParser
- Obtener un Map a partir de los parametros de la request NOTA: Se presume que el mapa especificado no es accedido por otro thread con lo que no se hacen sincronizaciones
- parseParams(String[]) - Method in class com.ejie.r01f.util.MainParamsParser
- Parsea los parametros de entrada a un método Main
- pendingJobs - Variable in class com.ejie.r01f.process.JobManager.Stats
- perform() - Method in class com.ejie.r01f.process.Job
- Ejecuta el trabajo, llamando al metodo indicado en el objeto que se pasa como parametro y con los valores de los argumentos que tambien se pasan
- post() - Method in class com.ejie.r01f.util.R01FClientHttpRequest
- posts the requests to the server, with all the cookies and parameters that were added
- post(Map) - Method in class com.ejie.r01f.util.R01FClientHttpRequest
- posts the requests to the server, with all the cookies and parameters that were added before (if any), and with parameters that are passed in the argument
- post(Object[]) - Method in class com.ejie.r01f.util.R01FClientHttpRequest
- posts the requests to the server, with all the cookies and parameters that were added before (if any), and with parameters that are passed in the argument
- post(Map, Map) - Method in class com.ejie.r01f.util.R01FClientHttpRequest
- posts the requests to the server, with all the cookies and parameters that were added before (if any), and with cookies and parameters that are passed in the arguments
- post(String[], Object[]) - Method in class com.ejie.r01f.util.R01FClientHttpRequest
- posts the requests to the server, with all the cookies and parameters that were added before (if any), and with cookies and parameters that are passed in the arguments
- post(String, Object) - Method in class com.ejie.r01f.util.R01FClientHttpRequest
- post the POST request to the server, with the specified parameter
- post(String, Object, String, Object) - Method in class com.ejie.r01f.util.R01FClientHttpRequest
- post the POST request to the server, with the specified parameters
- post(String, Object, String, Object, String, Object) - Method in class com.ejie.r01f.util.R01FClientHttpRequest
- post the POST request to the server, with the specified parameters
- post(String, Object, String, Object, String, Object, String, Object) - Method in class com.ejie.r01f.util.R01FClientHttpRequest
- post the POST request to the server, with the specified parameters
- post(URL, Map) - Static method in class com.ejie.r01f.util.R01FClientHttpRequest
- posts a new request to specified URL, with parameters that are passed in the argument
- post(URL, Object[]) - Static method in class com.ejie.r01f.util.R01FClientHttpRequest
- posts a new request to specified URL, with parameters that are passed in the argument
- post(URL, Map, Map) - Static method in class com.ejie.r01f.util.R01FClientHttpRequest
- posts a new request to specified URL, with cookies and parameters that are passed in the argument
- post(URL, String[], Object[]) - Static method in class com.ejie.r01f.util.R01FClientHttpRequest
- posts a new request to specified URL, with cookies and parameters that are passed in the argument
- post(URL, String, Object) - Static method in class com.ejie.r01f.util.R01FClientHttpRequest
- post the POST request specified URL, with the specified parameter
- post(URL, String, Object, String, Object) - Static method in class com.ejie.r01f.util.R01FClientHttpRequest
- post the POST request to specified URL, with the specified parameters
- post(URL, String, Object, String, Object, String, Object) - Static method in class com.ejie.r01f.util.R01FClientHttpRequest
- post the POST request to specified URL, with the specified parameters
- post(URL, String, Object, String, Object, String, Object, String, Object) - Static method in class com.ejie.r01f.util.R01FClientHttpRequest
- post the POST request to specified URL, with the specified parameters
- prevOperation() - Method in class com.ejie.r01f.jvt.JVTComparator
- Obtiene la operacion anterior en la lista
- previousCallsResults - Variable in class com.ejie.r01f.rpcdispatcher.RPCContext
- primitive - Variable in class com.ejie.r01f.jvt.test.Clase3
- primos - Variable in class com.ejie.r01f.reflection.ReflectionUtils.Padre
- print(String) - Static method in class com.ejie.r01f.adapter.R01FExceptionPrinter
- Método que imprime mensajes por pantalla
- print(String) - Static method in class com.ejie.r01f.adapter.exceptions.R01FExceptionPrinter
- Método que imprime mensajes por pantalla
- print(Document, Object) - Static method in class com.ejie.r01f.xlnets.R01FXLNetsPrintWritter
- Imprime de forma legible un documento XML
- printDebugInfo() - Method in class com.ejie.r01f.rpcdispatcher.RPCContext
- Compone información de depuración
- printDebugInfo() - Method in class com.ejie.r01f.sql.QueryManager
- Pinta informacion de depuracion
- printDebugInfo() - Method in class com.ejie.r01f.util.StateMap
- processDirective(String, long) - Method in interface com.ejie.r01f.io.filters.DirectiveListener
- Método llamado por el filtro de directivas cuando se encuentra con una.
- processDirective(String, long) - Method in class com.ejie.r01f.io.filters.TestDirectiveListener
- processDirective(String, long) - Method in class com.ejie.r01f.replacer.FilteredFileReplacer
- processDirective(String, long) - Method in class com.ejie.r01f.textsearch.FilteredFileTextSearch
- profile - Variable in class com.ejie.r01f.servlet.filter.authorization.R01FResourceAuthorization
- profiles - Variable in class com.ejie.r01f.servlet.filter.authorization.R01FAuthCtx
- profundidad - Variable in class com.ejie.r01f.mapping.test.MetaData
- protocolData - Variable in class com.ejie.r01f.rpcdispatcher.RPCContext
- publicChildInmutableDate - Variable in class com.ejie.r01f.clone.TestObj.ChildTestObj
- publish(String, String) - Method in class com.ejie.r01f.adapter.R01FPublicationManager
- Método que crea un mensaje, le añade ciertas propiedades y lo publica
- pull() - Method in class com.ejie.r01f.process.AbstractExecQueue
- Saca el primer elemento de la cola
- push(Object) - Method in class com.ejie.r01f.process.AbstractExecQueue
- Añade un elemento a la cola
- put(Object, Object) - Method in class com.ejie.r01f.rpcdispatcher.search.SearchParameters
- put(Object, Object) - Method in class com.ejie.r01f.sql.objects.R01FQueryMap
- put(String, String, Object) - Static method in class com.ejie.r01f.util.Bag
- Mete un objeto en el saco
- put(Object, Object) - Method in class com.ejie.r01f.util.FifoMap
- Introduce en el mapa el objeto y además guarda su clave en la lista de claves ordenadas por orden de introducción para poder recuperar luego en orden
- put(Object, Object) - Method in class com.ejie.r01f.util.StateMap
- Introduce en el mapa el objeto y lo relaciona con la clave dada
- put(Object, Object) - Method in class com.ejie.r01f.util.StringMap
- put(Object, Object) - Method in class com.ejie.r01f.util.XMap
- putAll(Map) - Method in class com.ejie.r01f.rpcdispatcher.search.SearchParameters
- putAll(Map) - Method in class com.ejie.r01f.sql.objects.R01FQueryMap
- putAll(Map) - Method in class com.ejie.r01f.util.FifoMap
- Introduce en el mapa el nuevo mapa con objetos relacionados con su clave Se guarda el orden en que se introdujeron para poder recuperarlos en ese mismo orden
- putAll(Map) - Method in class com.ejie.r01f.util.StateMap
- Introduce en el mapa el nuevo mapa con objetos relacionados con su clave
- putAll(Map) - Method in class com.ejie.r01f.util.StringMap
- putAll(Map) - Method in class com.ejie.r01f.util.XMap
- putAllKeys(Set) - Method in class com.ejie.r01f.util.FifoMap
- Introduce en el mapa las claves que se pasan (no los objetos)
- putAllKeys(Set) - Method in class com.ejie.r01f.util.StateMap
- Introduce en el mapa las claves que se pasan (no los objetos)
- putNew(Object, Object) - Method in class com.ejie.r01f.util.StateMap
- Añade un nuevo objeto y lo marca como nuevo
- putNotNew(Object, Object) - Method in class com.ejie.r01f.util.StateMap
- Añade un objeto, pero no lo marca como nuevo
- putParameter(String, String) - Method in class com.ejie.r01f.net.BaseNetRequest
- Añade un parametro a la llamada
- putParameter(RPCParameter) - Method in class com.ejie.r01f.rpcdispatcher.RPCFunction
- Introduce un parametro en la hass
- putProtocolData(String, String) - Method in class com.ejie.r01f.rpcdispatcher.RPCClient
- Añade un dato de protocolo a la llamada RPC
|
|||||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | ||||||||||