|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Scheme | |
---|---|
org.apache.wicket.protocol.https |
Uses of Scheme in org.apache.wicket.protocol.https |
---|
Methods in org.apache.wicket.protocol.https that return Scheme | |
---|---|
protected Scheme |
HttpsMapper.getDesiredSchemeFor(Class<? extends IRequestablePage> pageClass)
Determines which Scheme should be used to access the page |
protected Scheme |
HttpsMapper.getDesiredSchemeFor(IRequestHandler handler)
Figures out which Scheme should be used to access the request handler |
protected Scheme |
HttpsMapper.getSchemeOf(Request request)
Determines the Scheme of the request |
static Scheme |
Scheme.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Scheme[] |
Scheme.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.wicket.protocol.https with parameters of type Scheme | |
---|---|
protected String |
HttpsMapper.createRedirectUrl(IRequestHandler handler,
Request request,
Scheme scheme)
Construts a redirect url that should switch the user to the specified scheme |
boolean |
Scheme.isCompatibleWith(Scheme other)
Checks if two schemes are compatible. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |