|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.aselect.server.processor.AttributeProcessor
public class AttributeProcessor
The attribute processor. This processor can modify the user attributes which
are passed to this module.
Concurrency issues:
-
| Constructor Summary | |
|---|---|
AttributeProcessor()
Create a new AttributeProcessor Concurrency issues: - Preconditions: - Postconditions: - |
|
| Method Summary | |
|---|---|
void |
destroy()
Clear up remaining vars. |
void |
init(ASelectConfigManager configManager,
java.lang.Object oConfig)
Init the module. |
boolean |
process(javax.servlet.http.HttpServletResponse servletResponse,
java.lang.String sRid,
java.util.Hashtable serviceRequest,
java.util.Hashtable additional)
Processes the actual request. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AttributeProcessor()
AttributeProcessor
| Method Detail |
|---|
public void destroy()
destroy in interface IProcessorIProcessor.destroy()
public void init(ASelectConfigManager configManager,
java.lang.Object oConfig)
throws ASelectException
init in interface IProcessorconfigManager - the A-Select configuration manager.oConfig - the specific configuration for the processor.
ASelectException - if the configuration is invalid.IProcessor.init(org.aselect.server.config.ASelectConfigManager,
java.lang.Object)
public boolean process(javax.servlet.http.HttpServletResponse servletResponse,
java.lang.String sRid,
java.util.Hashtable serviceRequest,
java.util.Hashtable additional)
throws ASelectException
process in interface IProcessorservletResponse - response objectsRid - the A-Select request idserviceRequest - the service request parametersadditional - location dependent information
ASelectException - if an runtime error occurs during process.IProcessor.process(javax.servlet.http.HttpServletResponse, java.lang.String, java.util.Hashtable, java.util.Hashtable)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||