Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y 
All Classes All Packages

A

action - Variable in class org.fastily.jwiki.dwrap.LogEntry
The action that was performed in this log.
addText(String, String, String, boolean) - Method in class org.fastily.jwiki.core.Wiki
Appends text to a page.
allPages(String, boolean, boolean, int, NS) - Method in class org.fastily.jwiki.core.Wiki
Get a list of pages from the Wiki.
append(Object) - Method in class org.fastily.jwiki.core.WParser.WikiText
Appends an Object to this WikiText object.
append(String, Object) - Method in class org.fastily.jwiki.core.WParser.WTemplate
Appends o to the end of the WikiText associated with k

B

basicGET(String, String...) - Method in class org.fastily.jwiki.core.Wiki
Performs a basic GET action on this Wiki.
basicPOST(String, HashMap<String, String>) - Method in class org.fastily.jwiki.core.Wiki
Performs a basic POST action on this Wiki.
build() - Method in class org.fastily.jwiki.core.Wiki.Builder
Performs the task of creating the Wiki object as configured.
Builder() - Constructor for class org.fastily.jwiki.core.Wiki.Builder
Creates a new Wiki Builder.

C

CATEGORY - Static variable in class org.fastily.jwiki.core.NS
Category namespace
CATEGORY_TALK - Static variable in class org.fastily.jwiki.core.NS
Category talk namespace.
compareTo(ImageInfo) - Method in class org.fastily.jwiki.dwrap.ImageInfo
Compares the timestamps of two ImageInfo objects.
containsNull(Collection<T>) - Static method in class org.fastily.jwiki.util.FL
Check if a Collection contains null.
Contrib - Class in org.fastily.jwiki.dwrap
Represents a contribution made by a user.
convertIfNotInNS(String, NS) - Method in class org.fastily.jwiki.core.Wiki
Check if a title in specified namespace and convert it if it is not.

D

DataEntry - Class in org.fastily.jwiki.dwrap
Structured data template class.
debug - Variable in class org.fastily.jwiki.core.Wiki
Toggles logging of debug information to stderr.
delete(String, String) - Method in class org.fastily.jwiki.core.Wiki
Deletes a page.
drop() - Method in class org.fastily.jwiki.core.WParser.WTemplate
Removes this WTemplate from its parent WikiText object, if applicable.

E

edit(String, String, String) - Method in class org.fastily.jwiki.core.Wiki
Edit a page, and check if the request actually went through.
equals(Object) - Method in class org.fastily.jwiki.core.NS
Determines if two namespaces are the same namespace
equals(Object) - Method in class org.fastily.jwiki.util.Tuple
Determines if two tuples are equal.
exists(String) - Method in class org.fastily.jwiki.core.Wiki
Checks if a title exists.
exists(Wiki, boolean, Collection<String>) - Static method in class org.fastily.jwiki.core.MQuery
Checks if a title exists.
exists(Wiki, Collection<String>) - Static method in class org.fastily.jwiki.core.MQuery
Checks if list of titles exists.

F

FILE - Static variable in class org.fastily.jwiki.core.NS
File namespace
FILE_TALK - Static variable in class org.fastily.jwiki.core.NS
File talk namespace
fileUsage(String) - Method in class org.fastily.jwiki.core.Wiki
Gets a list of pages linking to a file.
fileUsage(Wiki, Collection<String>) - Static method in class org.fastily.jwiki.core.MQuery
Gets a list of pages linking (displaying/thumbnailing) a file.
filterByNS(ArrayList<String>, NS...) - Method in class org.fastily.jwiki.core.Wiki
Filters pages by namespace.
FL - Class in org.fastily.jwiki.util
Static Collections and Stream utilities.

G

