- handleRequest(String, HttpServletRequest, OutputStream) - Method in class com.buckosoft.BuckoVidLib.web.ImageController
-
Fetch a background image.
- handleRequest(String, OutputStream) - Method in class com.buckosoft.BuckoVidLib.web.ImageController
-
Read an unfiltered background image from plex.
- handleRequest(String, HttpServletRequest, OutputStream) - Method in class com.buckosoft.BuckoVidLib.web.PosterController
-
- handleRequest(String, Integer, Integer, HttpServletRequest, OutputStream) - Method in class com.buckosoft.BuckoVidLib.web.PosterController
-
- hash(int, boolean) - Static method in class com.buckosoft.BuckoVidLib.util.HashCodeUtil
-
booleans.
- hash(int, char) - Static method in class com.buckosoft.BuckoVidLib.util.HashCodeUtil
-
chars.
- hash(int, int) - Static method in class com.buckosoft.BuckoVidLib.util.HashCodeUtil
-
ints.
- hash(int, long) - Static method in class com.buckosoft.BuckoVidLib.util.HashCodeUtil
-
longs.
- hash(int, float) - Static method in class com.buckosoft.BuckoVidLib.util.HashCodeUtil
-
floats.
- hash(int, double) - Static method in class com.buckosoft.BuckoVidLib.util.HashCodeUtil
-
doubles.
- hash(int, Object) - Static method in class com.buckosoft.BuckoVidLib.util.HashCodeUtil
-
aObject is a possibly-null object field, and possibly an array.
- hashCode() - Method in class com.buckosoft.BuckoVidLib.domain.TVSeason
-
- hashCode() - Method in class com.buckosoft.BuckoVidLib.domain.UserAttribute
-
- hashCode() - Method in class com.buckosoft.BuckoVidLib.domain.Video_Actor
-
- hashCode() - Method in class com.buckosoft.BuckoVidLib.domain.Video_Director
-
- hashCode() - Method in class com.buckosoft.BuckoVidLib.domain.Video_Genre
-
- hashCode() - Method in class com.buckosoft.BuckoVidLib.domain.Video_Writer
-
- hashCode() - Method in class com.buckosoft.BuckoVidLib.domain.VideoBase
-
Rather than expose the internal url to a client, hash the url
into a key and then use the key to get to the Image.
- HashCodeUtil - Class in com.buckosoft.BuckoVidLib.util
-
Collected methods which allow easy implementation of hashCode.
- HashCodeUtil() - Constructor for class com.buckosoft.BuckoVidLib.util.HashCodeUtil
-
- HelloPageController - Class in com.buckosoft.BuckoVidLib.web
-
The Spring controller for the default (hello) page.
- HelloPageController() - Constructor for class com.buckosoft.BuckoVidLib.web.HelloPageController
-
- helloWorld(HttpServletRequest, Model) - Method in class com.buckosoft.BuckoVidLib.web.HelloPageController
-
Display the primary page for the BuckoVidLib application