Uses of Class
org.apache.wicket.protocol.https.Scheme
-
Packages that use Scheme Package Description org.apache.wicket.protocol.https -
-
Uses of Scheme in org.apache.wicket.protocol.https
Methods in org.apache.wicket.protocol.https that return Scheme Modifier and Type Method Description protected SchemeHttpsMapper. getDesiredSchemeFor(java.lang.Class<? extends IRequestablePage> pageClass)Determines whichSchemeshould be used to access the pageprotected SchemeHttpsMapper. getDesiredSchemeFor(org.apache.wicket.request.IRequestHandler handler)Figures out whichSchemeshould be used to access the request handlerprotected SchemeHttpsMapper. getSchemeOf(org.apache.wicket.request.Request request)Determines theSchemeof the requeststatic SchemeScheme. valueOf(java.lang.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 Modifier and Type Method Description protected java.lang.StringHttpsMapper. createRedirectUrl(org.apache.wicket.request.IRequestHandler handler, org.apache.wicket.request.Request request, Scheme scheme)Constructs a redirect url that should switch the user to the specifiedschemebooleanScheme. isCompatibleWith(Scheme other)Checks if two schemes are compatible.
-