get(String) - Method in class org.fastily.jwiki.core.WParser.WTemplate
Gets the specified WikiText value associated with key k in this WTemplate.
getAllowedFileExts() - Method in class org.fastily.jwiki.core.Wiki
Gets a list of file extensions for the types of files which can be uploaded to this Wiki.
getCategoriesOnPage(String) - Method in class org.fastily.jwiki.core.Wiki
Get the categories of a page.
getCategoriesOnPage(Wiki, Collection<String>) - Static method in class org.fastily.jwiki.core.MQuery
Gets the list of categories on a page.
getCategoryMembers(String, NS...) - Method in class org.fastily.jwiki.core.Wiki
Get a limited number of titles in a category.
getCategorySize(String) - Method in class org.fastily.jwiki.core.Wiki
Gets the number of elements contained in a category.
getCategorySize(Wiki, Collection<String>) - Static method in class org.fastily.jwiki.core.MQuery
Gets the number of elements contained in a category.
getContribs(String, int, boolean, boolean, NS...) - Method in class org.fastily.jwiki.core.Wiki
Gets the contributions of a user.
getDuplicatesOf(String, boolean) - Method in class org.fastily.jwiki.core.Wiki
List duplicates of a file.
getDuplicatesOf(Wiki, boolean, Collection<String>) - Static method in class org.fastily.jwiki.core.MQuery
Gets duplicates of a file.
getExternalLinks(String) - Method in class org.fastily.jwiki.core.Wiki
Gets a list of external URLs on a page.
getExternalLinks(Wiki, Collection<String>) - Static method in class org.fastily.jwiki.core.MQuery
Gets a list of external (non-interwiki) links on the specified titles.
getImageInfo(String) - Method in class org.fastily.jwiki.core.Wiki
Gets information about a File's revisions.
getImageInfo(Wiki, Collection<String>) - Static method in class org.fastily.jwiki.core.MQuery
Gets ImageInfo objects for each revision of a File.
getImagesOnPage(String) - Method in class org.fastily.jwiki.core.Wiki
Gets titles of images linked on a page.
getImagesOnPage(Wiki, Collection<String>) - Static method in class org.fastily.jwiki.core.MQuery
Gets titles of images linked on a page.
getJAofJO(JsonArray) - Static method in class org.fastily.jwiki.util.GSONP
Convert a JsonArray of JsonObject to an ArrayList of JsonObject.
getJAofJO(JsonObject, String) - Static method in class org.fastily.jwiki.util.GSONP
Get a JsonArray of JsonObject as a List of JsonObject.
getJOofJO(JsonObject) - Static method in class org.fastily.jwiki.util.GSONP
Convert a JsonObject of JsonObject to an ArrayList of JsonObject.
getLastEditor(String) - Method in class org.fastily.jwiki.core.Wiki
Gets the username of the editor who last edited a page.
getLinksOnPage(boolean, String, NS...) - Method in class org.fastily.jwiki.core.Wiki
Gets all existing or non-existing wiki links on a page.
getLinksOnPage(String, NS...) - Method in class org.fastily.jwiki.core.Wiki
Gets wiki links on a page.
getLinksOnPage(Wiki, Collection<String>, NS...) - Static method in class org.fastily.jwiki.core.MQuery
Get wiki links on a page.
getLogs(String, String, String, int) - Method in class org.fastily.jwiki.core.Wiki
List log events.
getNestedJA(JsonObject, List<String>) - Static method in class org.fastily.jwiki.util.GSONP
Attempt to get a nested JsonArray inside input.
getNestedJO(JsonObject, List<String>) - Static method in class org.fastily.jwiki.util.GSONP
Attempt to get a nested JsonObject inside input.
getNS(String) - Method in class org.fastily.jwiki.core.Wiki
Takes a Namespace prefix and gets a NS representation of it.
getPageCreator(String) - Method in class org.fastily.jwiki.core.Wiki
Gets the first editor (creator) of a page.
getPageText(String) - Method in class org.fastily.jwiki.core.Wiki
Gets the text of a page.
getPageText(Wiki, Collection<String>) - Static method in class org.fastily.jwiki.core.MQuery
Gets the text of a page.
getProtectedTitles(int, boolean, NS...) - Method in class org.fastily.jwiki.core.Wiki
Fetches protected titles (create-protected) on the Wiki.
getRandomPages(int, NS...) - Method in class org.fastily.jwiki.core.Wiki
Gets a list of random pages.
getRecentChanges(Instant, Instant) - Method in class org.fastily.jwiki.core.Wiki
Gets a specified number of Recent Changes in between two timestamps.
getRevisions(String, int, boolean, Instant, Instant) - Method in class org.fastily.jwiki.core.Wiki
Gets the revisions of a page.
getSharedDuplicatesOf(String) - Method in class org.fastily.jwiki.core.Wiki
Gets the shared (non-local) duplicates of a file.
getSharedDuplicatesOf(Wiki, Collection<String>) - Static method in class org.fastily.jwiki.core.MQuery
Gets shared (non-local) duplicates of a file.
getStr(JsonObject, String) - Static method in class org.fastily.jwiki.util.GSONP
Get a String from a JsonObject.
getTemplates() - Method in class org.fastily.jwiki.core.WParser.WikiText
Find top-level WTemplates contained by this WikiText
getTemplatesOnPage(String) - Method in class org.fastily.jwiki.core.Wiki
Gets templates transcluded on a page.
getTemplatesOnPage(Wiki, Collection<String>) - Static method in class org.fastily.jwiki.core.MQuery
Get templates transcluded on a page.
getTemplatesR() - Method in class org.fastily.jwiki.core.WParser.WikiText
Recursively finds WTemplate objects contained by this WikiText.
getTextExtract(String) - Method in class org.fastily.jwiki.core.Wiki
Gets a text extract (the lead paragraph) of a page.
getTextExtracts(Wiki, Collection<String>) - Static method in class org.fastily.jwiki.core.MQuery
Gets a text extract (the lead paragraph) of a page.
getUserUploads(String) - Method in class org.fastily.jwiki.core.Wiki
Get a user's uploads.
getWiki(String) - Method in class org.fastily.jwiki.core.Wiki
Gets a Wiki object for this domain.
globalUsage(String) - Method in class org.fastily.jwiki.core.Wiki
Gets the global usage of a file.
globalUsage(Wiki, Collection<String>) - Static method in class org.fastily.jwiki.core.MQuery
Gets the global usage of a file.
GroupQueue<T> - Class in org.fastily.jwiki.util
A simple read-only Queue that allows multiple items to be polled at once.
GroupQueue(Collection<T>, int) - Constructor for class org.fastily.jwiki.util.GroupQueue
Constructor, creates a new GroupQueue.
gson - Static variable in class org.fastily.jwiki.util.GSONP
Default Gson object, for convenience.
GSONP - Class in org.fastily.jwiki.util
Static utility methods for use with Gson.
gsonPP - Static variable in class org.fastily.jwiki.util.GSONP
Gson object which generates pretty-print (human-readable) JSON.

