Examples of ERXNormalRequestDescription


Examples of er.extensions.statistics.store.ERXNormalRequestDescription

                    WORequest request = aContext.request();
                    String requestHandler = request != null ? request.requestHandlerKey() : "NoRequestHandler";
                    if (!requestHandler.equals("wo")) {
                        additionalInfo = additionalInfo + aContext.request().uri();
                    }
                    return new ERXNormalRequestDescription(componentName, requestHandler, additionalInfo);
                }
                catch (RuntimeException e) {
                    log.error("Cannot get context description since received exception " + e, e);
                }
            }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.