Package org.apache.isis.viewer.scimpi.dispatcher.context

Examples of org.apache.isis.viewer.scimpi.dispatcher.context.RequestContext


    // TODO the return points should be pushed on to a stack so that there is traceable history.
    @Override
    public void process(final Request request) {
        // String name = request.getOptionalProperty(NAME);
        final RequestContext context = request.getContext();
        context.addVariable("_return-to", context.getUri(), Scope.SESSION);
    }
View Full Code Here

TOP

Related Classes of org.apache.isis.viewer.scimpi.dispatcher.context.RequestContext

Copyright © 2018 www.massapicom. 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.