H

has() - Method in class org.fastily.jwiki.util.GroupQueue
Determines whether there are elements remaining in the queue.
has(String) - Method in class org.fastily.jwiki.core.WParser.WTemplate
Test if the specified key k exists in this WTemplate.
hashCode() - Method in class org.fastily.jwiki.core.NS
Gets a hash code for this object.
hashCode() - Method in class org.fastily.jwiki.util.Tuple
Gets a hashcode for this object.
header - Variable in class org.fastily.jwiki.dwrap.PageSection
The text in the header of the page section section, excluding = characters.
height - Variable in class org.fastily.jwiki.dwrap.ImageInfo
The file's height (in pixels), if applicable.
HELP - Static variable in class org.fastily.jwiki.core.NS
Help namespace
HELP_TALK - Static variable in class org.fastily.jwiki.core.NS
Help talk namespace

I

ImageInfo - Class in org.fastily.jwiki.dwrap
Container object for a result returned by the ImageInfo MediaWiki module.

J

jaOfStrToAL(JsonArray) - Static method in class org.fastily.jwiki.util.GSONP
Get a JsonArray of String objects as an ArrayList of String objects.

K

keySet() - Method in class org.fastily.jwiki.core.WParser.WTemplate
Get the keyset (all parameters) for this WTemplate.

L

l - Variable in class org.fastily.jwiki.util.MultiMap
The backing structure for this MapList.
level - Variable in class org.fastily.jwiki.dwrap.PageSection
The header level of the section.
level - Variable in class org.fastily.jwiki.dwrap.ProtectedTitleEntry
The protection level
linksHere(Wiki, boolean, Collection<String>) - Static method in class org.fastily.jwiki.core.MQuery
Get pages redirecting to or linking to a page.
listUserRights(String) - Method in class org.fastily.jwiki.core.Wiki
Gets the list of usergroups (rights) a user belongs to.
listUserRights(Wiki, Collection<String>) - Static method in class org.fastily.jwiki.core.MQuery
Gets the list of usergroups (rights) users belong to.
LogEntry - Class in org.fastily.jwiki.dwrap
Represents a MediaWiki Log entry
login(String, String) - Method in class org.fastily.jwiki.core.Wiki
Performs a login with the specified username and password.

M

