All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.enonic.xp.context.LocalScope Maven / Gradle / Ivy

The newest version!
package com.enonic.xp.context;

import com.enonic.xp.annotation.PublicApi;
import com.enonic.xp.session.Session;

@PublicApi
public interface LocalScope
    extends MutableAttributes
{
    Session getSession();

    void setSession( Session session );
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy