org.cruxframework.crux.core.server.rest.core
Class RequestPreprocessors

java.lang.Object
  extended by org.cruxframework.crux.core.server.rest.core.RequestPreprocessors

public class RequestPreprocessors
extends Object

Author:
Thiago da Rosa de Bustamante

Constructor Summary
RequestPreprocessors()
           
 
Method Summary
static Iterator<RequestPreprocessor> iteratePreprocessors()
           
static void registerPreprocessor(String processorClassName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestPreprocessors

public RequestPreprocessors()
Method Detail

registerPreprocessor

public static void registerPreprocessor(String processorClassName)

iteratePreprocessors

public static Iterator<RequestPreprocessor> iteratePreprocessors()


Copyright © 2015. All rights reserved.