MAIN - Static variable in class org.fastily.jwiki.core.NS
Main namespace
mapToList(Map<T1, T2>) - Static method in class org.fastily.jwiki.util.FL
Extracts each key-value pair from a Map and return the pairs as an ArrayList of Tuple objects.
MEDIAWIKI - Static variable in class org.fastily.jwiki.core.NS
MediaWiki namespace
MEDIAWIKI_TALK - Static variable in class org.fastily.jwiki.core.NS
Mediawiki talk namespace
mime - Variable in class org.fastily.jwiki.dwrap.ImageInfo
The MIME string of the file.
MQuery - Class in org.fastily.jwiki.core
Perform multi-title queries.
MultiMap<K,​V> - Class in org.fastily.jwiki.util
A HashMap which allows multiple values for each key.
MultiMap() - Constructor for class org.fastily.jwiki.util.MultiMap
Constructor, creates an empty MapList.

N

nestedHas(JsonObject, List<String>) - Static method in class org.fastily.jwiki.util.GSONP
Performs a nested JO lookup for the specified path to see if it exists.
normalizeTitle(Wiki) - Method in class org.fastily.jwiki.core.WParser.WTemplate
Normalize the title of the WTemplate, according to wiki.
NS - Class in org.fastily.jwiki.core
Contains default namespaces and methods to get non-standard namespaces.
nss(String) - Method in class org.fastily.jwiki.core.Wiki
Strip the namespace from a title.
nss(Collection<String>) - Method in class org.fastily.jwiki.core.Wiki
Strips the namespaces from a Collection of titles.

O

org.fastily.jwiki.core - package org.fastily.jwiki.core
Contains the main classes for jwiki.
org.fastily.jwiki.dwrap - package org.fastily.jwiki.dwrap
Simple wrappers for managing sets of data returned by the API.
org.fastily.jwiki.util - package org.fastily.jwiki.util
Static utility methods and data structures that support the core jwiki framework.

P

pageBySection(ArrayList<JsonObject>, String) - Static method in class org.fastily.jwiki.dwrap.PageSection
Creates PageSection objects in the order of parsed header information jl using text.
PageSection - Class in org.fastily.jwiki.dwrap
Represents a paragraph in a page of wiki text.
pairOff(ArrayList<JsonObject>, String, String) - Static method in class org.fastily.jwiki.util.GSONP
Extract a pair of String values from each JsonObject in an ArrayList of JsonObject
parentid - Variable in class org.fastily.jwiki.dwrap.Contrib
This contribution's parent ID
parsePage(Wiki, String) - Static method in class org.fastily.jwiki.core.WParser
Parses the text of a page into a WikiText object.
parseText(Wiki, String) - Static method in class org.fastily.jwiki.core.WParser
Parses the text of a page into a WikiText object.
pipeFence(Collection<String>) - Static method in class org.fastily.jwiki.util.FL
Makes a fence with pipe characters as posts
pMap(String...) - Static method in class org.fastily.jwiki.util.FL
Creates a HashMap with String keys and values.
poll() - Method in class org.fastily.jwiki.util.GroupQueue
Polls this Queue and returns ≤ maxPoll elements.
prefixIndex(NS, String) - Method in class org.fastily.jwiki.core.Wiki
Does the same thing as Special:PrefixIndex.
PROJECT - Static variable in class org.fastily.jwiki.core.NS
Project namespace
PROJECT_TALK - Static variable in class org.fastily.jwiki.core.NS
Project talk namespace
ProtectedTitleEntry - Class in org.fastily.jwiki.dwrap
Represents an entry obtained from the protectedtitles API module.
purge(String...) - Method in class org.fastily.jwiki.core.Wiki
Purges page caches.
put(String, Object) - Method in class org.fastily.jwiki.core.WParser.WTemplate
Puts a new parameter in this Template.
put(K, ArrayList<V>) - Method in class org.fastily.jwiki.util.MultiMap
Merges an ArrayList of V objects into the value set for a given key.
put(K, V) - Method in class org.fastily.jwiki.util.MultiMap
Adds a key-value pair to this MapList.

Q

querySpecialPage(String, int) - Method in class org.fastily.jwiki.core.Wiki
Queries a special page.

R

