Package | Description |
---|---|
com.asakusafw.windgate.core |
Script models for WindGate.
|
com.asakusafw.windgate.core.session |
Provides WindGate session management.
|
com.asakusafw.windgate.file.session |
Session implementation using the local file system.
|
Modifier and Type | Method and Description |
---|---|
SessionProfile |
GateProfile.getSession()
Returns the session segment of this profile.
|
Constructor and Description |
---|
GateProfile(String name,
CoreProfile core,
SessionProfile session,
Collection<? extends ProcessProfile> processes,
Collection<? extends ResourceProfile> resources)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
protected SessionProfile |
SessionProfile.getThis() |
static SessionProfile |
SessionProfile.loadFrom(Properties properties,
ClassLoader loader)
Deprecated.
use
loadFrom(Properties, ProfileContext) instead |
static SessionProfile |
SessionProfile.loadFrom(Properties properties,
ProfileContext context)
Loads a session profile from the properties.
|
Modifier and Type | Method and Description |
---|---|
protected void |
FileSessionProvider.configure(SessionProfile profile) |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.