@Inherited @Documented @Target(value=TYPE) @Retention(value=RUNTIME) public @interface ForwardTo
Adds a Forward operation to the current rule. This operation will perform a Servlet forward to the specified
path.
@PathPattern("/login")
@Forward("/login-page.html")
public class MyClass {
}
public abstract String value
Copyright © 2016 OCPsoft. All rights reserved.