RCEntry - Class in org.fastily.jwiki.dwrap
Represents a Recent Changes entry.
refreshLoginStatus() - Method in class org.fastily.jwiki.core.Wiki
Refresh the login status of a Wiki.
remap(String, String) - Method in class org.fastily.jwiki.core.WParser.WTemplate
Re-map the a key to a new name.
remove(String) - Method in class org.fastily.jwiki.core.WParser.WTemplate
Removes the mapping for the specified key, k
replaceText(String, String, String) - Method in class org.fastily.jwiki.core.Wiki
Removes text from a page.
replaceText(String, String, String, String) - Method in class org.fastily.jwiki.core.Wiki
Replaces text on a page.
resolveRedirect(String) - Method in class org.fastily.jwiki.core.Wiki
Attempts to resolve title redirects on a Wiki.
resolveRedirects(Wiki, Collection<String>) - Static method in class org.fastily.jwiki.core.MQuery
Resolves title redirects on a Wiki.
revid - Variable in class org.fastily.jwiki.dwrap.Contrib
This contribution's revision id.
revid - Variable in class org.fastily.jwiki.dwrap.Revision
The unique id associated with this revision.
Revision - Class in org.fastily.jwiki.dwrap
Represents a single revision in the history of a page.

S

search(String, int, NS...) - Method in class org.fastily.jwiki.core.Wiki
Performs a search on the Wiki.
sha1 - Variable in class org.fastily.jwiki.dwrap.ImageInfo
The sha1 hash for this file
size - Variable in class org.fastily.jwiki.dwrap.ImageInfo
The image size (in bytes)
splitPageByHeader(String) - Method in class org.fastily.jwiki.core.Wiki
Splits the text of a page by header.
streamFrom(Iterable<T>) - Static method in class org.fastily.jwiki.util.FL
Creates a Stream from an Iterable.
summary - Variable in class org.fastily.jwiki.dwrap.DataEntry
The edit summary used in this contribution.

T

TALK - Static variable in class org.fastily.jwiki.core.NS
Talk namespace for main
talkPageBelongsTo(String) - Method in class org.fastily.jwiki.core.Wiki
Get the name of a page belonging to a talk page (title).
talkPageOf(String) - Method in class org.fastily.jwiki.core.Wiki
Get the talk page of title.
TEMPLATE - Static variable in class org.fastily.jwiki.core.NS
Template namespace
TEMPLATE_TALK - Static variable in class org.fastily.jwiki.core.NS
Template talk namespace
text - Variable in class org.fastily.jwiki.dwrap.PageSection
The full text of the section, including headers
text - Variable in class org.fastily.jwiki.dwrap.Revision
The text of this revision
timestamp - Variable in class org.fastily.jwiki.dwrap.DataEntry
The date and time at which this edit was made.
title - Variable in class org.fastily.jwiki.core.WParser.WTemplate
This WTemplate's title
title - Variable in class org.fastily.jwiki.dwrap.DataEntry
Title and edit summary.
toAL(Stream<T1>) - Static method in class org.fastily.jwiki.util.FL
Collects the elements of a Stream into an ArrayList.
toHM(Stream<T1>, Function<T1, K>, Function<T1, V>) - Static method in class org.fastily.jwiki.util.FL
Creates a HashMap from a Stream.
toSAL(String...) - Static method in class org.fastily.jwiki.util.FL
Shortcut to turn an array of String objects into an ArrayList of String objects.
toSet(Stream<T1>) - Static method in class org.fastily.jwiki.util.FL
Collects the elements of a Stream into a HashSet.
toSHS(String...) - Static method in class org.fastily.jwiki.util.FL
Shortcut to turn an array of String objects into a HashSet of String objects.
toString() - Method in class org.fastily.jwiki.core.Wiki
Gets a String representation of this Wiki, in the format [username @ domain]
toString() - Method in class org.fastily.jwiki.core.WParser.WikiText
Render this WikiText object as a String.
toString() - Method in class org.fastily.jwiki.core.WParser.WTemplate
Renders this WTemplate as a String.
toString() - Method in class org.fastily.jwiki.dwrap.DataEntry
Gets a String representation of this DataEntry.
toString() - Method in class org.fastily.jwiki.util.Tuple
Gets a String representation of this object.
toString(boolean) - Method in class org.fastily.jwiki.core.WParser.WikiText
Render this WikiText as a String.
toString(boolean) - Method in class org.fastily.jwiki.core.WParser.WTemplate
Generates a String (wikitext) representation of this Template.
touch(K) - Method in class org.fastily.jwiki.util.MultiMap
Creates a new empty ArrayList for k in this MapList if it did not exist already.
transcludesIn(Wiki, Collection<String>, NS...) - Static method in class org.fastily.jwiki.core.MQuery
Gets a list of pages transcluding a template.
Tuple<K,​V> - Class in org.fastily.jwiki.util
Simple implementation of a Tuple.
Tuple(K, V) - Constructor for class org.fastily.jwiki.util.Tuple
Creates a Tuple from the parameter values.
type - Variable in class org.fastily.jwiki.dwrap.LogEntry
The log that this Log Entry belongs to.
type - Variable in class org.fastily.jwiki.dwrap.RCEntry
The type of entry this RCEntry represents (ex: log, edit, new)

