org.wicketstuff.ki.KiAction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wicket-ki-security Show documentation
Show all versions of wicket-ki-security Show documentation
Ki Security for Apache Wicket. (The project formerly known as JSecurity)
package org.wicketstuff.ki;
public enum KiAction {
INSTANTIATE,
RENDER,
ENABLE
}