U

undelete(String, String) - Method in class org.fastily.jwiki.core.Wiki
Undelete a page.
upload(Path, String, String, String) - Method in class org.fastily.jwiki.core.Wiki
Upload a media file.
uploadByUrl(HttpUrl, String, String, String) - Method in class org.fastily.jwiki.core.Wiki
Upload a file by URL.
url - Variable in class org.fastily.jwiki.dwrap.ImageInfo
The url of the full size image.
user - Variable in class org.fastily.jwiki.dwrap.DataEntry
The name of the user who made the contribution.
USER - Static variable in class org.fastily.jwiki.core.NS
User namespace
USER_TALK - Static variable in class org.fastily.jwiki.core.NS
User talk namespace

V

v - Variable in class org.fastily.jwiki.core.NS
This NS's value.

W

whatLinksHere(String) - Method in class org.fastily.jwiki.core.Wiki
Gets a list of direct links to a page.
whatLinksHere(String, boolean) - Method in class org.fastily.jwiki.core.Wiki
Gets a list of links or redirects to a page.
whatTranscludesHere(String, NS...) - Method in class org.fastily.jwiki.core.Wiki
Gets a list of pages transcluding a template.
whichNS(String) - Method in class org.fastily.jwiki.core.Wiki
Gets the namespace, in NS form, of a title.
whoami() - Method in class org.fastily.jwiki.core.Wiki
Gets this Wiki's logged in user.
width - Variable in class org.fastily.jwiki.dwrap.ImageInfo
The file's width (in pixels), if applicable.
Wiki - Class in org.fastily.jwiki.core
Main entry point of jwiki.
Wiki.Builder - Class in org.fastily.jwiki.core
Builder used to create Wiki objects.
WikiText(Object...) - Constructor for class org.fastily.jwiki.core.WParser.WikiText
Creates a new WikiText object
withApiEndpoint(HttpUrl) - Method in class org.fastily.jwiki.core.Wiki.Builder
Configures the Wiki to be created with the specified api endpoint.
withDebug(boolean) - Method in class org.fastily.jwiki.core.Wiki.Builder
Configures the Wiki to be created to print *all* the messages.
withDefaultLogger(boolean) - Method in class org.fastily.jwiki.core.Wiki.Builder
Configures the Wiki to use the default jwiki logger.
withDomain(String) - Method in class org.fastily.jwiki.core.Wiki.Builder
Configures the Wiki to be created with the specified domain.
withLogin(String, String) - Method in class org.fastily.jwiki.core.Wiki.Builder
Configures the Wiki to be created with the specified username and password combination.
withProxy(Proxy) - Method in class org.fastily.jwiki.core.Wiki.Builder
Configures the Wiki to be created with the specified Proxy.
withUserAgent(String) - Method in class org.fastily.jwiki.core.Wiki.Builder
Configures the Wiki to be created to use the specified User-Agent for HTTP requests.
WParser - Class in org.fastily.jwiki.core
Parses wikitext into a DOM-style, manipulatable format that is easy to work with.
WParser.WikiText - Class in org.fastily.jwiki.core
Mutable representation of parsed wikitext.
WParser.WTemplate - Class in org.fastily.jwiki.core
Mutable representation of a parsed wikitext template.
WTemplate() - Constructor for class org.fastily.jwiki.core.WParser.WTemplate
Creates a new, empty WTemplate object.

X

x - Variable in class org.fastily.jwiki.util.Tuple
The x value of the tuple

Y

y - Variable in class org.fastily.jwiki.util.Tuple
The y value of the tuple
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
All Classes All Packages